summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix 'Too late to run INIT' with Gtk3Thierry Vignaud2013-11-241-1/+4
|
* Gtk3::TreeViewColumn implements the Gtk3::CellLayout interface, which ↵Thierry Vignaud2013-11-241-1/+1
| | | | provides the get_cells() method
* supplement blacklistThierry Vignaud2013-11-241-0/+1
|
* (text_direction_rtl) fix too many parameterThierry Vignaud2013-11-241-1/+1
|
* (flush) "fix" too many parametersThierry Vignaud2013-11-241-1/+1
| | | | | *** Gtk3::events_pending: passed too many parameters (expected 0, got 1); ignoring excess at /usr/lib/libDrakX/mygtk3.pm line 1454. *** Gtk3::main_iteration: passed too many parameters (expected 0, got 1); ignoring excess at /usr/lib/libDrakX/mygtk3.pm line 1454.
* (root_window) "fix" too many parametersThierry Vignaud2013-11-241-1/+1
| | | | *** Gtk3::Gdk::get_default_root_window: passed too many parameters (expected 0, got 1); ignoring excess at /usr/lib/libDrakX/mygtk3.pm line 1487.
* use Pango as binded by Gtk3Thierry Vignaud2013-11-242-2/+1
|
* (create_boxradio,create_widgets) adapt to new tooltips APIThierry Vignaud2013-11-244-15/+7
|
* s/Gtk3::Combo/Gtk3::ComboBox/Thierry Vignaud2013-11-241-1/+1
|
* set font for Gtk+-3 system wideThierry Vignaud2013-11-241-3/+5
| | | | we alter /.config instead of /root/.config due to bogus environment
* provide /etc/machine-id for dbusThierry Vignaud2013-11-242-0/+12
| | | | else gtk+3 fails to initialize...
* include Cairo::GObject & Cairo tooThierry Vignaud2013-11-241-0/+3
|
* include WebKit library & typelib for Gtk3::WebKitThierry Vignaud2013-11-241-0/+6
|
* switch from gtk+-2 to gtk+-3Thierry Vignaud2013-11-242-12/+23
| | | | include introspection stuff
* s/can_focus()/set_can_focus()/Thierry Vignaud2013-11-243-3/+3
|
* perlish ->allocation => ->get_allocationThierry Vignaud2013-11-243-5/+5
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-2410-25/+25
|
* perlish realized() => get_realized()Thierry Vignaud2013-11-241-2/+2
|
* Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->newThierry Vignaud2013-11-244-4/+4
|
* perlish can_default() is no more: use set_/get_can_default() insteadThierry Vignaud2013-11-243-3/+3
|
* (_gtk__Label) simplifyThierry Vignaud2013-11-241-1/+1
|
* tell Glib to use gtk+-3 in order to handle exceptions in callbacksThierry Vignaud2013-11-241-2/+2
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-2427-443/+443
|
* "Gtk2::Gdk::Keysyms{XYZ}" => "Gtk3::Gdk::KEY_XYZ"Thierry Vignaud2013-11-242-6/+5
|
* Gtk2::Pango -> PangoThierry Vignaud2013-11-243-10/+10
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-2435-258/+258
|
* forkedThierry Vignaud2013-11-242-0/+3250
|
* rename for gtk+3Thierry Vignaud2013-11-242-0/+0
|
* convert from mygtk2 to ugtk2Thierry Vignaud2013-11-245-11/+11
| | | | (needed for next commits)
* Merge branch 'master' of git://git.mageia.org/software/drakxfilip2013-11-244-118/+71
|\
| * Update Spanish translationYuri Chornoivan2013-11-241-47/+37
| |
| * Update Spanish translationYuri Chornoivan2013-11-241-64/+25
| |
| * make translations homogeneous (& smaller...)Thierry Vignaud2013-11-241-4/+4
| |
| * beautifyThierry Vignaud2013-11-241-3/+5
| |
* | Slovenian translation updatedfilip2013-11-241-4/+4
|/
* draksec: Make sure to restart polkitd after writing new rulesColin Guthrie2013-11-242-3/+6
| | | | | | Also do not try to rm the file if it does not exist (it seems to complain and then exit if you try to do it on a non-existant file - which means the function is not named nicely as -f to rm should make it ignore this)
* Update French translation by DuneYuri Chornoivan2013-11-231-38/+43
|
* Update French translation by DuneYuri Chornoivan2013-11-231-62/+26
|
* timezone: As we will install chrony, assume that when nothing is installed.Colin Guthrie2013-11-232-4/+5
|
* draksec: drakbackup seems dead.Colin Guthrie2013-11-211-1/+1
| | | | Remove it from the list, but keep the i18n bits just in case it returns.
* draksec: Rename binaries for new policy file nameColin Guthrie2013-11-211-9/+9
|
* draksec: Use 'Administrator password' rather than 'Root password'.Colin Guthrie2013-11-2172-72/+72
| | | | | | | | This is more accurate as you can override polkit configuration such that any user in the wheel group will acceptable rather than the 'root' user specifically. Keep existing translations however to avoid unnecessary churn.
* polkit: Add support to draksec for writing polkit policy override rules.Colin Guthrie2013-11-214-17/+54
| | | | This allows draksec to override things properly under polkit.
* 15.73.115.73.1Thierry Vignaud2013-11-193-1/+5
|
* fix passing arguments from drakx-in-chroot in debug modeThierry Vignaud2013-11-182-1/+3
|
* do not compile/include xhost+ anymore (unused for years)Thierry Vignaud2013-11-183-3/+2
|
* Updated Turkish translationtarakbumba2013-11-181-5/+5
|
* Fix string comparison in chrony supportColin Guthrie2013-11-171-1/+1
| | | | My bad, not David's
* Add chrony support to drakclock mga#11092David Walser2013-11-176-27/+49
| | | | | | | | | | | v2 (by Colin Guthrie) * Fix external variable reference (my -> our + $ when using it) * Drop systemd cgroup filesystem check as the path has changed now (prefer "systemctl is-active foo.service" instead) * Add iburst to chrony config server definitions (triggers sync at startup) * Don't use ntpdate with chrony - rather chronyc waitsync * Don't bother checking for ntp in finish-install - just use chrony
* 2.2Anne Nicolas2013-11-132-1/+3
|