Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-04 | mate-about-me-fingerprint: Use g_variant_is_of_type for checking types | rbuj | 1 | -2/+2 | |
2020-08-16 | about-me: migrate from dbus-glib to GDBus | Wu Xiaotian | 4 | -100/+285 | |
2020-03-09 | mate-about-me: Fix memory leak | rbuj | 1 | -0/+1 | |
2020-03-02 | Do not collect the translation for Icon | rbuj | 1 | -1/+1 | |
2020-02-06 | glib-genmarshal: Using --header and --body at the same time is deprecated | rbuj | 1 | -1/+1 | |
2020-02-06 | build: use warning flags | rbuj | 1 | -0/+1 | |
2020-01-12 | about-me: Fix UI validation | rbuj | 3 | -19/+106 | |
2019-12-05 | avoid redundant redeclarations | Pablo Barciela | 1 | -2/+1 | |
2019-11-07 | migrate from intltool to gettext | Wu Xiaotian | 2 | -4/+6 | |
2019-09-13 | remove warning: "__sun" is not defined, evaluates to 0 | rbuj | 1 | -1/+1 | |
mate-about-me-password.c:39:5: warning: "__sun" is not defined, evaluates to 0 [-Wundef] 39 | #if __sun | ^~~~~ | |||||
2019-06-25 | [ci] add gla11y in docker container | Wu Xiaotian | 1 | -1/+1 | |
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -3/+3 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-15 | Add support for checking .ui accessibility with gla11y | Samuel Thibault | 2 | -2/+23 | |
2019-05-11 | capplets: Use gresources for UI files | rbuj | 5 | -16/+56 | |
2019-03-23 | Use icons provided by themes and remove not used icons | rbuj | 26 | -2671/+0 | |
2019-02-08 | fixed distcheck fail on debian | Wu Xiaotian | 2 | -1/+1 | |
2018-11-24 | Account for NULL error when we see G_IO_STATUS_EOF | Alexander Pyhalov | 1 | -2/+4 | |
2018-10-31 | Load avatar-default as default image | yetist | 1 | -16/+12 | |
First show UI with avatar-default, after user loaded, show user image. | |||||
2018-10-31 | for accounts service support | yetist | 1 | -7/+8 | |
2018-09-09 | use fixed size to show user icon | yetist | 1 | -1/+1 | |
2018-09-09 | Add new api for EImageChooser | yetist | 2 | -108/+134 | |
- add e_image_chooser_set_scaleable(), to allow ImageChooser to change its size according to the size of the picture. - add e_image_chooser_new_with_size(), to create a fixed size EImageChooser. | |||||
2018-08-30 | get/set user face icon use accounts service | yetist | 2 | -6/+66 | |
- If get icon from AccountsService failed, fallback to use ~/.face file. - If not setup user icon file, use "avatar-default" icon as default image to show. - Check dependencies of accountsservice, default is enable when accountsservice dependency exists. Added by raveit65 <[email protected]>. | |||||
2018-02-12 | avoid deprecated GtkStock | Pablo Barciela | 2 | -3/+3 | |
2018-01-05 | about-me: drop unused code | monsta | 5 | -721/+0 | |
2017-05-16 | about-me-password UI: set max_width_chars for description-label | raveit65 | 1 | -0/+1 | |
This reduce the width of the dialog | |||||
2017-05-16 | eel-alert-dialog: replace some GtkStock items | raveit65 | 1 | -13/+13 | |
2017-03-01 | about-me ui: avoid deprecated widgets | raveit65 | 3 | -87/+186 | |
2016-12-02 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 4 | -32/+0 | |
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17 | |||||
2016-07-27 | Missing coma | rogue-spectre | 1 | -1/+1 | |
missing coma cause hang for unchanged or recent password error | |||||
2016-07-24 | add some missing space | rogue-spectre | 1 | -0/+1 | |
2016-06-17 | GTK+-3 e-image-chooser: don't use deprecated gtk_widget_size_request | raveit65 | 1 | -2/+6 | |
2016-02-04 | [GTK+3] don't set x/y align to 0.5 - it's the default value anyway | monsta | 1 | -3/+0 | |
2016-01-27 | common: fix build warnings about incorrect pointer types | monsta | 1 | -2/+2 | |
2016-01-26 | GTK3: improve GtkMisc deprecation commit | Wolfgang Ulbrich | 1 | -9/+9 | |
2016-01-20 | about-me: use GtkBox instead of GtkVBox in both GTK+ builds | monsta | 2 | -4/+4 | |
2016-01-15 | [GTK+3] about-me: fix deprecated usage of GtkMisc, GtkHBox, GtkVBox | monsta | 1 | -1/+29 | |
2016-01-15 | [GTK+3] about-me: use g_object_unref instead of deprecated functions | monsta | 2 | -0/+12 | |
2016-01-15 | about-me: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 2 | -3/+3 | |
2016-01-13 | about-me: remove unused variables and functions | monsta | 2 | -26/+0 | |
2016-01-02 | about-me: fix one more typo | Monsta | 1 | -1/+1 | |
2016-01-02 | about-me: fix typo | Monsta | 2 | -5/+5 | |
closes https://github.com/mate-desktop/mate-control-center/issues/213 | |||||
2015-12-07 | about-me: avoid some assertions | monsta | 1 | -6/+4 | |
2015-12-07 | about-me: there's no help button | monsta | 1 | -9/+5 | |
2015-12-07 | about-me: fix indent a bit | monsta | 1 | -19/+18 | |
2014-11-30 | fix build error that C++ users will stumble upon | Monsta | 1 | -0/+4 | |
2014-11-28 | use guint for signals array | monsta | 1 | -1/+1 | |
2014-06-06 | Move all manpages into thier own man directory | infirit | 2 | -21/+1 | |
2014-06-06 | Several man pages have grammar errors, fixes #101 | infirit | 1 | -2/+2 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-06-06 | Add keywords to dot desktop files, close #102. | infirit | 1 | -0/+1 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-05-27 | Replace GtkObject with GObject also for gtk2 | infirit | 1 | -4/+0 | |