summaryrefslogtreecommitdiff
path: root/i18n/messages.pot (follow)
Commit message (Expand)AuthorAgeFilesLines
* TranslationsRené 'Necoro' Neumann2009-02-191-49/+44
* Last transition stepsRené 'Necoro' Neumann2009-02-181-227/+281
* Update translationRené 'Necoro' Neumann2009-02-171-7/+14
* Updated translationRené 'Necoro' Neumann2009-01-281-457/+468
* Update translationsRené 'Necoro' Neumann2008-12-111-492/+479
* Preparing 0.11René 'Necoro' Neumann2008-07-281-63/+58
* Some German translation stuffRené 'Necoro' Neumann2008-07-281-75/+76
* Updated translationRené 'Necoro' Neumann2008-07-101-12/+12
* Add tooltip to revert btnRené 'Necoro' Neumann2008-07-101-43/+47
* Updated translationsRené 'Necoro' Neumann2008-07-091-467/+475
* Updated German translationRené 'Necoro' Neumann2008-07-081-18/+28
* Updated German translationRené 'Necoro' Neumann2008-07-081-458/+450
* German translationRené 'Necoro' Neumann2008-06-231-9/+14
* German translationRené 'Necoro' Neumann2008-06-231-68/+108
* Updated docs and german translationRené 'Necoro' Neumann2008-06-081-298/+329
* Do something useful if an assertionerror is thrown during dep-resolutionRené 'Necoro' Neumann2008-04-091-40/+46
* Updated translationsRené 'Necoro' Neumann2008-04-071-4/+8
* Updated translationsRené 'Necoro' Neumann2008-03-271-84/+104
* Updated translationRené 'Necoro' Neumann2008-03-251-376/+370
* keep i18n up2dateRené 'Necoro' Neumann2008-03-181-151/+169
* Update translationRené 'Necoro' Neumann2008-03-061-166/+188
* Updated doc and translationRené 'Necoro' Neumann2008-02-251-139/+143
* Updated translationRené 'Necoro' Neumann2008-02-241-201/+210
* r781@Devoty: necoro | 2008-02-23 00:35:34 +0100Necoro2008-02-231-155/+146
* r690@Devoty: necoro | 2008-01-20 15:15:16 +0100Necoro2008-01-201-163/+162
* r651@Devoty: necoro | 2008-01-18 02:41:51 +0100Necoro2008-01-181-180/+239
* (no commit message)Necoro2008-01-141-128/+166
* r609@Devoty: necoro | 2008-01-14 17:04:38 +0100Necoro2008-01-141-172/+188
* r551@Devoty: necoro | 2007-11-13 23:37:56 +0100Necoro2007-11-141-190/+185
* r535@Devoty: necoro | 2007-11-11 16:15:20 +0100Necoro2007-11-111-145/+141
* r93@Devoty: necoro | 2007-10-31 11:37:04 +0100Necoro2007-10-311-170/+193
* preparations 0.8.6.2Necoro2007-10-221-53/+48
* added tooltips, added ebuild.lang, restructured constantsNecoro2007-10-151-79/+110
* added "Save As..." functionality for exception dialogNecoro2007-10-151-16/+20
* language updatesNecoro2007-10-151-148/+158
* translationsnecoro2007-08-171-47/+47
* improved update-world; now showing differences between installed and set use-...necoro2007-08-161-135/+148
* translationsnecoro2007-08-121-2/+15
* added listener/notifynecoro2007-08-121-93/+105
* add splash screennecoro2007-08-101-29/+54
* new threading model in gui_helpernecoro2007-08-071-31/+39
* some translation fixes :)necoro2007-08-051-60/+60
* i18n support and german translationsnecoro2007-08-051-1/+5
* i18n support and german translationsnecoro2007-08-051-0/+623
commit/portato/constants.py?id=0869d7b4caa14ea17d6092a684af299da7545aa6&follow=1'>Change the new_version plugin to use git.René 'Necoro' Neumann2-32/+33 Use 'git ls-remote' to check for the current HEAD revision. Additionally the revision is no longer put into the version number, but into an extra variable REVISION. 2009-10-15Objectified all the functional stuff in backend.__init__.René 'Necoro' Neumann2-32/+34 Moved all the function in backend.__init__ into the SystemWrapper class. And also make loading the real system lazy. Reason: So I do not need to care about whether anything imports the system before the MainWindow is started. 2009-10-08Enhance the splash window handling.René 'Necoro' Neumann2-2/+9 Now the splash window is forced to stay on top. Hopes no users are going to complain ;). Additionally, the splash window is destroyed opposed to only hidden. As it is not reused, there is no use in keeping it alive. (cherry picked from commit 0a30d24e34493a2f56ba801facf4daba711d363e) 2009-10-08Enhance the splash window handling.René 'Necoro' Neumann2-2/+9 Now the splash window is forced to stay on top. Hopes no users are going to complain ;). Additionally, the splash window is destroyed opposed to only hidden. As it is not reused, there is no use in keeping it alive. 2009-10-05Some more stuff to ignoreRené 'Necoro' Neumann1-0/+3 2009-10-05Renamed the ignore fileRené 'Necoro' Neumann1-0/+0 2009-10-05Update NEWSRené 'Necoro' Neumann1-0/+1 2009-10-05Also allow 'unselect all' in the PkgListRené 'Necoro' Neumann1-1/+10 2009-10-05Now have it the sorted way in PkgListsRené 'Necoro' Neumann2-3/+9 2009-10-05Enhanced system.sort_package_list to also sort CPVsRené 'Necoro' Neumann5-27/+38 2009-10-05Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use itRené 'Necoro' Neumann3-39/+63 2009-10-05Add uninstall button and rename to PkgListWindowRené 'Necoro' Neumann1-2/+17 2009-10-05First quick hack to have a world listRené 'Necoro' Neumann3-2/+24