Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Stops negative allocation warnings unless theme sets a border
|
|
Comment out size-request signal for label, this no longer works if it ever did. Then comment out function this leaves unused.
|
|
and require libmate-desktop >= 1.17
WARNING: use GTK+3 build of libmateweather for this build.
that lib is not migrated to GTK+3 only as we will possibly
use libgweather instead of it.
|
|
|
|
|
|
|
|
|
|
This can prevent problems with OpenGL on some drivers (see #397)
|
|
Force minimum width for calendar window to stop jumping (on locations open/close) in themes that don't enlarge calendar from the rather small default. Set the minimum height smaller than any theme would set it as it otherwise just puts blank space under the last row rather than spacing out the numbers.
Apparently GTK2 behaves differently here. Note that the GTK3 only selectors will have to come back out for the dev-gtk3-migration branch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
taken from:
https://git.gnome.org/browse/gnome-panel/commit/?id=c5549ba
|
|
taken from:
https://git.gnome.org/browse/gnome-panel/commit/?id=e67ac2a
|
|
taken from:
https://git.gnome.org/browse/gnome-panel/commit/?id=5580bf9
|
|
taken from:
https://git.gnome.org/browse/gnome-panel/commit/?id=c7ea765
|
|
taken from:
https://git.gnome.org/browse/gnome-panel/commit/?id=33e8c06
|
|
|
|
Direct include of librsvg/rsvg-cairo.h has been deprecated from
2.36.2 version. Removed it and added required version for librsvg.
taken from:
https://git.gnome.org/browse/gnome-panel/commit/?id=d306ad3
|
|
|
|
|
|
|
|
|
|
|
|
Add checkbox to enable or disable week numbers in clock preferences window
|
|
|
|
Add support for transparent calendar windows, the window background color can be set to any color and alpha value or made transparent with the #MatePanelPopupWindow named widget selector in the gtk theme. Defaults to theme background color if not set, same as before. This is used only for the calendar window right now
|
|
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
|
|
|
|
|
|
|
|
system timezone under certain circumstances.
Example: in Fedora 20, the environment is a follows:
a) /etc/localtime symlinks --> ../usr/share/zoneinfo/Europe/Zurich
b) /usr/share/zoneinfo contains files with more than 1 hardlink. In example,
Europe/Zurich and Europe/Vaduz share the same i-node.
- system_timezone_read_etc_localtime_softlink() because the link is relative.
- The next algorithms fail because the targeted files do not exist.
- system_timezone_read_etc_localtime_hardlink() succeeds, but finds
Europe/Vaduz before Europe/Zurich.
Thus the detected system timezone is wrong.
By resolving a relative /etc/localtime symlink, this patch leads algorithm
system_timezone_read_etc_localtime_softlink() to success and therefore proper
detection of system timezone.
Closes https://patch-diff.githubusercontent.com/raw/mate-desktop/mate-panel/pull/261.patch
|
|
This reverts commit 7389d3e9dd5390b3d4e1dabbe6dd763a8dc1a0d7.
|
|
|
|
Taken from gnome-panel commit: 04e6ef4dbc6a1fdc720b750fdf87a7f43a8a2df6
From: Alberts Muktupāvels <[email protected]>
|
|
|
|
|
|
Also change the panel version to use the padding instead of the border.
We're interested in the padding here. I believe.
Taken from gnome-panel commit: 0b5d9e57451dff3a25b3fbcc8dec671cac469cb
From: Vincent Untz <[email protected]>
|
|
Based on gnome-panel commit: c28ed51852a629884ce9ad8acc7924680c35854c
From: Germán Póo-Caamaño <[email protected]>
|
|
Based on gnome-panel commit: 40391453286cce55039932d6dc3f741bb74e385f
From: Germán Póo-Caamaño <[email protected]>
|
|
Based on gnome-panel commit: d98b58770dec2f1434cb0acce487e85514ca9bb0
From: Carlos Garcia Campos <[email protected]>
|
|
|
|
Based on gnome-panel commit: 71c3290e3895b71be6bce0e909c4b414bd190b5e
From: Germán Póo-Caamaño <[email protected]>
|
|
Even tough it works it makes taking code (eg StyleContext)
from gnome-panel much easier.
Also fixes a bug where applets are not drawn when moved/added.
|
|
Closes https://github.com/mate-desktop/mate-panel/pull/258
|
|
This required to copy some code from GTK3 source to make it working with GTK2 too
Thanks to Sander Sweers for the help to replace rsvg_pixbuf_from_file_at_size
|