Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-21 | time-admin: Don't share «void QuitApp(TimeAdmin *ta)» method | rbuj | 1 | -0/+12 | |
2019-08-21 | time-admin: Remove unreachable code | rbuj | 1 | -6/+6 | |
2019-08-20 | time-admin: Simplify date & time displaying | rbuj | 1 | -7/+2 | |
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: Add time-admin.ui | rbuj | 1 | -226/+70 | |
2019-06-25 | Remove compilation warnings | zhuyaliang | 1 | -1/+1 | |
2019-06-24 | time-admin: Don't set font size/color for regular controls | rbuj | 1 | -9/+5 | |
Themes and Appearance | |||||
2019-06-24 | Merge pull request #468 from mate-desktop/dialog-buttons | mouse | 1 | -30/+39 | |
time-admin: shortcuts, images & shared code for buttons | |||||
2019-06-23 | use theme's icon preferences-system-time | Wu Xiaotian | 1 | -24/+2 | |
2019-06-22 | capplets: Use capplet_init | rbuj | 1 | -6/+3 | |
2019-06-19 | time-admin: shortcuts, images & shared code for buttons | rbuj | 1 | -30/+39 | |
- 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 | 1 | -4/+6 | |
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -71/+71 | |
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 | 1 | -10/+5 | |
2019-06-14 | Authentication to add modification time | zhuyaliang | 1 | -19/+53 | |
2019-06-14 | Use default color to set label and remove the maximum button | zhuyaliang | 1 | -4/+5 | |
2019-06-14 | use Makefile pkgdatadir | zhuyaliang | 1 | -1/+2 | |
2019-06-14 | Display the correct time when selecting the time zone | zhuyaliang | 1 | -1/+1 | |
2019-06-14 | Memory leak: g_error_free(error); | zhuyaliang | 1 | -3/+6 | |
2019-06-14 | add time-admin source code | zhuyaliang | 1 | -0/+427 | |