summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-05Remove all calls gtk_dialog_set_has_separatorinfirit14-42/+0
Also remove the has_separator from the ui files.
2014-02-04invest-applet: Add gtk3 supportinfirit12-16/+29
2014-02-03Sync translations with transifexStefano Karapetsas7-129/+134
2014-01-30Update POTFILES.inStefano Karapetsas1-11/+0
2014-01-30Sync translations with transifexStefano Karapetsas106-106869/+50648
2014-01-30Merge branch 'dev-timer-applet'Stefano Karapetsas51-5169/+540
Closes #45 https://github.com/mate-desktop/mate-applets/issues/45
2014-01-30stickynotes: Add undo/redo featureStefano Karapetsas5-4/+34
Using GtkSourceView instead of GtkTextView This adds new dependency to package to build this applet Closes #17 https://github.com/mate-desktop/mate-applets/issues/17
2014-01-29command: Translate context menuStefano Karapetsas1-0/+1
2014-01-29timerapplet: Translate context menuStefano Karapetsas1-0/+1
2014-01-29Remove old timer-appletStefano Karapetsas45-5172/+1
2014-01-29Add new timerapplet in cStefano Karapetsas8-0/+541
To replace old timer-applet written in pygtk and not working in 1.6 See https://github.com/mate-desktop/mate-applets/issues/45
2014-01-28command: Use Preferences instead of Properties as labelStefano Karapetsas1-3/+3
2014-01-27command: Show the executed command as tooltipStefano Karapetsas1-0/+2
2014-01-27command: Add support for output in GKeyFile (INI) format, allowing to change ↵Stefano Karapetsas1-12/+44
font and icon The output of the command now can be in INI format, like: [Command] Output=MATE Icon=mate Output can be in pango format, icon need to be a stock name
2014-01-27command: Add comments and constants in codeStefano Karapetsas1-13/+23
2014-01-27command: Fix typoStefano Karapetsas1-3/+3
2014-01-26command: Define max lenght for output of the commandStefano Karapetsas1-1/+13
2014-01-26command: UI improvementsStefano Karapetsas1-1/+5
2014-01-26command: Use GSettings signals to manage command/intervalStefano Karapetsas1-15/+68
2014-01-26Add new command appletStefano Karapetsas8-1/+346
2014-01-22Fix gucharmap support for GTK2/GTK3Stefano Karapetsas2-18/+10
2014-01-20Sync translations with transifexmate-applets-1.7.0Stefano Karapetsas26-12426/+13265
2014-01-20Bump version to 1.7.0Stefano Karapetsas1-1/+1
2014-01-20invest-applet: Fix data MakefileStefano Karapetsas1-1/+0
2014-01-20cpufreq: Add GTK3 supportStefano Karapetsas1-2/+89
https://git.gnome.org/browse/gnome-applets/commit/cpufreq?id=6fd55674cdb0154d26c6d9a78001818cfe44fc58
2014-01-20accessx-status: Add GTK3 supportStefano Karapetsas2-3/+52
https://git.gnome.org/browse/gnome-applets/commit/accessx-status?id=cd5250ed5d9aa467a34a6da1e2f566c191b25ca8 https://git.gnome.org/browse/gnome-applets/commit/accessx-status?id=5b91de8cfdd3578a1219d5367354798fbb4b48d3 https://git.gnome.org/browse/gnome-applets/commit/accessx-status?id=724533eefaec3268bc9787a1e146afbee171cf46
2014-01-20battstat: Add GTK3 supportStefano Karapetsas4-0/+193
Code taken from: https://git.gnome.org/browse/gnome-applets/commit/battstat?id=274f17fe92b98b5a0bdd31de734240b4cc6227e9 https://git.gnome.org/browse/gnome-applets/commit/battstat?id=137c00e2de6098b0ecef75ec208d58de138d7a82 https://git.gnome.org/browse/gnome-applets/commit/battstat?id=13522dcb2cb272b11214728c69c9ec179de78e2d
2014-01-20mateweather: Add GTK3 supportStefano Karapetsas4-22/+37
Bump minimum GTK2 version to 2.24 to use GtkComboBoxText with both GTK versions
2014-01-20multiload: Add GTK3 supportStefano Karapetsas5-6/+86
2014-01-20trashapplet: Add GTK3 supportStefano Karapetsas4-2/+63
2014-01-19stickynotes: Add GTK3 supportStefano Karapetsas4-0/+37
2014-01-19geyes: Add GTK3 supportStefano Karapetsas2-1/+23
2014-01-19drivemount: Add GTK3 supportStefano Karapetsas3-1/+97
2014-01-19charpick: Add GTK3 supportStefano Karapetsas2-4/+13
2014-01-19Add GTK3 support in configureStefano Karapetsas1-6/+34
2014-01-15Merge pull request #73 from r2rien/masterStefano Karapetsas1-2/+2
battstat applet: save panel space
2014-01-06Merge pull request #74 from infirit/masterStefano Karapetsas1-1/+1
Add to ACLOCAL_AMFLAGS for user added flags
2014-01-05Add to ACLOCAL_AMFLAGS for user added flagsinfirit1-1/+1
2014-01-04battstat applet: save panel space using an empty label instead of -:-- when ↵r2rien1-2/+2
fully charged or unknown
2014-01-01Merge pull request #64 from NiceandGently/masterStefano Karapetsas1-2/+5
battstat: more adjustments for upower-1.0
2013-12-23Merge pull request #70 from infirit/masterStefano Karapetsas1-12/+3
Require pygobject 3 now that it was ported to gi
2013-12-20Fix summary for invest appletinfirit1-1/+1
2013-12-20Require pygobject 3 now that it was ported to giinfirit1-11/+2
Commit 540e2e460c8155a22b10c1712eec71c9bf25aea9 ported to gobject introspection but this never reflected in configure.ac.
2013-11-29Merge pull request #66 from infirit/masterStefano Karapetsas1-1/+1
Fix typo in AM_INIT_AUTOMAKE
2013-11-28Fix typo in AM_INIT_AUTOMAKEinfirit1-1/+1
2013-11-10battstat: use g_signal notify for upower-1.0raveit651-1/+4
2013-11-10upower: fix upower versionraveit651-1/+1
2013-11-07Merge pull request #63 from NiceandGently/masterStefano Karapetsas1-0/+2
battstat applet: ready for upower-1.0
2013-11-07battstat applet: ready for upower-1.0raveit651-0/+2
2013-11-06Fix Sun GNOME Documentation Team referencesStefano Karapetsas8-20/+20