Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update API for installer | Thierry Vignaud | 2013-11-24 | 2 | -4/+4 |
| | |||||
* | rename a variable | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | explain who uses it | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | convert Banner widget to Gtk+3 | Thierry Vignaud | 2013-11-24 | 1 | -43/+36 |
| | | | | | | | | | | | | - Parsing of custom resources: RC -> CSS - signal: 'style-set' => 'style-updated' - Drop our custom draw code - widget is much simpler, using Overlays (due to that(?), we must remove -4 from the vertical padding) Also fix "Unit is missing" fatal error with newer gtk+3.10 Most themes work OK but Oxygen-gtk3... | ||||
* | rename a variable | Thierry Vignaud | 2013-11-24 | 1 | -25/+25 |
| | | | | (makes next commit more readable) | ||||
* | lang package is not needed here | Thierry Vignaud | 2013-11-24 | 1 | -3/+2 |
| | | | | also compute language direction only once | ||||
* | add support for set an image directly from a pixbuf | Thierry Vignaud | 2013-11-24 | 1 | -0/+2 |
| | |||||
* | handle alignment for Images too (needed for banners) | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | perlish ->style() => ->get_style() | Thierry Vignaud | 2013-11-24 | 3 | -7/+7 |
| | |||||
* | prevent calling CheckButton->set_label() on undef value | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | fix "Can't locate object method "new_text" via package "Gtk3::ComboBox"" | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | fix missing parameter in drakx-net | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | simplify: just use tooltips for service descriptions | Thierry Vignaud | 2013-11-24 | 1 | -19/+1 |
| | |||||
* | drop our now unused cellrenderer implementation | Thierry Vignaud | 2013-11-24 | 1 | -90/+0 |
| | |||||
* | no need to implement our own cell renderer | Thierry Vignaud | 2013-11-24 | 1 | -1/+7 |
| | |||||
* | fix "Can't call method "x" on unblessed reference" | Thierry Vignaud | 2013-11-24 | 1 | -5/+5 |
| | |||||
* | workaround a gtk+3 regression (bgo#711873) | Thierry Vignaud | 2013-11-24 | 2 | -2/+2 |
| | | | | See https://bugzilla.gnome.org/show_bug.cgi?id=711873 | ||||
* | workaround the same segfault when picking the desktop | Thierry Vignaud | 2013-11-24 | 2 | -1/+2 |
| | | | | alter mygtk3 in order to pass a button to join its group | ||||
* | workaround a gtk+3 segfault | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish ->state() => ->get_state() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish $dialog->action_area => $dialog->get_action_area | Thierry Vignaud | 2013-11-24 | 5 | -6/+6 |
| | |||||
* | prevent set_active() to be called with undef parameter | Thierry Vignaud | 2013-11-24 | 3 | -3/+5 |
| | |||||
* | perlish $dialog->vbox => $dialog->get_child | Thierry Vignaud | 2013-11-24 | 5 | -5/+5 |
| | |||||
* | those setters no more accept undef | Thierry Vignaud | 2013-11-24 | 6 | -13/+13 |
| | |||||
* | ignore events who lack ->x & ->y | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | use a variable for clarity | Thierry Vignaud | 2013-11-24 | 1 | -1/+2 |
| | | | | (needed for next commit) | ||||
* | fix $model->iter_next($iter) usage with Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -3/+5 |
| | |||||
* | fix "undefined value for mandatory argument..." | Thierry Vignaud | 2013-11-24 | 2 | -1/+2 |
| | |||||
* | drop support for Image_using_pixmap | Thierry Vignaud | 2013-11-24 | 1 | -7/+1 |
| | | | | cairo as used by gtk+ does a better job those days anyway... | ||||
* | stop using Image_using_pixmap | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | cairo as used by gtk+ does a better job those days anyway... | ||||
* | perlish $adjustment->upper => adjustment->get_property("upper") | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | perlish $adjustment->value => adjustment->get_value | Thierry Vignaud | 2013-11-24 | 2 | -2/+2 |
| | |||||
* | perlish $adjustment->page_size => adjustment->get_property("page_size") | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | (installPackages) initialize fraction to 0 | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | | | | Gtk3 doesn't accept default value for Gtk2::ProgressBar->set_fraction() | ||||
* | fix setting exceptions handler for Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | | | | | | | | rationale: whereas Glib's gtk_main() was called smoothly by Gtk2's XS, Gtk3 goes through Glib::Object::Introspection->invoke() which goes directly to the typelib... we thus needs to ask Gtk3 to overrides Gtk3->main | ||||
* | kill this (uneeded) | Thierry Vignaud | 2013-11-24 | 1 | -72/+0 |
| | |||||
* | load Gtk3::WebKit when needed, thus fixing help during install | Thierry Vignaud | 2013-11-24 | 1 | -0/+2 |
| | | | | also initialize introspection by explicitely importing it | ||||
* | revert commit 9186647e | Thierry Vignaud | 2013-11-24 | 1 | -2/+0 |
| | | | | we would load *gtk3 even on text install | ||||
* | fix retrieving allocated size | Thierry Vignaud | 2013-11-24 | 1 | -3/+3 |
| | |||||
* | factorize a value | Thierry Vignaud | 2013-11-24 | 1 | -2/+3 |
| | |||||
* | fix retrieving image size | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | we don't care about setting root window's background color | Thierry Vignaud | 2013-11-24 | 1 | -1/+0 |
| | | | | rationale: the MDV_Notebook widget draws on top of it anyway... | ||||
* | fix computing parent_window/root_window height | Thierry Vignaud | 2013-11-24 | 1 | -2/+8 |
| | |||||
* | fix setting font with Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -1/+3 |
| | |||||
* | add a FIXME note | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | (load_rc) rename as 'load_css' and load CSS theme file | Thierry Vignaud | 2013-11-24 | 1 | -4/+7 |
| | | | | doc option is know to be broken for now | ||||
* | (init_sizes) fix retrieving screen size with Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | add basic support for Builder widget | Thierry Vignaud | 2013-11-24 | 1 | -0/+12 |
| | |||||
* | add basic support for ActionGroup & UIManager widgets | Thierry Vignaud | 2013-11-24 | 1 | -0/+28 |
| | |||||
* | split menu closures as real functions | Thierry Vignaud | 2013-11-24 | 1 | -40/+55 |
| | | | | (needed for next commit) |