summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-11migrate libmate-panel-applet to gsettingsStefano Karapetsas11-778/+227
2012-10-11migrate mate-panel to gsettingsStefano Karapetsas59-6747/+2411
2012-10-10add gsettings schemasStefano Karapetsas5-0/+366
2012-10-10remove matecomponentStefano Karapetsas26-5080/+0
2012-09-06Merge pull request #40 from mrpdaemon/compile-fixStefano Karapetsas1-0/+2
Fix compile error
2012-09-05Fix compile errorMark Pariente1-0/+2
applets/clock/calendar-client.c references MateConfClient without including mateconf-client.h which caused a compile error on my setup.
2012-08-06Removed nyan.png from fish applet.Steve Zesch2-2/+1
2012-07-26Merge pull request #34 from NiceandGently/masterSteve Zesch3-6/+5
incorrect-fsf-address and others
2012-07-26fix incorrect-fsf-addressNice&Gently3-6/+5
2012-07-10Preparing for 1.4 release.Steve Zesch1-0/+28
2012-07-06Merge pull request #30 from Gymnasiast/masterStefano Karapetsas1-1/+1
Fix for clock in mate-panel skipping seconds
2012-07-05Preparing for 1.4 release.mate-panel-1.4.0Steve Zesch2-3/+1315
2012-07-04sync translations with transifexStefano Karapetsas16-17300/+8191
2012-07-04add po gnome copyrights fileStefano Karapetsas1-0/+1443
2012-06-25Fix clock secondsMichael Steenbeek1-1/+1
2012-06-20fix "ngome" occurenceStefano Karapetsas1-1/+1
thanks to nmarques
2012-06-20prepare 1.3.2mate-panel-1.3.2Stefano Karapetsas1-1/+1
2012-06-19Merge pull request #28 from ketheriel/masterStefano Karapetsas1-2/+2
libpanel-applet: Use on_bus_acquired instead of on_name_acquired
2012-06-19libpanel-applet: Use on_bus_acquired instead of on_name_acquired Nelson Marques1-2/+2
Prevent race conditions when the session starts (panel is displayed instantly); This is well documented in the gdbus documentation: https://bugzilla.gnome.org/show_bug.cgi?id=654843
2012-06-15Merge pull request #23 from MDykstra/masterStefano Karapetsas1-1/+2
now linking under up-to-date Arch Linux system
2012-06-13Use right GdkScreen for focus request and menuStefano Karapetsas1-2/+2
http://bugzilla-attachments.gnome.org/attachment.cgi?id=179797 Calling gtk_widget_get_screen() on a widget embedded in a plug doesn't necessarily return what you expect (because of gtk_widget_get_toplevel()). Instead, call gtk_window_get_screen() on the plug. https://bugzilla.gnome.org/show_bug.cgi?id=632369
2012-06-06switch to libmatewnckmate-panel-1.3.1Stefano Karapetsas11-113/+104
2012-06-06removed distro/ubuntu folderStefano Karapetsas5-77/+0
2012-05-23fix some things for MATE in wncklet appletStefano Karapetsas6-151/+30
2012-05-23Merge remote-tracking branch 'upstream/master' into slaveMarcel Dijkstra14-104/+53
2012-05-21start 1.3mate-panel-1.3.0Stefano Karapetsas1-1/+1
2012-05-16only depend on gmodule-2.0 if it existsMarcel Dijkstra1-2/+2
2012-05-13add option to hide arrow in menu buttonStefano Karapetsas2-1/+21
https://github.com/mate-desktop/mate-panel/issues/24 https://bugzilla.gnome.org/show_bug.cgi?id=598196 patch by Damir Gilyazov
2012-05-10Merge pull request #18 from benpicco/upstreamSteve Zesch13-102/+31
pull in upstream changes & fixes
2012-04-26linker now requires gmodule-2.0 in mate-panelMarcel Dijkstra1-1/+2
2012-04-23Merge branch 'master' of github.com:mate-desktop/mate-panelPerberos4-2016/+1279
2012-04-23adding an item for system monitors on the windows list appletPerberos2-0/+71
2012-04-06update translations (pl, tr)Stefano Karapetsas2-2008/+1273
2012-04-06Merge pull request #19 from haxar/69f29364bbbe1d1772cf0ce5e4efe0af1beccd42Stefano Karapetsas1-1/+1
g-ir-scanner: fix build when configure prefix != /usr
2012-04-06Merge pull request #20 from haxar/clock-applet-mapStefano Karapetsas1-7/+5
clock-applet: keep locations map expanded state
2012-04-05clock-applet: use mateconf client to get and set KEY_LOCATIONS_EXPANDED key ↵haxar1-7/+5
when HAVE_LIBECAL is not defined
2012-04-05g-ir-scanner: when configure prefix != /usr, add prefix to scanner include pathshaxar1-1/+1
2012-03-26lockdown locks the menu editor entry tooSebastien Bacher2-3/+4
Bug: http://bugzilla.gnome.org/show_bug.cgi?id=499148 Bug-Ubuntu: https://bugs.launchpad.net/bugs/4712
2012-03-26Suppress the shutdown option in the panel if LTSP_CLIENT is setOliver Grawert1-1/+1
2012-03-26Show a default icon for .desktop files that don't have oneJorge Bernal "Koke2-1/+3
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=76495
2012-03-26When using Drag'n'Drop from Places menu, install a link launcher (.desktop ↵Marcel Stimberg3-5/+8
file) instead of copying the entire directory. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=357934 Bug-Ubuntu: https://launchpad.net/bugs/62529
2012-03-26matecomponent: Remove API to build matecomponent applet as shared libraryVincent Untz2-81/+0
Yes, it's bad, it breaks API and ABI. In a stable branch. But it's the matecomponent compatibility module. And it's a rather important fix. We can't have matecomponent applets as shared libraries since both matecomponent applets and dbus applets are sharing the MatePanelApplet type name, and they will conflict in the same process. Since we know we want to allow dbus in-process applets, it means we have to disallow matecomponent in-process applets. Hence this change.
2012-03-26mate-panel-desktop: Fix the Categories keyGermán Póo-Caamaño1-1/+1
mate-panel is not an utility, it is part of the core. Hence, the Categories reflects panel is part of System. https://bugzilla.gnome.org/show_bug.cgi?id=640690 Signed-off-by: Germán Póo-Caamaño <[email protected]>
2012-03-26Change references from matecomponent-applet to external-applet in mateconfVincent Untz4-10/+14
Signed-off-by: Germán Póo-Caamaño <[email protected]>
2012-03-111.2.1 releasemate-panel-1.2.1Stefano Karapetsas1-1/+1
2012-03-07http://bugzilla-attachments.gnome.org/attachment.cgi?id=201328Perberos1-1/+1
2012-02-29fix mate-autogen renamemate-panel-1.2.0Stefano Karapetsas1-3/+2
2012-02-29fix for 1.2 releaseStefano Karapetsas2-19/+1
2012-02-29update translationsStefano Karapetsas3-2735/+1813
2012-02-27Merge pull request #10 from brianjmurrell/masterStefano Karapetsas6-5/+21
Fix for mate-panel issue #9