Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-18 | Add update-authors.pl script which helps to update eom.about | rbuj | 1 | -0/+62 | |
2019-02-18 | Read authors (updated) and documenters (updated) from eom.about gresource | rbuj | 4 | -35/+38 | |
2019-02-17 | Enable Travis CI for all branches | Wu Xiaotian | 1 | -6/+0 | |
2019-02-17 | Initialize Travis CI support | Wu Xiaotian | 1 | -0/+141 | |
2019-02-16 | tx: update resource file for transifex | rbuj | 1 | -107/+118 | |
2019-02-16 | Ensure proper translation of the about dialog title | rbuj | 1 | -0/+1 | |
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html | |||||
2019-02-15 | Make translatable the copyright in about dialog | rbuj | 1 | -3/+3 | |
2019-02-05 | tx: sync with fixed translations from transifex | raveit65 | 216 | -46028/+146459 | |
2019-02-04 | tx: update resource file for transifex | raveit65 | 2 | -22/+22 | |
2019-01-31 | Help - fix gui labels | rbuj | 1 | -15/+15 | |
There is no File menu item in toolbar, it's Image, and edit actions can be found under Edit menu item instead of Image menu item. Fix Open Image dialog title. | |||||
2018-12-16 | disable deprecation warnings for distcheck | raveit65 | 1 | -1/+2 | |
2018-12-05 | tx: fix typo | raveit65 | 1 | -1/+1 | |
2018-10-19 | Update the appdata XML file | suve | 2 | -4/+4 | |
- Fix appdata XML root node tag - Change <id type="desktop"> to <id> in appdata XML - Change <id type="desktop"> to <id> in appdata XML | |||||
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+5 | |
2018-10-01 | tx: update help source for transifex | raveit65 | 1 | -2/+2 | |
2018-09-30 | Fix url of ulink to point to mate-user-guide | rbuj | 1 | -1/+1 | |
2018-09-29 | tx: update help source for transifex | raveit65 | 1 | -6/+6 | |
2018-09-29 | Update Catalan screenhots | rbuj | 3 | -0/+0 | |
2018-09-29 | tx: improve source file generation | raveit65 | 1 | -0/+1 | |
2018-09-29 | Fix spelling and grammar mistakes | rbuj | 1 | -4/+4 | |
2018-09-27 | Update eom_start_window.png | rbuj | 1 | -0/+0 | |
2018-09-26 | tx: add eom help to transifex config | raveit65 | 3 | -1/+1159 | |
2018-08-24 | Reduce the number of g_file_query_info calls at start-up | Debarshi Ray | 3 | -13/+33 | |
https://bugzilla.gnome.org/show_bug.cgi?id=764139 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/65e61ccc | |||||
2018-08-24 | EomImage: Remove unused constructor | Debarshi Ray | 2 | -14/+0 | |
https://bugzilla.gnome.org/show_bug.cgi?id=764139 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/14401d33 | |||||
2018-08-21 | fix a memory leak | lukefromdc | 1 | -1/+1 | |
Apply https://gitlab.gnome.org/GNOME/eog/commit/8032c8a0c6700966afbe77632c03a00ae9a878d0 | |||||
2018-08-17 | release 1.21.2v1.21.2 | raveit65 | 2 | -59/+109 | |
2018-08-17 | docs: remove eom-dialog.xml reference to fix distcheck | raveit65 | 1 | -1/+0 | |
2018-08-17 | sync with transifex | raveit65 | 132 | -28962/+37587 | |
2018-08-17 | tx: update source file | raveit65 | 1 | -180/+207 | |
2018-08-15 | EomMetadataSidebar: Make header include guard actually work | Felix Riemann | 1 | -3/+3 | |
The include guard had a typo which prevented it from working. Also strip the possibly reserved double underscores from it. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/dca5139 | |||||
2018-08-15 | EomWindow: Switch keyboard shortcuts for sidebar and gallery | raveit65 | 1 | -2/+2 | |
This makes eom behave the same as other MATE apps, like Caja and pluma. inspired by: https://gitlab.gnome.org/GNOME/eog/commit/af2c96 | |||||
2018-08-15 | Tweak sidebar ui | Trinh Anh Ngoc | 3 | -3/+8 | |
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/fff55c6 | |||||
2018-08-15 | EomPropertiesDialog: Use standard::display-name when showing the parent | Felix Riemann | 1 | -5/+40 | |
This simply adapts the changes from commit fff55c6a to the properties dialog, which shares some code with the EogMetadataSidebar. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/68a5a0 | |||||
2018-08-15 | EomMetadataSidebar: Use standard::display-name when showing the parent | Debarshi Ray | 1 | -14/+45 | |
https://bugzilla.gnome.org/show_bug.cgi?id=754731 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/fff55c | |||||
2018-08-13 | Fix GResource dependency calculation for out-of-tree builds | Felix Riemann | 1 | -1/+3 | |
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/f8d3623 | |||||
2018-08-13 | Make sure the libpeas-gtk dependency isn't optimized away | Felix Riemann | 1 | -0/+4 | |
Aggressive linkers could drop the dependency which would cause problems using during runtime. Based on a patch for the same problem for gedit by Garret Regier. https://bugzilla.gnome.org/show_bug.cgi?id=739618 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/46c38b7 | |||||
2018-08-13 | Remove EomDialog helper class | Felix Riemann | 6 | -329/+0 | |
EomDialog has become obsolete with the switch to GtkBuilder templates. origin commits: https://gitlab.gnome.org/GNOME/eog/commit/9a60071 | |||||
2018-08-13 | EomPreferencesDialog: Convert to GtkBuilder template | Felix Riemann | 6 | -191/+178 | |
Also embed the plugin manager into the template directly. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/f96947c | |||||
2018-08-13 | EomThumbnail: Load thumbnail frame from a GResource | Felix Riemann | 4 | -5/+5 | |
Also optimize the frame's filesize. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/65720c0 | |||||
2018-08-13 | Load EomMultipleSaveAsDialog from GResource | Felix Riemann | 3 | -10/+3 | |
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/a2defa1 | |||||
2018-08-11 | eom-window: fix deprecated GtkStock usage | raveit65 | 1 | -1/+1 | |
2018-08-05 | Fix build without XMP support | raveit65 | 2 | -7/+7 | |
https://bugzilla.gnome.org/show_bug.cgi?id=737213 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/037affa | |||||
2018-08-01 | Load eom-image-properties-dialog.ui with a gresource | raveit65 | 3 | -7/+6 | |
2018-08-01 | properties-dialog: Port to gtk_show_uri_on_window | Timm Bäder | 1 | -3/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=792923 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/ac4f44b | |||||
2018-08-01 | EomPropertiesDialog: Convert to GtkBuilder template | Felix Riemann | 6 | -114/+152 | |
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/a8343a6 | |||||
2018-08-01 | EomPropertiesDialog: Remove unused private members | Felix Riemann | 1 | -4/+0 | |
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/4221e41 | |||||
2018-08-01 | Fix metadata sidebar with libexif disabled | Felix Riemann | 1 | -6/+21 | |
Otherwise there would be several labels with the text "label". https://bugzilla.gnome.org/show_bug.cgi?id=751007 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/b4b80db | |||||
2018-08-01 | Fix API docs build without libexif | Felix Riemann | 1 | -2/+0 | |
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/d45b7f1 | |||||
2018-08-01 | EomMetadataSidebar: fix --without-libexif build | Alexandre Rostovtsev | 1 | -0/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=751007 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/36d2cba | |||||
2018-08-01 | EomMetadataSidebar: Clear folder label if no image is set | Felix Riemann | 1 | -0/+1 | |
origin commit: https://gitlab.gnome.org/GNOME/eog/commit/254989 |