Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not attempt to install package in testing mode | Thierry Vignaud | 2013-11-24 | 1 | -1/+3 |
| | |||||
* | fix setting locale with Gtk3 | Thierry Vignaud | 2013-11-24 | 3 | -3/+3 |
| | |||||
* | (try_) display error on console | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | Gtk3::ComboBoxEntry->new_text -> Gtk3::ComboBoxText->new_with_entry | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | visible() => get_visible() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | get_height() => get_allocated_height() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | ->child() => ->get_child() | Thierry Vignaud | 2013-11-24 | 2 | -6/+6 |
| | |||||
* | use new mygtk3::root_window_size() | Thierry Vignaud | 2013-11-24 | 2 | -2/+2 |
| | |||||
* | (root_window_size) introduce it | Thierry Vignaud | 2013-11-24 | 1 | -0/+6 |
| | |||||
* | fix 'Too late to run INIT' with Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -1/+4 |
| | |||||
* | Gtk3::TreeViewColumn implements the Gtk3::CellLayout interface, which ↵ | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | provides the get_cells() method | ||||
* | supplement blacklist | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | (text_direction_rtl) fix too many parameter | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | (flush) "fix" too many parameters | Thierry Vignaud | 2013-11-24 | 1 | -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 parameters | Thierry Vignaud | 2013-11-24 | 1 | -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 Gtk3 | Thierry Vignaud | 2013-11-24 | 2 | -2/+1 |
| | |||||
* | (create_boxradio,create_widgets) adapt to new tooltips API | Thierry Vignaud | 2013-11-24 | 4 | -15/+7 |
| | |||||
* | s/Gtk3::Combo/Gtk3::ComboBox/ | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | set font for Gtk+-3 system wide | Thierry Vignaud | 2013-11-24 | 1 | -3/+5 |
| | | | | we alter /.config instead of /root/.config due to bogus environment | ||||
* | provide /etc/machine-id for dbus | Thierry Vignaud | 2013-11-24 | 2 | -0/+12 |
| | | | | else gtk+3 fails to initialize... | ||||
* | include Cairo::GObject & Cairo too | Thierry Vignaud | 2013-11-24 | 1 | -0/+3 |
| | |||||
* | include WebKit library & typelib for Gtk3::WebKit | Thierry Vignaud | 2013-11-24 | 1 | -0/+6 |
| | |||||
* | switch from gtk+-2 to gtk+-3 | Thierry Vignaud | 2013-11-24 | 2 | -12/+23 |
| | | | | include introspection stuff | ||||
* | s/can_focus()/set_can_focus()/ | Thierry Vignaud | 2013-11-24 | 3 | -3/+3 |
| | |||||
* | perlish ->allocation => ->get_allocation | Thierry Vignaud | 2013-11-24 | 3 | -5/+5 |
| | |||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2013-11-24 | 10 | -25/+25 |
| | |||||
* | perlish realized() => get_realized() | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->new | Thierry Vignaud | 2013-11-24 | 4 | -4/+4 |
| | |||||
* | perlish can_default() is no more: use set_/get_can_default() instead | Thierry Vignaud | 2013-11-24 | 3 | -3/+3 |
| | |||||
* | (_gtk__Label) simplify | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | tell Glib to use gtk+-3 in order to handle exceptions in callbacks | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-11-24 | 27 | -443/+443 |
| | |||||
* | "Gtk2::Gdk::Keysyms{XYZ}" => "Gtk3::Gdk::KEY_XYZ" | Thierry Vignaud | 2013-11-24 | 2 | -6/+5 |
| | |||||
* | Gtk2::Pango -> Pango | Thierry Vignaud | 2013-11-24 | 3 | -10/+10 |
| | |||||
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-11-24 | 35 | -258/+258 |
| | |||||
* | forked | Thierry Vignaud | 2013-11-24 | 2 | -0/+3250 |
| | |||||
* | rename for gtk+3 | Thierry Vignaud | 2013-11-24 | 2 | -0/+0 |
| | |||||
* | convert from mygtk2 to ugtk2 | Thierry Vignaud | 2013-11-24 | 5 | -11/+11 |
| | | | | (needed for next commits) | ||||
* | Merge branch 'master' of git://git.mageia.org/software/drakx | filip | 2013-11-24 | 4 | -118/+71 |
|\ | |||||
| * | Update Spanish translation | Yuri Chornoivan | 2013-11-24 | 1 | -47/+37 |
| | | |||||
| * | Update Spanish translation | Yuri Chornoivan | 2013-11-24 | 1 | -64/+25 |
| | | |||||
| * | make translations homogeneous (& smaller...) | Thierry Vignaud | 2013-11-24 | 1 | -4/+4 |
| | | |||||
| * | beautify | Thierry Vignaud | 2013-11-24 | 1 | -3/+5 |
| | | |||||
* | | Slovenian translation updated | filip | 2013-11-24 | 1 | -4/+4 |
|/ | |||||
* | draksec: Make sure to restart polkitd after writing new rules | Colin Guthrie | 2013-11-24 | 2 | -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 Dune | Yuri Chornoivan | 2013-11-23 | 1 | -38/+43 |
| | |||||
* | Update French translation by Dune | Yuri Chornoivan | 2013-11-23 | 1 | -62/+26 |
| | |||||
* | timezone: As we will install chrony, assume that when nothing is installed. | Colin Guthrie | 2013-11-23 | 2 | -4/+5 |
| | |||||
* | draksec: drakbackup seems dead. | Colin Guthrie | 2013-11-21 | 1 | -1/+1 |
| | | | | Remove it from the list, but keep the i18n bits just in case it returns. | ||||
* | draksec: Rename binaries for new policy file name | Colin Guthrie | 2013-11-21 | 1 | -9/+9 |
| |