summaryrefslogtreecommitdiff
path: root/geyes
AgeCommit message (Collapse)AuthorFilesLines
2020-08-01geyes: Load menu from resourcesrbuj4-17/+15
2020-07-11geyes: Add themes.uirbuj4-101/+229
2020-06-25sync with transifexraveit65119-166/+477
2020-05-21build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBSrbuj1-2/+0
2020-04-08build: Use WARN_CFLAGS variablerbuj1-3/+4
2020-03-26eyes: generate missing 256x256 and 64x64 icons from svg filerbuj4-297/+266
rsvg-convert -w 64 -h 64 mate-eyes-applet.svg -o mate-eyes-applet.64.png rsvg-convert -w 256 -h 256 mate-eyes-applet.svg -o mate-eyes-applet.256.png
2020-03-02tx: pull with fixed translations of pt and pt_BRraveit651-3/+3
2020-02-10tx: sync with transifexraveit651-4/+4
2020-01-21tx: sync with transifexraveit65119-507/+567
2020-01-10Update copyright to 2020raveit652-2/+2
2020-01-09migrate from intltools to gettextWu Xiaotian2-11/+12
2019-08-29geyes: avoid memory leakPavel Shlyak1-5/+2
2019-06-16tx: sync with transifexraveit65119-10302/+9245
2019-03-23help: update copyrightraveit651-1/+1
2019-03-20Help: Use XInclude instead of ENTITY for legal.xmlrbuj1-2/+2
The ENTITY is expanded in i18n process, and legal.xml file is never read.
2019-03-20Make translatable documenters in about dialogrbuj1-1/+8
2019-03-20Make translatable copyright info in about dialogrbuj1-5/+2
2019-03-20Ensure proper translation of the about dialog titlerbuj1-0/+1
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-17tx: sync with transifexrbuj10-32/+52
2019-02-25tx: sync with transifexraveit659-21/+26
2019-01-27tx: sync with transifexraveit6511-56/+592
2018-11-17sync with transifexraveit65139-4931/+55371
2018-10-06Use make functions for HELP_LINGUASrbuj1-1/+5
2018-10-03Use orderedlist to describe the steps to add the applet to a panelrbuj1-13/+43
2018-10-03Manual: Fix Add to Panel dialog titlerbuj1-1/+1
2018-10-03Eyes Applet: Fix window title and factory namerbuj2-3/+3
2018-10-02Manual: OK -> Add (Add to Panel dialog)rbuj1-1/+1
2018-10-02Fix name of Eyes appletrbuj1-3/+3
2018-09-28legal.xmlrbuj1-75/+75
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \;
2018-02-09avoid deprecated GtkStockPablo Barciela2-5/+5
2018-02-04require GTK+ 3.22 and GLib 2.50monsta2-36/+1
2018-01-09update copyright year to 2018monsta1-1/+1
2017-12-29Fix build warnings: ignoring return value of ‘fgets’,Pablo Barciela1-2/+6
declared with attribute warn_unused_result
2017-10-05update copyright year in other appletsmonsta1-1/+1
2017-08-05geyes: don't use deprecated gtk_show_uriraveit652-6/+20
2017-08-05add new digital themeerfan kheyrollahi4-0/+10
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta2-42/+7
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-22fix some indent and a couple of typosmonsta1-2/+2
2016-08-31GTK+-3.20 geyes: port to GtkSeatraveit651-0/+14
2016-08-14geyes: fix modelinemonsta1-1/+1
this is not C++
2016-07-31geyes: use GtkAbout and update copyrightraveit651-13/+16
2016-06-03remove some old gnome filesmonsta2-16/+0
2016-01-27GTK3: fix previous GtkMisc deprecations fix commitWolfgang Ulbrich1-6/+6
2015-12-17GTK3 geyes: don't use deprecated GtkMiscWolfgang Ulbrich2-1/+46
2015-09-06Rework gsettings schema buildinginfirit2-8/+6
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
2015-08-31geyes: have applet background automatically paintedMonsta1-52/+1
2015-07-15help geyes: fix legal pageraveit651-17/+40
2015-07-08help: use valid links to mate feedback pageraveit651-2/+2
Help: forgotten fix
2015-07-08Revert "remove non-existing mate-feedback link"raveit651-0/+7
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2. with docbook help we have this page
2015-07-01Revert "geyes: don't use GtkStock"Monsta1-2/+2
This reverts commit 7e02dd79e45a7e669ff9eb89454bc4e6955abfb0.