summaryrefslogtreecommitdiff
path: root/capplets/about-me
AgeCommit message (Collapse)AuthorFilesLines
2022-02-09Unnecessary G_OBJECT cast when calling signal connect functionrbuj2-24/+36
2021-11-20Use a blank line at mostrbuj2-4/+0
2021-11-08g_queue_clear_full() is only available since glib 2.60.Valentin Villenave1-1/+7
2021-10-12Change capplets/about-me/mate-about-me-password.c for correct interract with ↵antonios-f1-65/+98
passwd in rhel-based distros Process stdout and stderr separatly in spawn_passwd(). Both are handled by the io_watch_stdout() Increase BUFSIZE up to 128, because the message from libpwquality doesn't fit into previous buffer. In io_watch_stdout() change order of switching PASSDLG_STATE_*, according to current version of passwd with enabled pam_pwquality in rhel-based distros.
2021-07-19Fix compilation warningzhuyaliang1-1/+2
2021-02-24Missing include guardsrbuj2-0/+8
2021-02-16build: allow users to disable gettext support (--disable-nls)rbuj1-0/+4
2020-09-04mate-about-me-fingerprint: Use g_variant_is_of_type for checking typesrbuj1-2/+2
2020-08-16about-me: migrate from dbus-glib to GDBusWu Xiaotian4-100/+285
2020-03-09mate-about-me: Fix memory leakrbuj1-0/+1
2020-03-02Do not collect the translation for Iconrbuj1-1/+1
2020-02-06glib-genmarshal: Using --header and --body at the same time is deprecatedrbuj1-1/+1
2020-02-06build: use warning flagsrbuj1-0/+1
2020-01-12about-me: Fix UI validationrbuj3-19/+106
2019-12-05avoid redundant redeclarationsPablo Barciela1-2/+1
2019-11-07migrate from intltool to gettextWu Xiaotian2-4/+6
2019-09-13remove warning: "__sun" is not defined, evaluates to 0rbuj1-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 containerWu Xiaotian1-1/+1
2019-06-18Remove trailing whitespacesrbuj1-3/+3
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2019-06-15Add support for checking .ui accessibility with gla11ySamuel Thibault2-2/+23
2019-05-11capplets: Use gresources for UI filesrbuj5-16/+56
2019-03-23Use icons provided by themes and remove not used iconsrbuj26-2671/+0
2019-02-08fixed distcheck fail on debianWu Xiaotian2-1/+1
2018-11-24Account for NULL error when we see G_IO_STATUS_EOFAlexander Pyhalov1-2/+4
2018-10-31Load avatar-default as default imageyetist1-16/+12
First show UI with avatar-default, after user loaded, show user image.
2018-10-31for accounts service supportyetist1-7/+8
2018-09-09use fixed size to show user iconyetist1-1/+1
2018-09-09Add new api for EImageChooseryetist2-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-30get/set user face icon use accounts serviceyetist2-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-12avoid deprecated GtkStockPablo Barciela2-3/+3
2018-01-05about-me: drop unused codemonsta5-721/+0
2017-05-16about-me-password UI: set max_width_chars for description-labelraveit651-0/+1
This reduce the width of the dialog
2017-05-16eel-alert-dialog: replace some GtkStock itemsraveit651-13/+13
2017-03-01about-me ui: avoid deprecated widgetsraveit653-87/+186
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta4-32/+0
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-07-27Missing coma rogue-spectre1-1/+1
missing coma cause hang for unchanged or recent password error
2016-07-24add some missing spacerogue-spectre1-0/+1
2016-06-17GTK+-3 e-image-chooser: don't use deprecated gtk_widget_size_requestraveit651-2/+6
2016-02-04[GTK+3] don't set x/y align to 0.5 - it's the default value anywaymonsta1-3/+0
2016-01-27common: fix build warnings about incorrect pointer typesmonsta1-2/+2
2016-01-26GTK3: improve GtkMisc deprecation commitWolfgang Ulbrich1-9/+9
2016-01-20about-me: use GtkBox instead of GtkVBox in both GTK+ buildsmonsta2-4/+4
2016-01-15[GTK+3] about-me: fix deprecated usage of GtkMisc, GtkHBox, GtkVBoxmonsta1-1/+29
2016-01-15[GTK+3] about-me: use g_object_unref instead of deprecated functionsmonsta2-0/+12
2016-01-15about-me: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta2-3/+3
2016-01-13about-me: remove unused variables and functionsmonsta2-26/+0
2016-01-02about-me: fix one more typoMonsta1-1/+1
2016-01-02about-me: fix typoMonsta2-5/+5
closes https://github.com/mate-desktop/mate-control-center/issues/213
2015-12-07about-me: avoid some assertionsmonsta1-6/+4
2015-12-07about-me: there's no help buttonmonsta1-9/+5