summaryrefslogtreecommitdiff
path: root/portato/backend/flags.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-honor the newline add the end :). (It was removed by normal 'split()'). ↵René 'Necoro' Neumann2009-02-091-19/+20
| | | | Other minor code enhancements too
* Change 'split(" ")' to single 'split()' to also catch multiple spaces and tabsRené 'Necoro' Neumann2009-02-091-2/+2
|
* Same copyright statement in all filesRené 'Necoro' Neumann2009-02-071-1/+1
|
* Fix indentionRené 'Necoro' Neumann2009-02-031-4/+4
|
* Fix at least the KeyError of bug #15René 'Necoro' Neumann2009-02-031-1/+1
|
* Some cosmeticsRené 'Necoro' Neumann2008-09-151-13/+9
|
* Switch from tabs to 4 spacesRené 'Necoro' Neumann2008-09-021-654/+654
|
* Added "$(version)" for the config file naming.René 'Necoro' Neumann2008-07-201-1/+5
|
* Fixed file naming if portage-configs are directoriesRené 'Necoro' Neumann2008-07-201-2/+2
|
* Ported packageRené 'Necoro' Neumann2008-05-211-1/+1
|
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-091-1/+0
|
* Updated catapult stuffRené 'Necoro' Neumann2008-03-111-2/+1
|
* r716@Devoty: necoro | 2008-01-25 00:35:00 +0100Necoro2008-01-241-0/+17
| | | | | | Improved useflag handling r717@Devoty: necoro | 2008-01-25 00:47:45 +0100 improved update_world
* r680@Devoty: necoro | 2008-01-20 02:53:30 +0100Necoro2008-01-201-30/+37
| | | | Fixed flag handling
* r598@Devoty: necoro | 2008-01-10 16:36:29 +0100Necoro2008-01-111-0/+21
| | | | Handle the new useflag format correctly
* r521@Devoty: necoro | 2007-10-31 17:19:09 +0100Necoro2007-11-011-12/+12
| | | | | | | | | r522@Devoty: necoro | 2007-11-02 00:51:00 +0100 No more instanceof calls r523@Devoty: necoro | 2007-11-02 00:51:51 +0100 Fixed bugs; removed unnecessairy dbus calls; make update world being async r524@Devoty: necoro | 2007-11-02 00:52:09 +0100 always use catapult
* Change to absolute_imports; Warning: definitly brokennecoro2007-08-271-14/+15
|
* improved update-world; now showing differences between installed and set ↵necoro2007-08-161-0/+3
| | | | use-flags
* i18n support and german translationsnecoro2007-08-051-1/+2
|
* new fancier log outputnecoro2007-07-131-7/+7
|
* now considering non-existing files in /etc/portagenecoro2007-04-251-2/+5
|
* Improved masking display and made most of the Qt-Frontend worknecoro2007-04-131-7/+51
|
* Renamed package.get_env_var to package.get_package_settingsnecoro2007-02-201-1/+1
|
* Back to our own revision solution as the eclass-one checks _before_ updatingnecoro2007-02-191-38/+79
|
* Use icon instead of the asterisknecoro2007-02-161-1/+1
| | | Renamed wrong param name "allowed" to "use_keywords" in package.is_testing()
* Renamed to portatonecoro2006-11-241-0/+617
19:22:31 +0000'>2008-01-14 r617@Devoty: necoro | 2008-01-14 19:12:59 +0100Necoro2-10/+10 Remove unnecessairy loads of the shm module 2008-01-14 r609@Devoty: necoro | 2008-01-14 17:04:38 +0100Necoro9-394/+477 Allowed '-' and '_' in key names. Also use group names instead of their number. r610@Devoty: necoro | 2008-01-14 17:05:42 +0100 Disabled saving of the queues r611@Devoty: necoro | 2008-01-14 17:08:53 +0100 Added the possibility to permanently en-/disable plugins r612@Devoty: necoro | 2008-01-14 17:14:09 +0100 adjust changelog and translations r613@Devoty: necoro | 2008-01-14 17:40:53 +0100 Dropdown should be localized too 2008-01-14 r605@Devoty: necoro | 2008-01-14 11:43:34 +0100Necoro2-26/+129 Updated shm module to version 1.1.4 2008-01-14 r603@Devoty: necoro | 2008-01-14 11:30:26 +0100Necoro4-26/+38 Improved 'update world'; really support new use defaults 2008-01-11 r598@Devoty: necoro | 2008-01-10 16:36:29 +0100Necoro4-10/+50 Handle the new useflag format correctly 2008-01-11 r597@Devoty: necoro | 2008-01-10 14:12:35 +0100Necoro1-3/+3 updated todo 2008-01-10 r595@Devoty: necoro | 2008-01-10 04:04:15 +0100Necoro1-52/+3 Re-Introduced etc-proposals 2008-01-09 r586@Devoty: necoro | 2008-01-09 14:54:18 +0100Necoro1-1/+1 Disabled catapult till it is really usable 2007-12-06 r577@Devoty: necoro | 2007-12-06 20:37:36 +0100Necoro1-1/+1 Fixed desktop file 2007-12-06 r572@Devoty: necoro | 2007-11-28 08:48:15 +0100Necoro1-0/+1 2007-11-27 r570@Devoty: necoro | 2007-11-27 02:08:21 +0100Necoro3-84/+108 Added scrollbars to update window