Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (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) | ||||
* | drop Jazz option (dead for years) | Thierry Vignaud | 2013-11-24 | 1 | -4/+0 |
| | |||||
* | we no longuer have access to PANGO_PIXELS() with introspection | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | | => let's use the proper API instead we could alternatively have divide by Pango::SCALE, but this is cleaner | ||||
* | use the proper Pango API instead of using Pango::SCALE directly | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | we no longuer have access to PANGO_SCALE_* with introspection | Thierry Vignaud | 2013-11-24 | 2 | -2/+2 |
| | |||||
* | adapt to new Pango binding | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | better test for the banner widget | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | make this test work whatever is used to implement our banners | ||||
* | drop "Image_using_pixbuf", Cairo does a better job | Thierry Vignaud | 2013-11-24 | 1 | -29/+2 |
| | |||||
* | 'draw' replaces 'expose_event' | Thierry Vignaud | 2013-11-24 | 3 | -7/+7 |
| | |||||
* | (wait_messageW) prevent calling set_title() w/o a title | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | copy new CSS files | Thierry Vignaud | 2013-11-24 | 2 | -2/+2 |
| | |||||
* | (import_style_ressources) convert Galaxy theme to CSS | Thierry Vignaud | 2013-11-24 | 3 | -41/+36 |
| | | | | (styling has totally changed in gtk+3) | ||||
* | add support for Gtk3::Overlay | Thierry Vignaud | 2013-11-24 | 1 | -0/+21 |
| | |||||
* | switch from old RC to CSS for diskdrake | Thierry Vignaud | 2013-11-24 | 3 | -69/+69 |
| | | | | | | colors were converted with bc: obase=16 *255 | ||||
* | fix computing width without Gdk::Window | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | do not show popup in testing mode | Thierry Vignaud | 2013-11-24 | 1 | -3/+5 |
| | |||||
* | ->modify_font() => ->override_font() | Thierry Vignaud | 2013-11-24 | 2 | -4/+4 |
| | | | | the former is deprecated in gtk+3 | ||||
* | (new_with_strings) guard against too early calls by gtk+ | Thierry Vignaud | 2013-11-24 | 1 | -0/+2 |
| | |||||
* | (gtkradio) workaround gtk+ issue | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | | | | else we got: "object 36b6540 is not really a GObject at (...)/Glib/Object/Introspection.pm line 61." See also bgo#679563 | ||||
* | 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. |