| Commit message (Expand) | Author | Age | Files | Lines |
* | temporary disable the graphical clock | Thierry Vignaud | 2013-11-24 | 1 | -1/+4 |
* | use simpler Gtk3::ComboBoxText | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | perlish ->style() => ->get_style() | Thierry Vignaud | 2013-11-24 | 1 | -5/+5 |
* | workaround a gtk+3 regression (bgo#711873) | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | perlish $adjustment->value => adjustment->get_value | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | 'draw' replaces 'expose_event' | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
* | s/Gtk3::Combo/Gtk3::ComboBox/ | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
* | perlish ->allocation => ->get_allocation | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
* | perlish ->window => ->get_window | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-11-24 | 1 | -9/+9 |
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-11-24 | 1 | -9/+9 |
* | Fix string comparison in chrony support | Colin Guthrie | 2013-11-17 | 1 | -1/+1 |
* | Add chrony support to drakclock mga#11092 | David Walser | 2013-11-17 | 1 | -19/+24 |
* | never crash if timezones cannot be listed (mga#6787) | Thierry Vignaud | 2012-09-21 | 1 | -1/+7 |
* | perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 1 | -2/+2 |
* | make drakclock systemd compatible | Dexter Morgan | 2012-01-26 | 1 | -1/+6 |
* | Remove some old dead code | Dexter Morgan | 2012-01-26 | 1 | -3/+0 |
* | Add FIXME for mageia 3 | Dexter Morgan | 2012-01-26 | 1 | -0/+2 |
* | prevent forking useless shells | Thierry Vignaud | 2010-02-25 | 1 | -7/+7 |
* | drakclock/finish-install: disable DPMS and screensaver when setting time not ... | Olivier Blin | 2007-10-23 | 1 | -0/+2 |
* | fix race on ugtk2->exit that causes a crash (#33894) | Thierry Vignaud | 2007-09-24 | 1 | -0/+3 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -62/+61 |
* | simplify | Pascal Rigaux | 2005-01-07 | 1 | -2/+1 |
* | reuse mcc icons (if availlable) for windows | Thierry Vignaud | 2004-09-02 | 1 | -0/+2 |
* | unbreak drakclock | Thierry Vignaud | 2004-09-01 | 1 | -1/+1 |
* | initialize and so that motion_event correctly handle the mouse moves | Florent Villard | 2004-09-01 | 1 | -3/+2 |
* | Repaint the calendar (especially when the day changed) | Florent Villard | 2004-09-01 | 1 | -8/+21 |
* | Do not perform a date command when ntpdate has just been called | Florent Villard | 2004-09-01 | 1 | -10/+10 |
* | fix layout so that NTP frame is not badly cut on small resolution (#10971) | Thierry Vignaud | 2004-08-30 | 1 | -5/+5 |
* | no space before question marks in English | Pablo Saratxaga | 2004-08-23 | 1 | -1/+1 |
* | if ntp is used, get the new time before updating the hwclock | Olivier Blin | 2004-08-05 | 1 | -0/+1 |
* | revert ugly code printing "This program cannot be run in console mode", | Pascal Rigaux | 2004-07-01 | 1 | -10/+1 |
* | Some standalone tools don't compile when run from console | Rafael Garcia-Suarez | 2004-06-24 | 1 | -1/+10 |
* | be mouse wheel aware (fix bug 9926) | Olivier Blin | 2004-06-23 | 1 | -0/+3 |
* | do saner check for ntp package (Robert Vojta) | Thierry Vignaud | 2004-05-07 | 1 | -1/+1 |
* | time is displayed as HH:MM:SS with RTL languages | Thierry Vignaud | 2004-04-30 | 1 | -1/+3 |
* | - test /etc/init.d/ntpd instead of /etc/ntp.conf for ntp installation | Daouda Lo | 2004-04-08 | 1 | -1/+1 |
* | fix packing | Thierry Vignaud | 2004-03-23 | 1 | -1/+1 |
* | Look & feel enhancement in order to have a smoother GUI (Robert Vojta, | Thierry Vignaud | 2004-03-22 | 1 | -4/+4 |
* | show timezone in drakclock (Robert Vojta, #9141) | Thierry Vignaud | 2004-03-22 | 1 | -3/+11 |
* | (get_servers) sort servers (Robert Vojta, #9139) | Thierry Vignaud | 2004-03-22 | 1 | -1/+1 |
* | fix server lookup (#8846) | Thierry Vignaud | 2004-03-16 | 1 | -1/+1 |
* | make the ntpdate after stopping the ntpd (manu@agat.net, #8141) | Thierry Vignaud | 2004-03-15 | 1 | -1/+5 |
* | let's look better when embedded | Thierry Vignaud | 2004-02-16 | 1 | -8/+7 |
* | (DrawPointAt) simplify draw_points call | Thierry Vignaud | 2004-02-12 | 1 | -1/+1 |
* | (Repaint) help perl_checker in checking time_to_rad() arguments | Thierry Vignaud | 2004-01-26 | 1 | -1/+2 |
* | (spinned) do not pass extra arguments to time_to_rad() | Thierry Vignaud | 2004-01-26 | 1 | -3/+1 |
* | reindent gtkpack calls | Thierry Vignaud | 2004-01-26 | 1 | -42/+43 |
* | rename adj_* variables as adj* in order to help cperl-mode parsing | Thierry Vignaud | 2004-01-26 | 1 | -15/+15 |
* | unused variable | Thierry Vignaud | 2004-01-14 | 1 | -1/+1 |