summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-29Travis CI: arch build: add autoconf-archive1.22Pablo Barciela1-0/+1
2020-02-21Revert "Enable applications in addto menu (fixes 1055) (#1056)"monsta1-2/+0
this is not needed for 1.22 and breaks the build This reverts commit 8aa77585103ced8ce09bb2542fa80440579e1d98.
2020-02-20Enable applications in addto menu (fixes 1055) (#1056)William Wold1-0/+2
2020-02-20Travis CI: Fix build error, add .build.ymlPablo Barciela2-125/+124
2020-01-16Avoid double a11y description on panel toplevelsColomban Wendling1-2/+2
Do not set an extra a11y name and description on an internal child of the panel, because its toplevel has most of it already through setting the GTK window title. Instead, explicitly set the a11y name and description on the toplevel directly, possibly overriding GTK's value implicitly set via gtk_window_set_title(), but which would be the same anyway. This prevents e.g. a screen reader vocalizing the panel name twice when entering it, once for the toplevel and once for the internal child. This also avoids announcing the panel again when moving from one of the hide buttons to one of the applets or launcher.
2020-01-16clock applet: add a call to ATK to provide the current displayed timeJonathan Michalon1-2/+7
2020-01-16status-notifier: Render menu items as cairo surfaceVictor Kareh1-2/+8
2020-01-16status-notifier: Render icons as cairo surfaceVictor Kareh1-18/+30
Instead of GdkPixbuf, so that SNI icons can render correctly on HiDPI displays.
2020-01-16fish: Use a higher resolution image for Wanda the FishVictor Kareh1-0/+0
2019-12-13Clock applet: Fix string comparisonClement Lefebvre1-2/+5
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-10-30 tx: pull with fixed formatting issue in greek languageraveit651-4/+5
in clock user-guide
2019-10-15Travis CI: use Ubuntu "19:10" instead "19:04"Pablo Barciela1-1/+1
2019-10-15Travis CI: don't build mate-menus from git masterPablo Barciela1-17/+0
2019-10-12Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-09Fetch clock formats using LC_TIME (as opposed to LANGUAGE)Clement Lefebvre1-0/+17
This is a port of https://github.com/linuxmint/cinnamon-desktop/commit/7cd7c008e05acf36efd87446256d28a8b89d187a Which fixed https://github.com/linuxmint/cinnamon-desktop/pull/132 This commit fixes the same issue in the MATE clock applet.
2019-10-06travis(ci): enable notify_serversraveit651-0/+2
2019-09-21release 1.22.2v1.22.2raveit652-5/+17
2019-09-21tx: sync with transifexraveit65245-1190/+5653
2019-09-15When determining whether the pos is in the applet, use ad->cells to calc.Wu Xiaotian1-1/+1
2019-07-26panel-toplevel: fix applets placement on expanded vertical panelmonsta1-1/+5
fixes https://github.com/mate-desktop/mate-panel/issues/745
2019-07-26panel-toplevel: fix coding style and spacing a bitmonsta1-6/+3
2019-07-24Fix Makefile.am to install in a given prefix pathJuan Picca1-2/+2
Currently installing mate-panel fails with the error /bin/mkdir -p '/usr/share/gir-1.0' /usr/bin/install -c -m 644 MatePanelApplet-4.0.gir '/usr/share/gir-1.0' /usr/bin/install: cannot create regular file '/usr/share/gir-1.0/MatePanelApplet-4.0.gir': Permission denied when configure is called with the --prefix option. This fix is the same used in: * caja (libcaja-extension/Makefile.am) * eom (src/Makefile.am) * libmatekbd (libmatekbd/Makefile.am) * mate-desktop (libmate-desktop/Makefile.am) * pluma (pluma/Makefile.am)
2019-06-15Revert "menu-bar: transfer focus correctly on alt-F1"raveit654-141/+0
This reverts commit f0f4c5e1217eefd46edf9f98633fb32967c67461. Fixes https://github.com/mate-desktop/marco/issues/209
2019-05-28travis: use fedora-30 and ubuntu-19.04 for buildingraveit651-2/+2
2019-05-20fix reloading the default layout after panel resetmonsta1-1/+13
- do it in the idle handler - wait until all toplevels are destroyed before reloading the layout
2019-05-20fix random crashes on panel resetmonsta2-51/+43
- unref objects in toplevel's dispose function instead of finalize - disconnect from toplevel's GSettings objects before deleting them
2019-05-09Fix panel applet keyboard focus traplukefromdc1-3/+9
Do not open the context menu on tab-or on anything but the menu key. Note that Return must be used by some applets (e.g. the clock) for something else
2019-04-24release 1.22.1v1.22.1raveit652-1/+8
2019-04-24tx: sync with transifexraveit65354-2436/+2734
2019-04-24tx: update resource fileraveit652-4/+4
2019-04-02github release page for stable branchraveit651-0/+19
2019-04-01add volume-applet to fedora layoutraveit651-0/+8
2019-03-23help: update copyrightraveit652-2/+2
2019-03-22[Security] panel-keyfile: Use 'g_strlcpy' instead of 'strcpy'Pablo Barciela1-4/+3
Fixes Clang static analyzer warning: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119
2019-03-14tx: update transifex configraveit651-3/+3
2019-02-24release 1.22.0v1.22.0raveit652-1/+23
2019-02-24tx: sync with transifexraveit65148-13390/+23131
2019-02-17Ensure proper translation of the about dialog titlerbuj8-43/+78
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
2019-02-16Prepare for docker-build 0.1.1 merge into masterWu Xiaotian1-16/+15
Please see mate-desktop/mate-dev-scripts#13
2019-02-15tx: update resource for transifexraveit651-60/+106
2019-02-15Make translatable the copyright in about dialogrbuj8-46/+26
2019-02-15Use docker-build on the master branchWu Xiaotian1-1/+1
2019-02-10Fix last menu with gtk_menu_popup and failure to follow panel themelukefromdc1-15/+16
2019-02-10mate-panel-applet.c: replace deprecated gtk_menu_popuplukefromdc1-92/+41
We need this for future porting of tray icons to standalone applets as replacements dfor gtk_menu_popup emit a "popped-up" signal when the menu is showing Based on gnome-panel commit github.com/GNOME/gnome-panel/commit/8e6e2847eca002499e862e9ae85bbc4c16b601fa
2019-02-10tx: update resource for transifexraveit651-71/+71
2019-02-07fix make distcheck fail on debianWu Xiaotian4-7/+1
2019-02-07use archlinux/base imageWu Xiaotian1-4/+3
2019-02-06Properly align button menu positions on vertical panelslukefromdc1-1/+6
2019-02-06Test the new docker-buildWu Xiaotian1-14/+12