Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-06 | build: use warning flags | rbuj | 1 | -3/+4 | |
2020-02-04 | time-admin: make portable backward file path | rbuj | 1 | -1/+1 | |
2020-01-30 | Fix build using gcc 10 -fno-common flag | rbuj | 2 | -1/+3 | |
2020-01-12 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2020-01-12 | time-admin: Add license info in time-admin.ui file | rbuj | 1 | -1/+27 | |
2020-01-12 | time-admin: Fix UI validation | rbuj | 1 | -35/+47 | |
2019-11-07 | migrate from intltool to gettext | Wu Xiaotian | 2 | -4/+7 | |
2019-08-22 | time-admin: fix memory leak | rbuj | 1 | -0/+1 | |
2019-08-21 | time-admin: Don't share «void QuitApp(TimeAdmin *ta)» method | rbuj | 3 | -13/+12 | |
2019-08-21 | time-admin: Remove unreachable code | rbuj | 4 | -91/+24 | |
2019-08-20 | time-admin: Simplify date & time displaying | rbuj | 4 | -60/+76 | |
2019-08-20 | time-admin: Save button cannot be enabled if NTP sync is active | rbuj | 1 | -1/+1 | |
2019-08-20 | time-admin: Display current time in time-admin.ui on startup | rbuj | 1 | -6/+19 | |
gtk_spin_button_set_value(GTK_SPIN_BUTTON(ta->HourSpin),LocalTime->tm_hour); gtk_spin_button_set_value(GTK_SPIN_BUTTON(ta->MinuteSpin),LocalTime->tm_min); char *str = g_strdup_printf ("%02d", LocalTime->tm_sec); gtk_entry_set_text(GTK_ENTRY(ta->SecondSpin),str); g_free (str); | |||||
2019-08-20 | time-admin: Rename adjustament to adjustment in time-admin.ui | rbuj | 1 | -6/+6 | |
sed -i -e 's/adjustament/adjustment/g' capplets/time-admin/src/time-admin.ui | |||||
2019-08-20 | time-admin: A11y time-admin.ui | rbuj | 1 | -1/+11 | |
2019-08-20 | time-admin: Add time-admin.ui | rbuj | 8 | -312/+571 | |
2019-06-25 | Remove compilation warnings | zhuyaliang | 3 | -5/+6 | |
2019-06-24 | time-admin: Don't set window title for message-box dialog | rbuj | 1 | -1/+0 | |
2019-06-24 | time-admin: Don't set font size/color for regular controls | rbuj | 3 | -36/+10 | |
Themes and Appearance | |||||
2019-06-24 | Merge pull request #468 from mate-desktop/dialog-buttons | mouse | 4 | -63/+56 | |
time-admin: shortcuts, images & shared code for buttons | |||||
2019-06-23 | use theme's icon preferences-system-time | Wu Xiaotian | 11 | -42/+8 | |
2019-06-23 | time-admin: Fix license notice in time-zone.h|c, time-map.h|c | rbuj | 4 | -64/+100 | |
2019-06-22 | capplets: Remove the macro MATELOCALEDIR where it's not required | rbuj | 1 | -1/+0 | |
2019-06-22 | capplets: Use capplet_init | rbuj | 1 | -6/+3 | |
2019-06-19 | time-admin: shortcuts, images & shared code for buttons | rbuj | 4 | -63/+56 | |
- Add & enable mnemonic accelerator keys - Show Save/Close button icons in Time/Date manager window - Remove DialogAddButtonWithIconName from shares | |||||
2019-06-18 | time-admin: Remove po-timezones | rbuj | 79 | -226739/+464 | |
2019-06-18 | Remove trailing whitespaces | rbuj | 9 | -188/+188 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-14 | Do not reload NTP and modify the button arrangement when starting the service | zhuyaliang | 3 | -41/+5 | |
2019-06-14 | Authentication to add modification time | zhuyaliang | 2 | -19/+56 | |
2019-06-14 | Use default color to set label and remove the maximum button | zhuyaliang | 3 | -8/+8 | |
2019-06-14 | use Makefile pkgdatadir | zhuyaliang | 3 | -9/+11 | |
2019-06-14 | g_date_time_unref datetime | zhuyaliang | 1 | -0/+1 | |
2019-06-14 | Display the correct time when selecting the time zone | zhuyaliang | 4 | -19/+8 | |
2019-06-14 | Memory leak: g_error_free(error); | zhuyaliang | 3 | -15/+9 | |
2019-06-14 | Modify mate-time-admin.desktop.in file format | zhuyaliang | 1 | -4/+2 | |
2019-06-14 | add time-admin source code | zhuyaliang | 13 | -0/+2567 | |
2019-06-14 | add timezone translation files for time-admin | zhuyaliang | 71 | -0/+226730 | |
2019-06-14 | add image resources for time-admin applet | zhuyaliang | 93 | -0/+128 | |