summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-03Manual: OK -> Add (Add to Panel dialog)rbuj7-7/+7
2018-10-03trashapplet manual: Open Trash guimenuitemrbuj1-1/+1
2018-10-02Add/Update Catalan screenshotsrbuj17-0/+0
2018-10-02[1.20] transifex: update pot files:Pablo Barciela3-18/+18
mate-drivemount.pot mate-geyes.pot mate-trashapplet.pot
2018-10-02Fix name of Eyes appletrbuj1-3/+3
2018-10-02Refer to the fstab(5) man page for more information...rbuj1-1/+1
2018-10-01Remove unused png filesrbuj15-4/+1
2018-10-01Fix url of ulink to point to mate-user-guiderbuj1-1/+1
2018-09-28tx: update translation sourcesraveit658-43/+43
2018-09-28Fix spelling and grammar mistakesrbuj6-13/+13
2018-09-28legal.xmlrbuj6-364/+376
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \;
2018-09-27tx: add applets help to transifex configraveit6513-1/+5730
2018-06-11Cpufreq: Force the frequency label to render if frequencies are not found ↵lukefromdc1-1/+7
right away Use a default "---" label until frequency values are found
2018-06-11Cpufreq: Refactor to remove more GTK2 leftoverslukefromdc1-112/+10
2018-06-11Cpufreq: ensure frequency label always shows up if freq selectedlukefromdc1-44/+7
Remove old code left over from GTK2 that never worked properly in GTK 3
2018-05-29release 1.20.2v1.20.2raveit652-3/+13
2018-05-29sync with transifexraveit65127-42676/+87633
2018-05-29update mate-applets.potraveit651-224/+182
2018-05-25accessx: Convert icons from pixbuf to cairo surfacesVictor Kareh151-354/+581
This improves support for HiDPI displays. It also fixes some deprecation warnings, adds auto-resizing, and updates the main applet icon.
2018-05-12netspeed: Use theme icons instead of embeddedVictor Kareh17-108/+164
This removes old icons included with the applet and instead uses icons from the current theme. Known issues: * Loopback interface does not have an icon, instead we use a "reload" icon to simulate it. * PLIP/SLIP interfaces do not have proper icons, I managed to find an old PLIP icon in the hicolor theme and re-purposed it. * Since not all icons have the same levels of scaling, I'm capping the size at 48px to keep all interfaces consistent. * There are no icons for Wireless Quality, so I retained the existing ones for now.
2018-05-12battstat: Load theme icons instead of pixmapsVictor Kareh7-1331/+63
Also remove the outdated option for expanded view.
2018-05-12Convert applet icons from pixbuf to surfacesVictor Kareh6-135/+178
This improves support for HiDPI by loading properly scaled surfaces for applets.
2018-05-12solving type mismatch in g_settings_set_valuemarosg421-4/+5
2018-05-12only text formatting to prepare for real changemarosg421-92/+83
2018-03-25release 1.20.1v1.20.1raveit652-1/+6
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-21Fix cpufreq applet spacing on HiDPI displaysVictor Kareh1-1/+3
2018-03-16tx: add makepot and .pot filesraveit652-0/+2532
2018-03-13multiload: add style class multiload-appletraveit651-0/+4
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-02-04release 1.20v1.20.0raveit652-1/+13
2018-02-04sync with transifexraveit651-4/+5
2018-02-04require GTK+ 3.22 and GLib 2.50monsta21-423/+12
2018-02-04Scaling network graph using thresholds defined by userMarian Gasparovic7-178/+477
2018-02-02multiload: fix tabs/spaces mix in more placesmonsta1-93/+91
2018-02-01multiload: fix spacing in some placesmonsta1-58/+58
2018-02-01multiload: remove some unneeded spacesmonsta1-5/+5
2018-02-01configure.ac: fix version in commentmonsta1-1/+1
2018-01-25Revert "bump libmateweather requirement to 1.19.1"raveit651-1/+1
This reverts commit 8111ccc52917dd0de924920b333a37240674dd9b. t needed any more as previous commits revert the reason for it.
2018-01-25Revert "Added logic to not send notification if weather update is equal (as ↵raveit653-12/+1
decided by weather_info_equal ()) to the previous update" This reverts commit 109a7fa77bb4745524eca8a0735b210b55b81fe0. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51
2018-01-25Revert "If location changes, abort any outstanding weather updates"raveit651-1/+0
This reverts commit dc71847a5490abad09ef0b4955b5461d8e66ed3f. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51
2018-01-22weather: fix possible crash when opening prefs dialogmonsta1-4/+4
fixes https://github.com/mate-desktop/mate-applets/issues/299 fallout from https://github.com/mate-desktop/mate-applets/commit/37e590249dd9d191a2331040fb879830c9ceea8e
2018-01-16release 1.19.4v1.19.4raveit652-1/+8
2018-01-16sync with transifexraveit65114-47496/+4975
2018-01-14drop broken invest-applet and all Python dependenciesmonsta55-11268/+0
closes https://github.com/mate-desktop/mate-applets/issues/297
2018-01-09update copyright year to 2018monsta14-14/+14
2017-12-29Fix build warnings: ignoring return value of ‘fgets’,Pablo Barciela2-10/+32
declared with attribute warn_unused_result
2017-12-27release 1.19.3v1.19.3raveit652-2/+15
2017-12-27sync with transifexraveit65115-30616/+34688
2017-12-19command: bump range of intervalRu Uba1-1/+1
Increase time range end point to allow command to occur inside a range for up to 86400 seconds (24 hours) in a second.