Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-31 | baobab: fix indentation | Monsta | 1 | -6/+6 | |
2015-08-31 | configure.ac: drop obsolete macro | monsta | 1 | -1/+0 | |
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example. | |||||
2015-08-25 | Merge pull request #112 from NiceandGently/master | Martin Wimpress | 1 | -0/+4 | |
GTK3: reduce height of statusbar | |||||
2015-08-25 | Merge pull request #117 from monsta/patch-2 | Martin Wimpress | 1 | -1/+0 | |
configure.ac: removed suspicious reference to win32 | |||||
2015-08-25 | configure.ac: removed suspicious reference to win32 | monsta | 1 | -1/+0 | |
2015-08-10 | GTK3: reduce height of statusbar | raveit65 | 1 | -0/+4 | |
- setting margin to 0px | |||||
2015-07-29 | logview: ship the SVG source for the new hires icon | Balló György | 2 | -0/+19242 | |
Based on this commit for gnome-system-log: https://git.gnome.org/browse/gnome-system-log/commit/?id=99b2827aa3fc996e6314467204841cf7ee599293 | |||||
2015-07-29 | logviewer: Provide an application icon | Balló György | 12 | -3/+87 | |
Based on this commit in gnome-system-log: https://git.gnome.org/browse/gnome-system-log/commit/?id=f3f63c20a0b9fd9e791dde542292f9931de6e86f | |||||
2015-07-11 | Bump version to 1.10.2mate-utils-1.10.2 | infirit | 1 | -1/+1 | |
2015-07-11 | Update NEWS | infirit | 1 | -0/+4 | |
2015-07-08 | help: remove duplicate tags, fix broken build | Monsta | 2 | -2/+0 | |
2015-07-07 | Help: adjust legal stuff | raveit65 | 4 | -50/+139 | |
2015-07-07 | help: fix mate feedback links | raveit65 | 4 | -4/+4 | |
2015-07-07 | Revert "remove non-existing mate-feedback links" | raveit65 | 4 | -0/+32 | |
This reverts commit cd84b3bb31589e53567378d1e7d6b18ed2fa0d55. With docbook help the missing page is there | |||||
2015-07-07 | fix merge conflicts in help translations | Monsta | 2 | -2/+2 | |
2015-07-07 | baobab: show correct help page in prefs dialog | Monsta | 1 | -1/+1 | |
2015-07-07 | Revert "help: fix help link in mate-screenshot" | Monsta | 1 | -1/+1 | |
This reverts commit 9a5ca02338789b5604133e54b21abcaf0b57e505. | |||||
2015-06-29 | Merge pull request #105 from NiceandGently/master | Martin Wimpress | 4 | -32/+0 | |
remove non-existing mate-feedback links | |||||
2015-06-25 | Merge pull request #104 from monsta/correct-name | Martin Wimpress | 2 | -2/+1 | |
disk usage analyzer: use correct application name, not "Baobab" | |||||
2015-06-25 | remove non-existing mate-feedback links | raveit65 | 4 | -32/+0 | |
2015-06-25 | disk usage analyzer: use correct application name, not "Baobab" | Monsta | 2 | -2/+1 | |
2015-06-24 | Merge pull request #102 from NiceandGently/master | Martin Wimpress | 75 | -3/+24 | |
fix help usage | |||||
2015-06-23 | help: fix broken images | raveit65 | 69 | -0/+0 | |
2015-06-23 | help: fix help link in mate-screenshot | raveit65 | 1 | -1/+1 | |
2015-06-23 | help: add missing images to make files | raveit65 | 2 | -0/+12 | |
2015-06-23 | help: fix help in disk-usage-analyzer | raveit65 | 3 | -2/+11 | |
2015-06-17 | Bump version to 1.10.1mate-utils-1.10.1 | Martin Wimpress | 2 | -1/+6 | |
2015-06-17 | Merge pull request #100 from NiceandGently/master | Martin Wimpress | 10 | -90/+82 | |
fixes for gschema translation | |||||
2015-06-16 | fixes for gschema translation | raveit65 | 10 | -90/+82 | |
taken from: https://github.com/mate-desktop/eom/commit/a2055e1 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - sorted lines in po/POTFILES.in (as requested in the header) | |||||
2015-05-07 | Bump version to 1.10.0mate-utils-1.10.0 | Stefano Karapetsas | 2 | -3/+3 | |
2015-04-06 | Bump version to 1.9.90mate-utils-1.9.90 | Stefano Karapetsas | 2 | -2/+2 | |
2015-04-06 | Sync translations with transifex | mate-i18n | 23 | -346/+358 | |
2015-03-13 | baobab, gsearchtool: first connect to settings, then read them. | Monsta | 2 | -13/+13 | |
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/mate-utils/pull/94 | |||||
2015-01-26 | Sync translations with transifex | mate-i18n | 3 | -32/+33 | |
2015-01-25 | Sync translations with transifex | mate-i18n | 90 | -103820/+89971 | |
2015-01-24 | use unique names in desktop files | raveit65 | 3 | -3/+3 | |
Closes https://github.com/mate-desktop/mate-utils/pull/88 | |||||
2015-01-23 | Bump version to 1.9.1mate-utils-1.9.1 | Stefano Karapetsas | 2 | -2/+2 | |
2015-01-14 | gsearchtool: safer access to list element's data | Monsta | 1 | -4/+4 | |
g_list_nth_data just returns NULL if either list or element is NULL Closes https://github.com/mate-desktop/mate-utils/pull/87 | |||||
2014-12-29 | mate-screenshot: fix UI load in GTK+3 build | Monsta | 1 | -2/+0 | |
these two events are set up in the code anyway | |||||
2014-12-29 | set resize grip in the code now | infirit | 1 | -1/+4 | |
The ui fails to load on Gtk+ 3.14 but we do want to enable the resize grip in Gtk+ 2 | |||||
2014-12-29 | mate-disk-usage-analyzer: fix UI load in GTK+3 build | Monsta | 1 | -2/+0 | |
since both properties seem to do nothing in GTK+2 build as well, I guess it's ok to remove them completely. | |||||
2014-12-17 | mate-dictionary: don't free GError more than once | Monsta | 2 | -2/+0 | |
because that error dialog function frees it already | |||||
2014-12-17 | Update required versions in several places | infirit | 2 | -5/+5 | |
2014-12-17 | Revert "bumped deps in README" | infirit | 1 | -2/+2 | |
This reverts commit 45d35479612f207849e0851566fef58ece01eaac. | |||||
2014-12-17 | bumped deps in README | monsta | 1 | -2/+2 | |
2014-12-17 | mate-screenshot: show the actual error message when UI load fails | Monsta | 1 | -4/+7 | |
Closes https://github.com/mate-desktop/mate-utils/pull/81 | |||||
2014-12-16 | fix GTK+3 build | Monsta | 1 | -1/+1 | |
2014-12-16 | gsearchtool: Do not use g_settings_list_schemas | infirit | 1 | -8/+7 | |
2014-12-16 | mate-screenshot: Do not use g_settings_list_schemas | infirit | 1 | -10/+5 | |
2014-12-15 | Revert "mate-screenshot: simplify get_desktop_dir()" | infirit | 1 | -1/+27 | |
This reverts commit 21c397d825cb06890efb0e847c13b9c3c6254db0. |