summaryrefslogtreecommitdiff
path: root/src/dlg-new.c
AgeCommit message (Collapse)AuthorFilesLines
2020-02-24dlg-new: Use GET_WIDGET macrorbuj1-9/+9
2019-09-08Initialization discards ‘const’ qualifier from pointer target typerbuj1-1/+1
Remove 317 warnings [-Wdiscarded-qualifiers].
2019-09-03remove warnings: cast from function call [-Wbad-function-cast]rbuj1-2/+2
dlg-batch-add.c:513:83: warning: cast from function call of type ‘gint’ {aka ‘int’} to non-matching type ‘double’ [-Wbad-function-cast] 513 | gtk_spin_button_set_value (GTK_SPIN_BUTTON (GET_WIDGET ("a_volume_spinbutton")), (double) g_settings_get_int (data->settings, PREF_BATCH_ADD_VOLUME_SIZE) / MEGABYTE); | ^ dlg-new.c:321:81: warning: cast from function call of type ‘gint’ {aka ‘int’} to non-matching type ‘double’ [-Wbad-function-cast] 321 | gtk_spin_button_set_value (GTK_SPIN_BUTTON (data->n_volume_spinbutton), (double) g_settings_get_int (settings, PREF_BATCH_ADD_VOLUME_SIZE) / MEGABYTE); | ^
2019-06-11Update FSF addressLaurent Napias1-1/+1
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-3/+0
2016-05-13'All files' is duplicated in available formatsZenWalker1-13/+0
Fixes #132
2014-11-22Added a D-BUS service to create and extract archives.infirit1-1/+1
Initial commits from FR: f998fd8e33a08d686a1071db87d21f4a83963d99 4078d1a9e5ddae3357302791432fc61d82ff37e4 58c55b06f30014326f27bdf94c406ceee0897731 Improvements and fixes from FR: D-Bus service: added GetSupportedTypes method ace4f31c586641fcf7ad1de165cd7f27b5a371c1 1399b9a84b0d4f4a5015066b0d7cec7e048d59dc From: Paolo Bacchilega <[email protected]>
2014-11-19do not expand the extra widget in the 'new' dialoginfirit1-0/+4
Based on FR commit: 02e93b44321f6c9bdad5af1a0d4d9251b8456242 From: Paolo Bacchilega <[email protected]>
2012-11-05Port to gsettingsraveit1-16/+9
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-09initialPerberos1-0/+526