summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-02-21Initialize Travis CI supportraveit651-0/+96
2019-02-20Make translatable the copyright in about dialogrbuj1-1/+2
2019-02-10release 1.21.0v1.21.0raveit651-0/+7
2019-02-10tx: sync with transifexraveit65137-2091/+7659
2019-02-07tomboykeybinder: avoid 'gdk_error_trap_push/pop' and 'gdk_flush'Pablo Barciela1-4/+5
2018-12-26migrate language list to po/LINGUAS filemonsta2-2/+96
like it's done in all other projects
2018-12-21disable deprecation warnings for distcheckraveit651-1/+3
2018-12-21tx: fix Project-Id-Version and Content-Type in resource fileraveit651-3/+3
2018-07-14tomboykeybinder: avoid deprecated 'gdk_keymap_get_default'Pablo Barciela1-3/+3
2018-06-18pre-bump versionraveit652-1/+3
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-17tx: add makepot and .pot filesraveit652-0/+99
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-02-02release 1.20v1.20.0raveit652-1/+5
2018-01-28require GTK+ 3.22monsta1-1/+1
2018-01-25Bump version to 1.19.0v1.19.0Martin Wimpress1-0/+3
2018-01-25Sync translations.Martin Wimpress94-104/+106
2018-01-18Support building against Ayatana Indicators and Ubuntu Indicators alike. (#24)Mike Gabriel3-36/+256
* If only Ayatana Indicators are present in the build env, build against them. * If only Ubuntu Indicators are present in the build env, build against them. * If both Indicator implementations are present in the build env, then we build against Ayatana Indicators. A build against this or that implementation can be enforced by configure options (--with-ayatana-indicators=yes or --with-ubuntu-indicators=yes). * If either implementation is present, but the other -with-*-indicator configure option is given, an error is thrown at configure time. * No Indicator implementation present in the build env, of course, also throws an error at configure time.
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-08sync with Transifexmonsta94-1327/+1330
2017-10-03add our copyright to About dialogmonsta1-1/+1
fixes https://github.com/mate-desktop/mate-indicator-applet/issues/9
2017-07-18add issue_templateraveit651-0/+19
2017-03-30pre-bump versionraveit652-1/+3
2017-03-13release 1.18.0v1.18.0monsta1-1/+1
2017-03-13sync with Transifexmonsta2-39/+39
2017-03-13update NEWS for 1.18monsta1-9/+8
2017-01-18Bump version to 1.17.1v1.17.1Martin Wimpress2-2/+8
2017-01-18build: show new style indicator support status in summarymonsta1-0/+1
2017-01-18build: fix new style indicator supportmonsta1-3/+3
2017-01-13Update mate-indicator-applet NEWS to use consistent, project wide, ↵Martin Wimpress1-9/+9
markdown-like formatting. This will make generating release announcements easier.
2016-11-28po: actually add new language from Transifexmonsta1-1/+1
2016-11-24release 1.17.0v1.17.0raveit651-0/+5
2016-11-24sync with transiflexraveit652-2/+97
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta2-147/+10
and require mate-panel >= 1.17
2016-09-19release 1.16.0v1.16.01.16monsta1-1/+1
2016-09-19update NEWS for 1.16monsta1-6/+3
2016-09-19sync with Transifexmonsta11-46/+52
2016-09-14check for libindicator 12.10.2 for new style indicators supportmonsta1-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-21Release 1.15.1v1.15.1monsta2-1/+5
2016-06-21po: drop empty translation filesmonsta60-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-20add NEWS from 1.14.1monsta1-4/+9
2016-06-20drop a couple of empty translationsmonsta3-189/+1
2016-06-20GTK+3: add support for new style indicatorsmonsta2-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-19build: make check for indicator lib a separate checkmonsta2-4/+14
2016-06-09GTK+3: allow indicators to receive mouse scroll eventmonsta1-0/+5
will be handy for changing volume in indicator-sound with mouse scroll
2016-06-08Bump version to 1.15.0v1.15.0Martin Wimpress2-1/+8
2016-06-08sync with Transiflex.Martin Wimpress61-0/+5735
2016-06-08move indicator loading/setup code into separate functionmonsta1-17/+22
2016-06-08move module loading code into separate functionmonsta1-29/+38
2016-06-08eggaccelerators: remove unused functionmonsta2-132/+0