aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 6.76.7Thierry Vignaud2014-01-062-1/+3
|
* fix a crash (spot by Colin Guthrie)Thierry Vignaud2014-01-062-1/+4
| | | | bug introduced in commit ecf2620b9ab4fd19d8ce759117799e1c1ffb5186
* perl_checker cleanupThierry Vignaud2013-12-301-1/+1
|
* fix bug ID (mga#11925)Thierry Vignaud2013-12-281-1/+1
|
* 6.61231c5ae32d233e10336b84235c46d362aebef2dThierry Vignaud2013-12-282-1/+3
|
* (add_nodes) fix slow update of pkgs list (mga#12000)Thierry Vignaud2013-12-282-0/+6
| | | | | we freeze the tree updates & detach the model while updating it (from PyGtk FAQ: http://faq.pygtk.org/index.py?req=show&file=faq13.043.htp)
* Updated Italian translations (killer1987)Matteo Pasotti2013-12-221-381/+124
|
* Updated Catalan translationFrancesc Pinyol Margalef2013-12-211-5/+4
|
* fix a warningThierry Vignaud2013-12-212-1/+4
| | | | | | fix "*** Gtk3::Source::LanguageManager::get_default: passed too many parameters (expected 0, got 1); ignoring excess at /usr/lib/perl5/vendor_perl/5.18.1/Rpmdrake/rpmnew.pm line 96"
* 6.56.5Thierry Vignaud2013-12-212-1/+3
|
* fix displaying that the db is locked instead of an error messageThierry Vignaud2013-12-212-1/+3
|
* Polish translation updatedDaniel Napora2013-12-191-5/+5
|
* fix my emailThierry Vignaud2013-12-162-2/+2
|
* fix my emailThierry Vignaud2013-12-1615-15/+15
|
* 6.46.4Thierry Vignaud2013-12-132-1/+3
|
* fix crashing when selecting last mediumThierry Vignaud2013-12-132-1/+2
|
* fix edit button being unsensitive (mga#11961)Thierry Vignaud2013-12-132-5/+9
|
* Update Chinese Traditional translationYuri Chornoivan2013-12-121-77/+205
|
* Add Transifex config fileYuri Chornoivan2013-12-101-0/+8
|
* Updated Estonian translationsMarek Laane2013-12-061-10/+9
|
* 6.36.3Thierry Vignaud2013-12-062-1/+3
|
* fix searching returning no results (mga#11898)Thierry Vignaud2013-12-062-1/+3
| | | | migration in commit cc91f031 wasn't bogus
* "Gtk3::Gdk::Keysyms{XYZ}" => "Gtk3::Gdk::KEY_XYZ"Thierry Vignaud2013-12-061-1/+1
| | | | migration in commit cc91f031 wasn't complete
* 6.26.2Thierry Vignaud2013-12-062-1/+3
|
* adapt to Gtk3's get_selected_rows() returning an array ref (mga#11895)Thierry Vignaud2013-12-062-3/+6
| | | | thus fixing a crash when deleting media (mga#11895)
* 6.16.1Thierry Vignaud2013-12-063-2/+4
|
* use introspection for Source tooThierry Vignaud2013-12-052-5/+12
|
* 6.06.0Thierry Vignaud2013-12-052-1/+5
|
* sync with code after conversion to UIManagerThierry Vignaud2013-12-0575-3086/+3086
|
* convert menu to UIManagerThierry Vignaud2013-12-051-20/+48
|
* (show_about) split it outThierry Vignaud2013-12-051-20/+22
| | | | needed for next commit
* same for artists, also mdv icons were replacedThierry Vignaud2013-12-052-2/+2
|
* set_authors() now expect an array refThierry Vignaud2013-12-052-2/+2
|
* set_uri_hook() no more exists in gtk3Thierry Vignaud2013-12-051-9/+0
|
* ->get_widgets() now returns an array referenceThierry Vignaud2013-12-051-1/+1
|
* Pango->PANGO_WEIGHT_BOLD is not available through introspectionThierry Vignaud2013-12-051-1/+1
|
* fix calling method on unblessed referenceThierry Vignaud2013-12-051-1/+1
|
* fix guessing RTL or LTRThierry Vignaud2013-12-051-1/+1
| | | | | lang is no more loaded by default. rather than load it, just use mygtk3...
* we no longuer have access to PANGO_PIXELS() with introspectionThierry Vignaud2013-12-051-1/+1
| | | | | => let's use the proper API instead we could alternatively have divide by Pango::SCALE, but this is cleaner
* we no longer can use old style objectsThierry Vignaud2013-12-051-1/+1
|
* fix "Gtk3::Gdk::keyval_from_name: passed too many parameters"Thierry Vignaud2013-12-051-1/+1
|
* fix missing mandatory argThierry Vignaud2013-12-051-2/+2
|
* fix menu ids & simplify after conversion to UIManagerThierry Vignaud2013-12-051-28/+20
|
* kill now useless functionThierry Vignaud2013-12-051-3/+0
|
* simplifyThierry Vignaud2013-12-051-3/+4
|
* convert menu to UIManagerThierry Vignaud2013-12-051-54/+95
|
* kill doble commented out branchThierry Vignaud2013-12-051-1/+0
|
* fix pathes for UIManagerThierry Vignaud2013-12-051-8/+5
|
* kill dead functionThierry Vignaud2013-12-051-3/+0
|
* (reset_selection) split it outThierry Vignaud2013-12-051-20/+23
| | | | (needed for next commits)