Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-19 | sync with Transifex | monsta | 11 | -46/+52 | |
2016-09-14 | check for libindicator 12.10.2 for new style indicators support | monsta | 1 | -1/+1 | |
fixes build on Gentoo which has 12.10.1 - turned out this version had no indicator-ng yet. note that (as of now) 12.10.2 isn't officially released upstream, and Ubuntu has post-12.10.1 repo snapshot packaged and labeled as 12.10.2. however, that snapshot already has 12.10.2 version in .pc file, so the build works with it. | |||||
2016-06-21 | Release 1.15.1v1.15.1 | monsta | 2 | -1/+5 | |
2016-06-21 | po: drop empty translation files | monsta | 60 | -5640/+0 | |
there's no use in pulling .po files that have only empty "msgstr" fields (i.e. no actual translations at all) | |||||
2016-06-20 | add NEWS from 1.14.1 | monsta | 1 | -4/+9 | |
2016-06-20 | drop a couple of empty translations | monsta | 3 | -189/+1 | |
2016-06-20 | GTK+3: add support for new style indicators | monsta | 2 | -4/+101 | |
they don't have .so files anymore, only the service binary, and they're loaded from /usr/share/unity/indicators they're supported only with libindicator3 >= 12.10 also this adds build-dep on libido (hmm, what Freud would say?) | |||||
2016-06-19 | build: make check for indicator lib a separate check | monsta | 2 | -4/+14 | |
2016-06-09 | GTK+3: allow indicators to receive mouse scroll event | monsta | 1 | -0/+5 | |
will be handy for changing volume in indicator-sound with mouse scroll | |||||
2016-06-08 | Bump version to 1.15.0v1.15.0 | Martin Wimpress | 2 | -1/+8 | |
2016-06-08 | sync with Transiflex. | Martin Wimpress | 61 | -0/+5735 | |
2016-06-08 | move indicator loading/setup code into separate function | monsta | 1 | -17/+22 | |
2016-06-08 | move module loading code into separate function | monsta | 1 | -29/+38 | |
2016-06-08 | eggaccelerators: remove unused function | monsta | 2 | -132/+0 | |
2016-04-08 | Release 1.14.0v1.14.0 | monsta | 1 | -1/+1 | |
2016-04-08 | update NEWS to mention Changelog generation | monsta | 1 | -0/+1 | |
2016-04-08 | fix Changelog generation | monsta | 1 | -12/+9 | |
2016-04-08 | po: add new languages from Transifex | monsta | 5 | -1/+379 | |
2016-04-08 | update translations from Transifex | monsta | 90 | -2458/+1644 | |
2016-04-08 | po: drop languages not present on Transifex | monsta | 6 | -542/+1 | |
not to mention that en_US isn't a translation at all | |||||
2016-04-07 | make jv translation to be actually used | monsta | 1 | -1/+1 | |
2016-04-05 | add NEWS entry for 1.14.0 | monsta | 1 | -0/+5 | |
2016-02-19 | Sync with Transifex | Martin Wimpress | 6 | -184/+125 | |
2016-01-21 | [GTK+3] fix deprecated usage of GtkHBox and GtkVBox | monsta | 1 | -2/+10 | |
2015-12-28 | po: removed autogenerated file | Monsta | 1 | -0/+0 | |
2015-12-04 | Bump version to 1.12.1 | monsta | 2 | -1/+6 | |
2015-11-25 | allow volume change with mouse scroll over sound indicator's icon | patrickalbie | 1 | -0/+1 | |
closes https://github.com/mate-desktop/mate-indicator-applet/issues/15 closes https://github.com/mate-desktop/mate-indicator-applet/pull/16 | |||||
2015-11-03 | 1.12.0v1.12.0 | Clement Lefebvre | 1 | -1/+1 | |
2015-11-03 | Sync translations with transifex | Clement Lefebvre | 1 | -0/+94 | |
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -2/+2 | |
2015-10-15 | Bump version to 1.11.0mate-indicator-applet-1.11.0 | Martin Wimpress | 1 | -0/+2 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 2 | -1/+3 | |
2015-08-31 | removed trailing spaces | monsta | 3 | -87/+87 | |
2015-08-19 | 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-03 | drop gdkkeysyms-compat usage, use modern key names | Monsta | 1 | -13/+9 | |
2015-05-06 | Bump version to 1.10.0mate-indicator-applet-1.10.01.10 | Stefano Karapetsas | 2 | -2/+2 | |
2015-04-05 | Bump version to 1.9.90mate-indicator-applet-1.9.90 | Stefano Karapetsas | 2 | -2/+2 | |
2015-04-05 | Sync translations with transifex | mate-i18n | 16 | -163/+175 | |
2015-01-22 | drop indicator-0.3 support | Monsta | 2 | -29/+8 | |
Closes https://github.com/mate-desktop/mate-indicator-applet/issues/10 Closes https://github.com/mate-desktop/mate-indicator-applet/pull/11 | |||||
2014-11-20 | Bump version to 1.9.0mate-indicator-applet-1.9.0 | Stefano Karapetsas | 2 | -1/+6 | |
2014-09-22 | Merge pull request #7 from matijaskala/patch-1 | Stefano Karapetsas | 1 | -3/+4 | |
fix INDICATORDIR variable being set to wrong value | |||||
2014-08-28 | fix INDICATORDIR variable being set to wrong value | Matija Skala | 1 | -3/+4 | |
while built for gtk3, the applet loaded gtk2 indicator | |||||
2014-06-25 | Add GTK3 support | Stefano Karapetsas | 2 | -6/+55 | |
2014-06-25 | Rename binaries to not conflict with indicator-applet | Stefano Karapetsas | 7 | -21/+24 | |
2014-04-26 | Use appropriate LGPL version in COPYING.LGPL file | Stefano Karapetsas | 1 | -160/+497 | |
Closes https://github.com/mate-desktop/mate-indicator-applet/issues/5 | |||||
2014-03-01 | Bump version to 1.8.0mate-indicator-applet-1.8.0 | Stefano Karapetsas | 2 | -2/+2 | |
2014-03-01 | Sync translations with transifex | Stefano Karapetsas | 2 | -25/+26 | |
2014-02-23 | Sync translations with transifex | Stefano Karapetsas | 4 | -8/+113 | |
2014-02-19 | Include autogen.sh in tarball | Stefano Karapetsas | 1 | -0/+1 | |
2014-02-19 | Remove autogenerated filesmate-indicator-applet-1.7.90 | Stefano Karapetsas | 89 | -0/+0 | |