summaryrefslogtreecommitdiff
path: root/portato/gui/windows/main.py (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-17Fixed manual searchRené 'Necoro' Neumann1-1/+1
2009-02-17First part of fixing the searchRené 'Necoro' Neumann1-3/+0
2009-02-17Fixed the jump_to logic (seemed like it stopped working right after having in...René 'Necoro' Neumann1-68/+73
2009-02-17Set default app icon -- also for dialogsRené 'Necoro' Neumann1-0/+4
2009-02-09Change 'split(" ")' to single 'split()' to also catch multiple spaces and tabsRené 'Necoro' Neumann1-1/+1
2009-02-02Do not show categories which only hold disabled packagesRené 'Necoro' Neumann1-5/+5
2009-02-02Handle non existing versionsRené 'Necoro' Neumann1-4/+20
2009-01-28Add a global session listRené 'Necoro' Neumann1-2/+2
2009-01-28Use the new database class layoutRené 'Necoro' Neumann1-1/+2
2009-01-27Remove the cluttering section names; rename main session section from 'window...René 'Necoro' Neumann1-6/+10
2009-01-27Fix and use the features of previous revisionRené 'Necoro' Neumann1-1/+1
2009-01-15Add prerequisite checking before startupRené 'Necoro' Neumann1-2/+22
2008-12-05Make the use list lazy tooRené 'Necoro' Neumann1-69/+77
2008-12-05Make the dependency list lazyRené 'Necoro' Neumann1-110/+105
2008-12-05Sort the dependency flagsRené 'Necoro' Neumann1-1/+19
2008-11-24Allow session stuff being stored in the configRené 'Necoro' Neumann1-0/+16
2008-11-24Increase session version for the last changeRené 'Necoro' Neumann1-1/+1
2008-11-03Change ', ' into '@' for the selection pathesRené 'Necoro' Neumann1-7/+7
2008-11-03Add defaults only session loadingRené 'Necoro' Neumann1-3/+4
2008-11-02Improvement to session handling of selections. Increased gui SESSION_VERSION.René 'Necoro' Neumann1-36/+87
2008-11-02Merge in SQL stuffRené 'Necoro' Neumann1-1/+0
2008-10-28Remove some trailing whitespacesRené 'Necoro' Neumann1-6/+6
2008-10-28Do not insert empty lines before expanded useflags in the queue tooltip, if t...René 'Necoro' Neumann1-1/+4
2008-09-15New dependency handling. Should fix some bugs.René 'Necoro' Neumann1-31/+25
2008-09-02Switch from tabs to 4 spacesRené 'Necoro' Neumann1-1741/+1741
2008-07-28Disable '--oneshot' button if senselessRené 'Necoro' Neumann1-1/+4
2008-07-28Removed obsolete queuePopupRené 'Necoro' Neumann1-1/+0
2008-07-28New --oneshot-cb worksRené 'Necoro' Neumann1-2/+9
2008-07-28First support for the new emerge optionsRené 'Necoro' Neumann1-15/+20
2008-07-28Add scrollbacklines to configRené 'Necoro' Neumann1-1/+1
2008-07-16Fixed the update_world with sets for <portage-2.2René 'Necoro' Neumann1-5/+6
2008-07-10Make the queue's update_world set-sensitive tooRené 'Necoro' Neumann1-4/+4
2008-07-10Moved color info to configRené 'Necoro' Neumann1-2/+2
2008-07-09Renamed generic package setsRené 'Necoro' Neumann1-1/+1
2008-07-09Make update_world set compatibleRené 'Necoro' Neumann1-1/+7
2008-07-04Added ability to install missing plugin depsRené 'Necoro' Neumann1-1/+1
2008-07-04Some more dependency awarenessRené 'Necoro' Neumann1-0/+3
2008-07-03Ported completelyRené 'Necoro' Neumann1-12/+7
2008-06-23allowed to dismiss the warning dialogs for keywords/useflagsRené 'Necoro' Neumann1-2/+4
2008-06-23Moved GtkThread to gui.utilsRené 'Necoro' Neumann1-2/+1
2008-06-10Allowed default for session; load 'app-portage/portato' as default for select...René 'Necoro' Neumann1-6/+9
2008-06-08Make the new behavior configurableRené 'Necoro' Neumann1-9/+8
2008-06-08Make selection work with the other cat layoutRené 'Necoro' Neumann1-0/+18
2008-06-08Porthole like display in the cat listRené 'Necoro' Neumann1-4/+39
2008-06-08Make the console title length changeable by the userRené 'Necoro' Neumann1-1/+2
2008-06-07Moved version list out of the PackageTable into the normal MainWindowRené 'Necoro' Neumann1-161/+169
2008-06-07Show CPV instead of CP in the package infoRené 'Necoro' Neumann1-1/+1
2008-05-27Don't set the pause.svg ... it's ugly ^^René 'Necoro' Neumann1-2/+2
2008-05-21Ported to new find_packages API #2: withVersion --> with_versionRené 'Necoro' Neumann1-1/+1
2008-05-21Ported to new find_packages APIRené 'Necoro' Neumann1-3/+3