summaryrefslogtreecommitdiff
path: root/capplets/about-me
AgeCommit message (Collapse)AuthorFilesLines
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
2015-12-07about-me: fix indent a bitmonsta1-19/+18
2014-11-30fix build error that C++ users will stumble uponMonsta1-0/+4
2014-11-28use guint for signals arraymonsta1-1/+1
2014-06-06Move all manpages into thier own man directoryinfirit2-21/+1
2014-06-06Several man pages have grammar errors, fixes #101infirit1-2/+2
Patch by Mike Gabriel <[email protected]>
2014-06-06Add keywords to dot desktop files, close #102.infirit1-0/+1
Patch by Mike Gabriel <[email protected]>
2014-05-27Replace GtkObject with GObject also for gtk2infirit1-4/+0
2014-05-27Cleanup GTK_CHECK_VERSION and unify where possibleinfirit1-12/+0
gdk_display_get_default | since 2.2 gdk_x11_display_get_xdisplay | since 2.2 gdk_drag_context_list_targets | since 2.22 gdk_x11_window_foreign_new_for_display | since 2.24 gdk_drawable_get_screen | since 2.24 gtk_widget_hide | always
2014-05-20Drop support for glib < 2.36infirit1-3/+0
2014-01-28about-me: Remove unused constantStefano Karapetsas1-2/+0
2014-01-28Fix some gcc warningsStefano Karapetsas1-26/+0
2014-01-24Remove all separator occurrencesStefano Karapetsas1-3/+0
2014-01-24about-me: Add GTK3 supportStefano Karapetsas4-3/+24
2013-11-03Update to new mate-desktop include pathsWilly Sudiarto Raharjo1-1/+1
2013-07-30about-me: Add manpageStefano Karapetsas2-1/+21
2013-06-04Update mate-about-me.desktop.in.inWolfgang Ulbrich1-1/+1
this will moved mate-about-me to personal category
2013-05-03Begin to work on bug #50Scott Balneaves1-5/+13