Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
27 hours | clock: Provide fallback preferences pathevolution-calendar-integration | Victor Kareh | 1 | -0/+11 | |
Provide a fallback preferences path in case the applet doesn't provide one. This happens when running outside the actual panel, like in the case of mate-panel-test-applets. | |||||
28 hours | clock: Fix timezone handling | Victor Kareh | 1 | -294/+174 | |
We remove a bunch of functions, since they are already handled by libecal, and add correction to times based on the difference between the event's own timezone and our current local timezone. | |||||
28 hours | clock: Backport Evolution calendar integration from gnome-panel | Victor Kareh | 13 | -13/+4291 | |
Add Evolution Data Server (EDS) calendar integration to the MATE panel clock applet, most of it ported from gnome-panel's clock applet. This allows users to view calendar events and tasks directly from the clock popup calendar. The calendar integration is disabled by default and can be enabled with --enable-eds during configuration. When disabled, the clock applet functions normally without any EDS dependencies. | |||||
11 days | Bump GTK version to 3.24HEADmaster | Victor Kareh | 1 | -1/+1 | |
11 days | panel-stock-icons: Remove deprecated GtkIconFactory and GtkIconSource | Victor Kareh | 2 | -81/+0 | |
All applet menus already use theme icon names directly, making this legacy stock icon code obsolete. Removing it eliminates all the icon factory deprecation warnings. | |||||
11 days | Remove deprecated gdk_screen_get_* functions | Victor Kareh | 5 | -12/+8 | |
Screen functions are replaced with their Display equivalents to remove deprecation warnings. Display functions take into account the entire display server connection, rather than a single physical monitor. | |||||
11 days | remove deprecated GtkStockItem | Victor Kareh | 4 | -18/+8 | |
Also replace gtk_dialog_add_button with panel_dialog_add_button to ensure mnemonics and icons are preserved. | |||||
12 days | Update window layout | luigifab | 1 | -0/+1 | |
2025-07-15 | Fix dragging panel color | luigifab | 1 | -6/+10 | |
2025-05-20 | fix | luigifab | 1 | -1/+1 | |
Co-authored-by: Colomban Wendling <[email protected]> | |||||
2025-05-20 | panel-menu-button.c: apply a name to the main menu button | lukefromdc | 1 | -0/+2 | |
2025-04-24 | Clock Applet: Add scrollbar to Locations lists when the lists get too long | Gordon Norman Squash | 2 | -4/+16 | |
Before this commit, the Clock Applet's popup window would expand off the screen if the user added more than a few locations to the Locations list. In addition, the list of locations in the Clock Applet Preferences could get extremely tall as well, and could even push the bottom part of the Preferences dialog off the screen. This commit adds (vertical) scrollbars to both widgets. | |||||
2025-03-12 | github-actions: Add missing dependency on Arch | Colomban Wendling | 1 | -0/+1 | |
2025-03-12 | github-actions: Update mate-desktop dependency | Colomban Wendling | 1 | -1/+1 | |
2025-03-12 | github-actions: Cache ccache per-job | Colomban Wendling | 1 | -0/+2 | |
Otherwise different jobs seem to overwrite each other, loosing part of their cache. | |||||
2025-03-12 | github-actions: Use better grouping | Colomban Wendling | 1 | -1/+1 | |
2025-03-12 | github-actions: Further improve cppcheck accuracy | Colomban Wendling | 1 | -0/+11 | |
Teach cppcheck the C11 _Noreturn attribute. | |||||
2025-03-12 | github-actions: Improve cppcheck accuracy | Colomban Wendling | 1 | -1/+33 | |
Give it relevant -D/-I flags so it can perform more useful checks. This makes if slower, but hopefully more accurate and useful. | |||||
2025-03-12 | github-actions: Add clang build | Colomban Wendling | 1 | -3/+15 | |
2025-03-12 | github-actions: Tentatively re-enable ArchLinux upgrade | Colomban Wendling | 1 | -1/+1 | |
2025-03-12 | github-actions: Split mate-desktop deps for clarity | Colomban Wendling | 1 | -4/+10 | |
2025-03-12 | github-actions: Add some comments | Colomban Wendling | 1 | -1/+18 | |
2025-03-12 | github actions: Cache mate-desktop build | Colomban Wendling | 1 | -17/+22 | |
2025-03-12 | github actions: Add an ArchLinux container build | Colomban Wendling | 1 | -8/+45 | |
2025-03-12 | github actions: Only run distcheck on Debian | Colomban Wendling | 1 | -0/+1 | |
It's not really something that usually needs be run everywhere, it should be pretty stable as long as the build system is properly set up. This can still be enabled back for all targets if needed. | |||||
2025-03-12 | travis-ci: Disable Debian Testing | Colomban Wendling | 1 | -1/+1 | |
We're trying GitHub Actions for this one, no need for a duplicate. | |||||
2025-03-12 | github actions: Build on ubuntu:rolling | Colomban Wendling | 1 | -83/+17 | |
2025-03-12 | github actions: Enable --enable-compile-warnings=maximum | Colomban Wendling | 1 | -2/+3 | |
2025-03-12 | github actions: Build in process and out of process on Debian Testing | Colomban Wendling | 1 | -1/+8 | |
2025-03-12 | github actions: Add Debian Testing build | Colomban Wendling | 1 | -0/+68 | |
2025-03-12 | Enable a github actions build | Colomban Wendling | 1 | -0/+147 | |
2024-12-06 | ci: fix Faraday issue on deploy | lukefromdc | 1 | -0/+1 | |
2024-12-06 | ci: fix start of builds | lukefromdc | 1 | -1/+3 | |
2024-12-06 | applets/clock: Fix compatibility with musl libc | Đoàn Trần Công Danh | 2 | -4/+4 | |
%l is an glibc extension for strftime, this extensions isn't supported by musl libc. Replace %l with %_I, which is functionaly equivalence. %_I itself is also an extensions, however, %_I is supported by both glibc, musl, FreeBSD and deriviates, AIX, and Solaris. Fix: #1451 | |||||
2024-10-16 | ci: Bump dpl branches for Ruby 3 support | correctmost | 1 | -2/+2 | |
2024-10-15 | Attempt to fix 2nd Travis deployment issue | lukefromdc | 1 | -0/+6 | |
2024-10-14 | Check the existence of dconf-editor's schema (#1447) | Balló György | 2 | -4/+32 | |
We need to check the existence of dconf-editor's GSettings schema before using it, because the program will abort if dconf-editor is not installed on the system when it tries to access it. | |||||
2024-06-18 | status-notifier: Plug large leak with icons from paths | Colomban Wendling | 1 | -1/+6 | |
When loading an icon from a path rather than the icon theme, we scale it down to match the scale we need[^1], but we leaked the original pixbuf in this case. Fixes #1444. [^1]: See commit e5c8646d8f6167fe2d3634a4604a1bf9ec8ee5af | |||||
2024-06-18 | Fix travis deploy | lukefromdc | 1 | -2/+4 | |
2024-05-08 | wncklet: Remove unused attributes | Victor Kareh | 1 | -10/+0 | |
Since the icon loader is no longer present, there is no need to track the icon theme when the applet is realized. This is will all be taken care of by libwnck. | |||||
2024-05-08 | wncklet: Remove icon loader function from window list applet | Victor Kareh | 1 | -51/+0 | |
This function only loads the icon during the startup-notification, at which point it gets replaced by the actual icon read in libwnck. Moving forward the loading function should become part of libwnck. | |||||
2024-04-04 | Bump version to 1.29.0 | lukefromdc | 2 | -1/+3 | |
2024-04-03 | Release 1.28.1v1.28.1 | lukefromdc | 2 | -1/+7 | |
2024-04-04 | Build: require mate-desktop 1.28.2 | lukefromdc | 1 | -1/+1 | |
2024-04-04 | ci: use mate-desktop 1.28.2 upon which this depends | lukefromdc | 1 | -1/+1 | |
2024-04-04 | Use MateImageMenuItem properly | lukefromdc | 1 | -4/+5 | |
switch out the last vestiges of deprecated GtkImageMenuItem | |||||
2024-02-20 | release 1.28.0v1.28.0 | raveit65 | 2 | -1/+5 | |
2024-02-20 | tx: sync with transifex | raveit65 | 1 | -7/+7 | |
2024-02-04 | release 1.27.3v1.27.3 | raveit65 | 2 | -19/+52 | |
2024-02-04 | tx: sync with transifex | raveit65 | 147 | -14288/+18535 | |