Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-04 | netspeed: don't define MATELOCALEDIR | monsta | 1 | -1/+0 | |
it's already defined in configure.ac for all applets | |||||
2020-03-02 | tx: pull with fixed translations of pt and pt_BR | raveit65 | 1 | -7/+13 | |
2020-02-10 | tx: sync with transifex | raveit65 | 2 | -6/+6 | |
2020-01-21 | tx: sync with transifex | raveit65 | 114 | -8596/+8753 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 2 | -5/+6 | |
2020-01-09 | migrate from intltools to gettext | Wu Xiaotian | 2 | -11/+13 | |
2019-09-13 | netspeed: remove -Wunused-but-set-variable warning | rbuj | 1 | -7/+0 | |
netspeed.c:477:15: warning: variable ‘state’ set but not used [-Wunused-but-set-variable] 477 | GtkStateType state; | ^~~~~ netspeed.c:476:15: warning: variable ‘ra’ set but not used [-Wunused-but-set-variable] 476 | GdkRectangle ra; | ^~ | |||||
2019-06-16 | tx: sync with transifex | raveit65 | 114 | -17337/+16513 | |
2019-04-14 | Use g_list_free_full() convenience function | rbuj | 1 | -2/+1 | |
void g_list_free_full (GList *list, GDestroyNotify free_func); Convenience method, which frees all the memory used by a GList, and calls free_func on every element's data. https://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full | |||||
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-03-20 | Help: Use XInclude instead of ENTITY for legal.xml | rbuj | 1 | -2/+1 | |
The ENTITY is expanded in i18n process, and legal.xml file is never read. | |||||
2019-03-20 | Make translatable copyright info in about dialog | rbuj | 1 | -6/+3 | |
2019-03-20 | Ensure proper translation of the about dialog title | rbuj | 1 | -3/+4 | |
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-03-17 | tx: sync with transifex | rbuj | 9 | -22/+39 | |
2019-02-25 | tx: sync with transifex | raveit65 | 113 | -390/+365 | |
2019-02-11 | Issues reported by translators | rbuj | 1 | -1/+1 | |
2019-01-27 | tx: sync with transifex | raveit65 | 13 | -75/+254 | |
2018-12-08 | Support git.mk to generate .gitignore | Wu Xiaotian | 22 | -0/+44 | |
2018-11-17 | sync with transifex | raveit65 | 113 | -1279/+71147 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+5 | |
2018-10-06 | Netspeed Manual: clean up | rbuj | 6 | -1280/+3 | |
2018-10-03 | Use orderedlist to describe the steps to add the applet to a panel | rbuj | 1 | -6/+28 | |
2018-10-02 | Add/Update Catalan screenshots | rbuj | 2 | -0/+0 | |
2018-09-28 | Fix spelling and grammar mistakes | rbuj | 1 | -2/+2 | |
2018-09-28 | legal.xml | rbuj | 1 | -3/+3 | |
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \; | |||||
2018-05-12 | netspeed: Use theme icons instead of embedded | Victor Kareh | 16 | -108/+160 | |
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-12 | Convert applet icons from pixbuf to surfaces | Victor Kareh | 1 | -38/+66 | |
This improves support for HiDPI by loading properly scaled surfaces for applets. | |||||
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -8/+8 | |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -42/+0 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-10-05 | netspeed: update copyright year | monsta | 1 | -1/+1 | |
2017-08-05 | netspeed: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+9 | |
2016-12-06 | netspeed: fix couple of typos in schema | monsta | 1 | -2/+2 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -164/+23 | |
and require mate-panel >= 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. | |||||
2016-11-22 | fix some indent and a couple of typos | monsta | 1 | -28/+28 | |
2016-08-31 | GTK+-3 netspeed: port GtkTable to GtkGrid | raveit65 | 1 | -0/+42 | |
2016-08-01 | GTK+-3 netspeed: write valid rgb color values to gsettings | raveit65 | 1 | -13/+28 | |
Previous commit writes garbage to gsettings, in result no graphs are displayed with a new start of the applet. Now we have rgb values in gsettings values. | |||||
2016-07-31 | GTK+-3 netspeed: port to GtkColorChooser and GdkRGBA | raveit65 | 1 | -1/+48 | |
2016-07-31 | netspeed: use GtkColorButton instead of MateColorButton | raveit65 | 1 | -9/+8 | |
this reverts http://git.mate-desktop.org/mate-netspeed/commit/?id=38d56de Using GtkColorButton or GtkColorChooser does the same job and we drop the dependecy to libmate-desktop | |||||
2016-07-31 | netspeed: use GtkAbout and update copyright | raveit65 | 1 | -3/+7 | |
2016-05-12 | Use default route | Alejandro Perez | 1 | -1/+1 | |
- update backend.c | |||||
2016-01-27 | GTK3: fix previous GtkMisc deprecations fix commit | Wolfgang Ulbrich | 1 | -46/+44 | |
2015-12-17 | netspeed: remove duplicate #define's - leftovers from original repo | monsta | 1 | -4/+0 | |
2015-12-17 | netspeed: fix distcheck | Wolfgang Ulbrich | 2 | -1/+23 | |
2015-12-14 | merge netspeed applet from mate-netspeed repo | monsta | 72 | -0/+6954 | |