summaryrefslogtreecommitdiff
path: root/portato/gui/templates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added SIGSTOP/SIGCONT support; SIGTERM now works ;)necoro2007-07-112-204/+222
|
* added plugin.uinecoro2007-07-051-0/+94
|
* added ability to disable/enable plugins in qt too; added shutdown pluginnecoro2007-07-052-96/+66
|
* new plugin and about dialognecoro2007-07-051-311/+330
|
* made console font changeble for Qtnecoro2007-07-041-0/+24
|
* first approach of allowing the disabling of plugins (only gtk)necoro2007-07-041-198/+197
|
* added updatable dialog also for gtknecoro2007-06-231-196/+286
|
* added updated list to Qtnecoro2007-06-191-4/+19
|
* added updated list to Qtnecoro2007-06-182-1/+100
|
* follow GNOME HIG (at least a little)necoro2007-06-111-199/+237
|
* - added settings: gtk: console fontnecoro2007-05-152-690/+753
| | | - show emerge progress in window title
* made overlaylabel work in Qtnecoro2007-05-141-0/+10
|
* now showing the overlaynecoro2007-05-121-1/+4
|
* added the ability of sorting the pkglist by installation statusnecoro2007-05-072-196/+239
|
* added systraynecoro2007-04-252-8/+106
|
* added noroot-optionnecoro2007-04-251-0/+3
|
* moved *.glade and *.ui to one directory to omit the change of the config.py ↵necoro2007-04-246-0/+2531
each time
portato.git/commit/portato/plugin_old.py?h=v0.13.1&id=b33a8067895a127a7c2b4e0627df55550503b6f1&follow=1'>Ported completelyRené 'Necoro' Neumann3-548/+54 2008-07-03Should show dependencies nowRené 'Necoro' Neumann2-82/+128 2008-07-03Use __slots__ for the PkgData class to save memoryRené 'Necoro' Neumann1-2/+3 2008-07-03New plugin system - first hackRené 'Necoro' Neumann2-420/+683 2008-06-30Now the new design is able to do the same as the old oneRené 'Necoro' Neumann3-168/+182 2008-06-30First draft of the new plugin windowRené 'Necoro' Neumann1-8/+172 2008-06-30Added stuff to plugin.pyRené 'Necoro' Neumann1-2/+24 2008-06-30Beautified some dialogsRené 'Necoro' Neumann1-6/+8 2008-06-30Only add a package to mergequeue if everything went fineRené 'Necoro' Neumann1-1/+1 2008-06-25Now load 22 versions when running the correct portageRené 'Necoro' Neumann4-8/+18 2008-06-25Added Package_22 and System_22René 'Necoro' Neumann4-5/+63