summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * prevent set_sensitive() to be called with undef parameterThierry Vignaud2013-11-241-0/+1
| | | | | | | | (for drakguard)
| * fix creating a SpinButtonThierry Vignaud2013-11-241-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 widthThierry Vignaud2013-11-241-1/+1
| |
| * Dialog->set_has_separator() no more exists in Gtk3Thierry Vignaud2013-11-242-3/+0
| |
| * (set_back_pixbuf) drop it (now unused)Thierry Vignaud2013-11-241-9/+0
| |
| * shrink banner background image (shrink the white part)Thierry Vignaud2013-11-241-0/+0
| |
| * disable updating ads titlesThierry Vignaud2013-11-241-1/+2
| | | | | | | | | | testing latest commit shows that updating ads titles hasn't actually worked for years...
| * update API for installerThierry Vignaud2013-11-242-4/+4
| |
| * rename a variableThierry Vignaud2013-11-241-2/+2
| |
| * explain who uses itThierry Vignaud2013-11-241-0/+1
| |
| * convert Banner widget to Gtk+3Thierry Vignaud2013-11-241-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 variableThierry Vignaud2013-11-241-25/+25
| | | | | | | | (makes next commit more readable)
| * lang package is not needed hereThierry Vignaud2013-11-241-3/+2
| | | | | | | | also compute language direction only once
| * add support for set an image directly from a pixbufThierry Vignaud2013-11-241-0/+2
| |
| * handle alignment for Images too (needed for banners)Thierry Vignaud2013-11-241-0/+1
| |
| * perlish ->style() => ->get_style()Thierry Vignaud2013-11-243-7/+7
| |
| * prevent calling CheckButton->set_label() on undef valueThierry Vignaud2013-11-241-2/+2
| |