summaryrefslogtreecommitdiff
path: root/portato/gui/wrapper.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-091-1/+1
* Removed gtk subdirRené 'Necoro' Neumann2008-03-181-0/+331
* Removed wrapperRené 'Necoro' Neumann2008-03-181-236/+0
* r752@Devoty: necoro | 2008-02-12 22:19:21 +0100Necoro2008-02-121-1/+1
* r664@Devoty: necoro | 2008-01-18 21:40:29 +0100Necoro2008-01-181-2/+22
* r661@Devoty: necoro | 2008-01-18 14:16:59 +0100Necoro2008-01-181-2/+2
* r643@Devoty: necoro | 2008-01-16 18:55:49 +0100Necoro2008-01-181-0/+34
* improved terminalnecoro2007-08-171-0/+5
* improved update-world; now showing differences between installed and set use-...necoro2007-08-161-1/+5
* Some more functionality for the Qt-Frontendnecoro2007-04-071-18/+1
* Added console-statusnecoro2006-12-031-0/+6
* Renamed to portatonecoro2006-11-241-0/+184
e file didn't exist), the cached file is regenerated. When generating a cached file, locking is used to avoid parallell processing of the request. If multiple processes tries to aquire the same lock, the ones who fail to get the lock serves the (expired) cached file. If the cached file don't exist, the process instead calls sched_yield(2) before restarting the request processing. Signed-off-by: Lars Hjemli <hjemli@gmail.com>