summaryrefslogtreecommitdiff
path: root/portato/gui/exception_handling.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed pyflakes errorsRené 'Necoro' Neumann2009-04-071-2/+1
* Additional sabayon message for missing portage treeRené 'Necoro' Neumann2009-02-131-15/+2
* Same copyright statement in all filesRené 'Necoro' Neumann2009-02-071-1/+1
* Return correct system result on SabayonRené 'Necoro' Neumann2009-02-031-7/+9
* Add system info to exception infoRené 'Necoro' Neumann2009-01-151-2/+14
* Do not translate exception messagesRené 'Necoro' Neumann2008-12-111-3/+3
* Switch from tabs to 4 spacesRené 'Necoro' Neumann2008-09-021-98/+98
* Removed lxml version in error stringRené 'Necoro' Neumann2008-07-041-2/+1
* Removed lxml version in error stringRené 'Necoro' Neumann2008-07-041-3/+1
* Moved GtkThread to gui.utilsRené 'Necoro' Neumann2008-06-231-23/+1
* Implemented the mail sendingRené 'Necoro' Neumann2008-06-221-2/+5
* First mail window draftRené 'Necoro' Neumann2008-06-221-0/+5
* Added python version to tracebackRené 'Necoro' Neumann2008-05-031-0/+1
* For some reason i18n strings were not displayed in threads sometimesRené 'Necoro' Neumann2008-04-141-0/+6
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-091-1/+1
* Added version infos to exceptionsRené 'Necoro' Neumann2008-03-281-1/+18
* Removed gtk subdirRené 'Necoro' Neumann2008-03-181-0/+124
17:23 +0200'>2008-07-03Ported 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-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