Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | banners text is rendered as blue again | Thierry Vignaud | 2013-11-28 | 2 | -1/+2 |
| | | | | | in commit f5ed08a589bc9081c68188c464a5a978557d0b2a, we mistakely removed the widget name... | ||||
* | align banner text to left instead of centering it | Thierry Vignaud | 2013-11-28 | 2 | -1/+3 |
| | | | | | | | This was though better when reinventing banners in gtk3. However: - mcc is still gtk2 and it display a left aligned banner for embedded tools - it can be seen as a regression | ||||
* | fix Gtk2 banners' text position (mga#11778) | Thierry Vignaud | 2013-11-28 | 2 | -2/+3 |
| | | | | | | | | | | in commit aa1b536467c9b11d9dd3ff3a0369ca5097642fec, the blue background image has been shrinked of its white part for Gtk3 banners as a side effect, gtk2 banners (where we removed 48px of white background) now displayed their text too far at left, on the actual blue part. => add 10px instead of removing 48px | ||||
* | better log | Thierry Vignaud | 2013-11-28 | 1 | -1/+2 |
| | |||||
* | use new Toolbar API (mga#11791) | Thierry Vignaud | 2013-11-28 | 2 | -1/+3 |
| | | | | | | old toolbar API is no more available: Can't locate object method "append_item" via package Gtk3:Toolbar" at ugtk3.pm line 954 | ||||
* | fix calling "child1_shrink" via package "Gtk3::HPaned" (mga#11797) | Thierry Vignaud | 2013-11-28 | 2 | -4/+3 |
| | | | | fix can't locate object method "child1_shrink" via package "Gtk3::HPaned" | ||||
* | fix left panel text being black instead of white (mga#11792) | Thierry Vignaud | 2013-11-28 | 2 | -1/+2 |
| | | | | | | issue introduced in commit 7bebddbde7bc6aeef0cbacc46df5bd3a4162160a when switching from gtk2 RC files to gtk3 CSS: we need to add "*" to match children widgets too | ||||
* | kill empty line | Thierry Vignaud | 2013-11-28 | 1 | -1/+0 |
| | |||||
* | update Dutch translation | Marja van Waes | 2013-11-27 | 1 | -14/+13 |
| | |||||
* | improve Dutch translation | Marja van Waes | 2013-11-27 | 1 | -28/+26 |
| | |||||
* | Update Greek translation | dglent | 2013-11-27 | 2 | -53/+53 |
| | |||||
* | updated Dutch translation | Marja van Waes | 2013-11-26 | 1 | -35/+32 |
| | |||||
* | restore galaxy RC file (mga#11773) | Thierry Vignaud | 2013-11-26 | 3 | -0/+43 |
| | | | | it's still needed for gtk2 tools | ||||
* | fix a warning when checking root password strength | Thierry Vignaud | 2013-11-26 | 2 | -0/+4 |
| | | | | include dialog-warning-symbolic | ||||
* | Updated Indonesian translations | kiki | 2013-11-26 | 1 | -334/+140 |
| | |||||
* | Updated Indonesian translations | kiki | 2013-11-26 | 1 | -216/+92 |
| | |||||
* | Fix Ukrainian translation | Yuri Chornoivan | 2013-11-25 | 1 | -4/+4 |
| | |||||
* | drop unused function | Thierry Vignaud | 2013-11-25 | 1 | -5/+0 |
| | |||||
* | fix a crash with some USB keys | Thierry Vignaud | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | 16.016.0 | Thierry Vignaud | 2013-11-25 | 3 | -1/+22 |
| | |||||
* | shrink a translation (& make it like others) | Thierry Vignaud | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | fix displaying ads by default | Thierry Vignaud | 2013-11-24 | 1 | -2/+1 |
| | | | | after commit 81bb64a79ef, this was no longer true | ||||
* | latest perl-Gtk3 needs GdkX11-3.0.typelib | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | temporary disable the graphical clock | Thierry Vignaud | 2013-11-24 | 1 | -1/+4 |
| | | | | needs more work | ||||
* | fix translations after switching to UIManager | Thierry Vignaud | 2013-11-24 | 71 | -2581/+2581 |
| | |||||
* | fix field types after commit 76082a819319 | Thierry Vignaud | 2013-11-24 | 1 | -11/+11 |
| | | | | fix warnings about numeric comparisons with strings | ||||
* | restore app colors on theme switch | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | fix doble space | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | use simpler Gtk3::ComboBoxText | Thierry Vignaud | 2013-11-24 | 2 | -2/+2 |
| | |||||
* | fix: Gtk-WARNING **: Theme parsing error: diskdrake.css:19:12: Not using ↵ | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | units is deprecated. Assuming 'px'. | ||||
* | simplify CSS | Thierry Vignaud | 2013-11-24 | 1 | -3/+1 |
| | |||||
* | add set_popdown_strings API to Gtk3::ComboBoxText | Thierry Vignaud | 2013-11-24 | 1 | -0/+9 |
| | |||||
* | add support for ToolButton | Thierry Vignaud | 2013-11-24 | 1 | -0/+13 |
| | |||||
* | workaround only first notification being displayed | Thierry Vignaud | 2013-11-24 | 1 | -1/+4 |
| | | | | | | it looks like we only got the 'closed' signal if the user clicks on it (which is a spec violation: http://www.galago-project.org/specs/notification/0.9/x408.html#signal-notification-closed) | ||||
* | notifications work again | Thierry Vignaud | 2013-11-24 | 1 | -2/+1 |
| | |||||
* | Gtk3::Notify->new => Gtk3::Notify::Notification->new | Thierry Vignaud | 2013-11-24 | 1 | -2/+2 |
| | |||||
* | create_factory_*: drop them | Thierry Vignaud | 2013-11-24 | 1 | -12/+1 |
| | | | | | rationale: ItemFactory was deprecated prior to Gtk3 and we must migrate to UIManager or Builder anyway... | ||||
* | (shrink_topwindow) temporary disable due to Gtk3 regression | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | OptionMenu has been deprecated prior to Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -66/+0 |
| | |||||
* | convert to UIManager | Thierry Vignaud | 2013-11-24 | 4 | -53/+85 |
| | |||||
* | Pango->PANGO_WEIGHT_BOLD is not available through introspection | Thierry Vignaud | 2013-11-24 | 2 | -3/+3 |
| | |||||
* | set_authors() needs an array ref | Thierry Vignaud | 2013-11-24 | 2 | -4/+2 |
| | |||||
* | set_url_hook() & set_email_hook() no more exists | Thierry Vignaud | 2013-11-24 | 1 | -8/+0 |
| | |||||
* | fix calling Gtk3::Image->new_from_stock() | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | fix putting filler at right place | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2013-11-24 | 1 | -1/+2 |
| | |||||
* | adapt to get_selected_rows() behavior change in Gtk3 | Thierry Vignaud | 2013-11-24 | 1 | -1/+2 |
| | |||||
* | prevent set_sensitive() to be called with undef parameter | Thierry Vignaud | 2013-11-24 | 1 | -0/+1 |
| | | | | (for drakguard) | ||||
* | fix creating a SpinButton | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| | | | | | | ->{lower} was deleted in the previous line (bug introduced with the first code drop by pixel in commit f6f78109c on Dec 2 2004) | ||||
* | fix computing left part width | Thierry Vignaud | 2013-11-24 | 1 | -1/+1 |
| |