summaryrefslogtreecommitdiff
path: root/portato/backend/flags.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* TypoRené 'Necoro' Neumann2009-07-051-1/+1
* Need a copy to remove fromRené 'Necoro' Neumann2009-03-261-1/+1
* Removed the obsolete single unittest and the unique_array functionRené 'Necoro' Neumann2009-04-071-4/+4
* Fixed pyflakes errorsRené 'Necoro' Neumann2009-04-071-1/+0
* Deal with keyword lines missing a keywordRené 'Necoro' Neumann2009-03-181-3/+10
* FixRené 'Necoro' Neumann2009-03-031-1/+1
* Re-honor the newline add the end :). (It was removed by normal 'split()'). Ot...René 'Necoro' Neumann2009-02-091-19/+20
* 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
* r680@Devoty: necoro | 2008-01-20 02:53:30 +0100Necoro2008-01-201-30/+37
* r598@Devoty: necoro | 2008-01-10 16:36:29 +0100Necoro2008-01-111-0/+21
* r521@Devoty: necoro | 2007-10-31 17:19:09 +0100Necoro2007-11-011-12/+12
* Change to absolute_imports; Warning: definitly brokennecoro2007-08-271-14/+15
* improved update-world; now showing differences between installed and set use-...necoro2007-08-161-0/+3
* 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 to portatonecoro2006-11-241-0/+617
/span>/+86 2006-12-11Move functions for generic object output into ui-view.cLars Hjemli4-34/+43 2006-12-11Move log-functions into ui-log.cLars Hjemli5-111/+121 2006-12-11Move repo summary functions into ui-summary.cLars Hjemli4-47/+59 2006-12-11Move functions for repolist output into ui-repolist.cLars Hjemli5-70/+90 2006-12-11Move common output-functions into ui-shared.cLars Hjemli4-82/+99 2006-12-11Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli4-28/+29 2006-12-11Avoid infinite loops in caching layerLars Hjemli3-14/+31 2006-12-11Let 'make install' clear all cachefilesLars Hjemli1-0/+2 2006-12-11Fix cache algorithm loopholeLars Hjemli3-11/+16 2006-12-10Add version identifier in generated filesLars Hjemli2-9/+14 2006-12-10Add license file and copyright noticesLars Hjemli5-0/+372 2006-12-10Add caching infrastructureLars Hjemli9-28/+353