summaryrefslogtreecommitdiff
path: root/src/dlg-add-folder.c
AgeCommit message (Collapse)AuthorFilesLines
2021-12-11Use a blank line at mostrbuj1-25/+0
2020-06-30Do not use stock icons in ui files (#392)Robert Antoni Buj Gelonch1-2/+2
* Do not use stock icons in ui files
2020-06-05Use callback symbols defined in ui filesrbuj1-21/+7
2020-06-05gtk-utils: Remove _gtk_builder_get_widgetrbuj1-17/+18
2020-03-25Terminate the application if the resource doesn't existsrbuj1-9/+2
2020-03-04Add dlg-add-files.ui and dlg-add-folder.uirbuj1-150/+30
2019-09-15remove warnings: ‘gtk_image_new_from_stock’ is deprecatedrbuj1-2/+2
gtk-utils.c:171:3: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 171 | image = gtk_image_new_from_stock (text, GTK_ICON_SIZE_BUTTON); | ^~~~~ gtk-utils.c:173:3: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 173 | image = gtk_image_new_from_stock (stock_id, GTK_ICON_SIZE_BUTTON); | ^~~~~
2019-06-11Update FSF addressLaurent Napias1-1/+1
2018-02-09avoid deprecated GtkStockPablo Barciela1-4/+4
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-12/+0
2017-04-22dlg-add-folder: avoid deprecated gtk_alignment_new ()raveit651-5/+4
2016-09-14Avoid deprecated GtkMiscraveit651-0/+12
2016-09-14port deprecated GtkTable to GtkGridraveit651-34/+22
2016-06-24use GResource to store ui filesZenWalker1-1/+1
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=47619b987b77bdc258af9a554ba022c1f8834774
2016-05-27drop old GTK+2 codemonsta1-8/+3
2014-11-20Gtk3: Silence the GtkBox and GtkPaned deprecation warningsinfirit1-0/+5
2014-11-19set a mnemonic for the label in the request dialoginfirit1-1/+1
Based on FR commit: 41dec4d902314789b5e2c247fe5a4d8890b5542b From: Paolo Bacchilega <[email protected]>
2014-11-19use g_get_user_config_dir instead of using .config/mateinfirit1-4/+4
Also provide an automatic migration mechanism. Based on FR commit: 7fd220a834f16b260da8f5ddc1250c43b9dbefd8 From: Paolo Bacchilega <[email protected]>
2012-11-22Fix deprecations and warningsScott Balneaves1-1/+7
2012-11-05Port to gsettingsraveit1-18/+19
2012-10-09Fixed fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-30many renames from file-roller to engrampaStefano Karapetsas1-1/+1
2011-11-09renaming fileroller to engrampaPerberos1-1/+1
2011-11-09initialPerberos1-0/+899