summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 16.116.1Thierry Vignaud2013-11-283-1/+5
|
* wrap too big labels in summary dialog (mga#11793)Thierry Vignaud2013-11-282-1/+2
|
* prevent looping forever when sizing partition tabsThierry Vignaud2013-11-282-1/+4
| | | | | | spot while trying to reproduce mga#11779 this code has always been tricky and has bugs since introduced (see eg: resizing occuring when switching partition tabs)
* banners text is rendered as blue againThierry Vignaud2013-11-282-1/+2
| | | | | in commit f5ed08a589bc9081c68188c464a5a978557d0b2a, we mistakely removed the widget name...
* align banner text to left instead of centering itThierry Vignaud2013-11-282-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 Vignaud2013-11-282-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 logThierry Vignaud2013-11-281-1/+2
|
* use new Toolbar API (mga#11791)Thierry Vignaud2013-11-282-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 Vignaud2013-11-282-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 Vignaud2013-11-282-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 lineThierry Vignaud2013-11-281-1/+0
|
* update Dutch translationMarja van Waes2013-11-271-14/+13
|
* improve Dutch translationMarja van Waes2013-11-271-28/+26
|
* Update Greek translationdglent2013-11-272-53/+53
|
* updated Dutch translationMarja van Waes2013-11-261-35/+32
|
* restore galaxy RC file (mga#11773)Thierry Vignaud2013-11-263-0/+43
| | | | it's still needed for gtk2 tools
* fix a warning when checking root password strengthThierry Vignaud2013-11-262-0/+4
| | | | include dialog-warning-symbolic
* Updated Indonesian translationskiki2013-11-261-334/+140
|
* Updated Indonesian translationskiki2013-11-261-216/+92
|
* Fix Ukrainian translationYuri Chornoivan2013-11-251-4/+4
|
* drop unused functionThierry Vignaud2013-11-251-5/+0
|
* fix a crash with some USB keysThierry Vignaud2013-11-251-1/+1
|
* 16.016.0Thierry Vignaud2013-11-253-1/+22
|
* shrink a translation (& make it like others)Thierry Vignaud2013-11-251-1/+1
|
* fix displaying ads by defaultThierry Vignaud2013-11-241-2/+1
| | | | after commit 81bb64a79ef, this was no longer true
* latest perl-Gtk3 needs GdkX11-3.0.typelibThierry Vignaud2013-11-241-0/+1
|
* temporary disable the graphical clockThierry Vignaud2013-11-241-1/+4
| | | | needs more work
* fix translations after switching to UIManagerThierry Vignaud2013-11-2471-2581/+2581
|
* fix field types after commit 76082a819319Thierry Vignaud2013-11-241-11/+11
| | | | fix warnings about numeric comparisons with strings
* restore app colors on theme switchThierry Vignaud2013-11-241-0/+1
|
* fix doble spaceThierry Vignaud2013-11-241-1/+1
|
* use simpler Gtk3::ComboBoxTextThierry Vignaud2013-11-242-2/+2
|
* fix: Gtk-WARNING **: Theme parsing error: diskdrake.css:19:12: Not using ↵Thierry Vignaud2013-11-241-1/+1
| | | | units is deprecated. Assuming 'px'.
* simplify CSSThierry Vignaud2013-11-241-3/+1
|
* add set_popdown_strings API to Gtk3::ComboBoxTextThierry Vignaud2013-11-241-0/+9
|
* add support for ToolButtonThierry Vignaud2013-11-241-0/+13
|
* workaround only first notification being displayedThierry Vignaud2013-11-241-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 againThierry Vignaud2013-11-241-2/+1
|
* Gtk3::Notify->new => Gtk3::Notify::Notification->newThierry Vignaud2013-11-241-2/+2
|
* create_factory_*: drop themThierry Vignaud2013-11-241-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 regressionThierry Vignaud2013-11-241-0/+1
|
* OptionMenu has been deprecated prior to Gtk3Thierry Vignaud2013-11-241-66/+0
|
* convert to UIManagerThierry Vignaud2013-11-244-53/+85
|
* Pango->PANGO_WEIGHT_BOLD is not available through introspectionThierry Vignaud2013-11-242-3/+3
|
* set_authors() needs an array refThierry Vignaud2013-11-242-4/+2
|
* set_url_hook() & set_email_hook() no more existsThierry Vignaud2013-11-241-8/+0
|
* fix calling Gtk3::Image->new_from_stock()Thierry Vignaud2013-11-241-1/+1
|
* fix putting filler at right placeThierry Vignaud2013-11-241-1/+1
|
* simplifyThierry Vignaud2013-11-241-1/+2
|
* adapt to get_selected_rows() behavior change in Gtk3Thierry Vignaud2013-11-241-1/+2
|