Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-05 | Fix icon missing when compressing files with the right mouse button | zhuyaliang | 1 | -1/+6 | |
2022-01-29 | Fix some -Wfloat-conversion warnings | rbuj | 1 | -2/+5 | |
2021-12-11 | Use a blank line at most | rbuj | 1 | -16/+0 | |
2020-06-05 | dlg-batch-add: Set labels GtkSizeGroup in ui file | rbuj | 1 | -6/+0 | |
2020-06-05 | Use callback symbols defined in ui files | rbuj | 1 | -18/+11 | |
2020-06-05 | gtk-utils: Remove _gtk_builder_get_widget | rbuj | 1 | -22/+26 | |
2020-05-06 | Remove fr-stock.c and fr-stock.h | rbuj | 1 | -3/+0 | |
2020-03-25 | Terminate the application if the resource doesn't exists | rbuj | 1 | -7/+1 | |
2020-02-06 | dlg-batch-add: set dialog image from icon-name instead of pixbuf | rbuj | 1 | -8/+5 | |
2019-09-03 | remove warnings: cast from function call [-Wbad-function-cast] | rbuj | 1 | -1/+1 | |
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-11 | Update FSF address | Laurent Napias | 1 | -1/+1 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -6/+6 | |
2016-08-10 | make the "encrypt header" option insensitive if no password is specified | ZenWalker | 1 | -7/+20 | |
based on file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=6f7f14fa112a7c5b2a64bedeeca9d570ffa90968 and I add some code to work changing the combo box with the compressed file types | |||||
2016-06-24 | use GResource to store ui files | ZenWalker | 1 | -1/+1 | |
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=47619b987b77bdc258af9a554ba022c1f8834774 | |||||
2014-11-22 | fixed missing prototype warning | infirit | 1 | -2/+3 | |
From FR commit: fe3e6aa60ff370fb21475cf621fd86ad78c9303a From: Paolo Bacchilega <[email protected]> | |||||
2014-11-22 | Added a D-BUS service to create and extract archives. | infirit | 1 | -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-21 | added an icon to the progress dialog | infirit | 1 | -20/+14 | |
Based on FR commit: f6fa4bdb5ccc059a6b13938e6b017bcefed2c8ab From: Paolo Bacchilega <[email protected]> | |||||
2014-11-20 | batch add: simplified the code removing useless variables | infirit | 1 | -81/+56 | |
Based on FR commit: 2436a7e8fc36d4c020b566d1947b1571d5a49da2 From: Paolo Bacchilega <[email protected]> | |||||
2014-05-17 | gtk2 fixup | infirit | 1 | -8/+0 | |
2013-11-15 | port to GTK3 | Elias Aebi | 1 | -2/+9 | |
2012-11-05 | Port to gsettings | raveit | 1 | -10/+16 | |
2012-10-09 | Fixed fsf addresses. Closes #4. | Steve Zesch | 1 | -1/+1 | |
2011-11-30 | many renames from file-roller to engrampa | Stefano Karapetsas | 1 | -1/+1 | |
2011-11-09 | renaming fileroller to engrampa | Perberos | 1 | -1/+1 | |
2011-11-09 | initial | Perberos | 1 | -0/+611 | |