summaryrefslogtreecommitdiff
path: root/portato/gui/windows/main.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not show masking label, if the package is not in system anymoreRené 'Necoro' Neumann2009-08-111-2/+2
* Sort plugins in the windowRené 'Necoro' Neumann2009-07-051-13/+8
* Port DependencyDetailRené 'Necoro' Neumann2009-07-051-101/+2
* Also port FilesDetailRené 'Necoro' Neumann2009-07-051-11/+0
* Also ported EbuildDetailRené 'Necoro' Neumann2009-07-051-3/+1
* Add Changelog as PluginRené 'Necoro' Neumann2009-07-051-66/+65
* Add 'WidgetPlugin' classRené 'Necoro' Neumann2009-07-051-8/+12
* Add NotebookSlotRené 'Necoro' Neumann2009-05-201-0/+1
* Cleaned up dialogs importRené 'Necoro' Neumann2009-05-151-21/+18
* Get rid of wrapper.py and GtkConsoleRené 'Necoro' Neumann2009-05-151-3/+3
* Merge new (better) plugin system, now allowing to add widgetsRené 'Necoro' Neumann2009-05-151-26/+14
|\
| * Introduced extra slots module.René 'Necoro' Neumann2009-05-151-29/+7
| * Add emerge options slotRené 'Necoro' Neumann2009-04-251-0/+3
| * Make the new widget structure work. At least for the Plugin MenuRené 'Necoro' Neumann2009-04-241-1/+6
| * Create PluginMenuSlotRené 'Necoro' Neumann2009-04-241-0/+22
| * Load plugins later in the startup process. No menu magic anymoreRené 'Necoro' Neumann2009-04-241-25/+5
* | Disallow enabling expanded useflags - only their specific valuesRené 'Necoro' Neumann2009-05-151-7/+4
|/
* Fixed pyflakes errorsRené 'Necoro' Neumann2009-04-071-6/+6
* Fix the IndexErrors for the jumping process for all casesRené 'Necoro' Neumann2009-03-091-5/+17
|\
| * Fix the index error on pkglist jump.v0.12.1René 'Necoro' Neumann2009-03-091-2/+18
|/
* Fix searchRené 'Necoro' Neumann2009-03-021-0/+3
* Fix cat-loading errorRené 'Necoro' Neumann2009-02-201-4/+4
* Add database type to global config -- no user-config for the momentRené 'Necoro' Neumann2009-02-201-1/+1
* Add color btns to the preferences, so they are configurable here tooRené 'Necoro' Neumann2009-02-201-3/+13
* TranslationsRené 'Necoro' Neumann2009-02-191-1/+1
* Make the plugin menu work againRené 'Necoro' Neumann2009-02-181-6/+18
* Add 'get_ui()' method for convenienceRené 'Necoro' Neumann2009-02-181-4/+4
* Remove the 'Popup' classRené 'Necoro' Neumann2009-02-181-1/+1
* Add dummy signal handlers for PackageTable -- and so also the error output fo...René 'Necoro' Neumann2009-02-181-1/+12
* Remove the 'pause' hackRené 'Necoro' Neumann2009-02-181-52/+8
* Fix popupsRené 'Necoro' Neumann2009-02-181-2/+2
* Make it start - though there are still itches - esp. with the menuRené 'Necoro' Neumann2009-02-181-13/+12
* Fixed manual searchRené 'Necoro' Neumann2009-02-171-1/+1
* Merge in DB branch (even though it does not offer the change-db-in-prefs feat...René 'Necoro' Neumann2009-02-171-9/+26
|\
| * Do not show categories which only hold disabled packagesRené 'Necoro' Neumann2009-02-021-5/+5
| * Handle non existing versionsRené 'Necoro' Neumann2009-02-021-4/+20
| * Merged in new session stuffRené 'Necoro' Neumann2009-01-281-2/+2
| |\
| | * Add a global session listRené 'Necoro' Neumann2009-01-281-2/+2
| * | Use the new database class layoutRené 'Necoro' Neumann2009-01-281-1/+2
| |/
* | First part of fixing the searchRené 'Necoro' Neumann2009-02-171-3/+0
* | Fixed the jump_to logic (seemed like it stopped working right after having in...René 'Necoro' Neumann2009-02-171-68/+73
* | Set default app icon -- also for dialogsRené 'Necoro' Neumann2009-02-171-0/+4
* | Change 'split(" ")' to single 'split()' to also catch multiple spaces and tabsRené 'Necoro' Neumann2009-02-091-1/+1
|/
* Remove the cluttering section names; rename main session section from 'window...René 'Necoro' Neumann2009-01-271-6/+10
* Fix and use the features of previous revisionRené 'Necoro' Neumann2009-01-271-1/+1
* Add prerequisite checking before startupRené 'Necoro' Neumann2009-01-151-2/+22
* Make the use list lazy tooRené 'Necoro' Neumann2008-12-051-69/+77
* Make the dependency list lazyRené 'Necoro' Neumann2008-12-051-110/+105
* Sort the dependency flagsRené 'Necoro' Neumann2008-12-051-1/+19
* Allow session stuff being stored in the configRené 'Necoro' Neumann2008-11-241-0/+16