summaryrefslogtreecommitdiff
path: root/portato/gui/exception_handling.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote the database initialization to be a class instead of a functionRené 'Necoro' Neumann2010-03-161-2/+2
|
* Fixed copyrightRené 'Necoro' Neumann2010-03-051-1/+1
|
* Adding revison info to version output.René 'Necoro' Neumann2009-10-241-1/+4
| | | | | | As the revision is no longer encoded in the version, it needs to be printed whereever it is useful. This commit adds it to the 'About' window and to the exception infos.
* Print database type at the bottom of exceptions. NOTE: This does not handle ↵René 'Necoro' Neumann2009-09-051-0/+2
| | | | multiple databases used at the same time
* 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
2c4d8e1e1aa9e66594cf887a4&follow=1'>Started with mail creationRené 'Necoro' Neumann4-3/+126 2020-04-20FeeditemsRené 'Necoro' Neumann2-2/+14 2020-04-20GlobalOptionsRené 'Necoro' Neumann3-25/+79 2020-04-19RestructureRené 'Necoro' Neumann6-152/+177 2020-04-19Rename package 'parse' to 'feed'René 'Necoro' Neumann2-3/+3 2020-04-19SELECT is not necessary for most operations -- skip itRené 'Necoro' Neumann2-12/+1 2020-04-19Store path as array -- the delimiter is not always '.'René 'Necoro' Neumann3-36/+44 2020-04-19Split client part to client.goRené 'Necoro' Neumann2-125/+137 2020-04-19IMAP: Create foldersRené 'Necoro' Neumann1-4/+38 2020-04-19Improved IMAPRené 'Necoro' Neumann1-3/+88 2020-04-19Started IMAP connectionRené 'Necoro' Neumann4-0/+152 2020-04-19Use our own logger for debug for convenience sakeRené 'Necoro' Neumann1-2/+3 2020-04-19Fix debug logging m(René 'Necoro' Neumann1-2/+2 2020-04-19Rename util.go to log.go. Add verbose modeRené 'Necoro' Neumann4-24/+54 2020-04-19Clean go.modRené 'Necoro' Neumann2-3/+0 2020-04-19Do not print the parsedCfg anymoreRené 'Necoro' Neumann1-1/+1 2020-04-19Increase go-version to 1.14René 'Necoro' Neumann1-2/+2 2020-04-19CI: go vetRené 'Necoro' Neumann1-0/+3 2020-04-19Fetching and parsing the feedsRené 'Necoro' Neumann5-4/+113 2020-04-19Ignore all config*.ymlRené 'Necoro' Neumann1-1/+1