summaryrefslogtreecommitdiff
path: root/portato (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Corrected config path handling.René 'Necoro' Neumann2009-10-282-9/+6
| | | | Now also the 2.1 portage does not include / anymore. Handle this.
* Fix the segfault in GLib due to wrong encodingRené 'Necoro' Neumann2009-10-241-0/+1
|
* Also show revision during startup and with -vRené 'Necoro' Neumann2009-10-241-1/+5
|
* Adding revison info to version output.René 'Necoro' Neumann2009-10-243-2/+44
| | | | | | 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.
* Turn new_version plugin from a mess into sth useful.René 'Necoro' Neumann2009-10-231-1/+1
|
* Change the new_version plugin to use git.René 'Necoro' Neumann2009-10-231-2/+5
| | | | | | Use 'git ls-remote' to check for the current HEAD revision. Additionally the revision is no longer put into the version number, but into an extra variable REVISION.
* Objectified all the functional stuff in backend.__init__.René 'Necoro' Neumann2009-10-152-32/+34
| | | | | | | Moved all the function in backend.__init__ into the SystemWrapper class. And also make loading the real system lazy. Reason: So I do not need to care about whether anything imports the system before the MainWindow is started.
* Enhance the splash window handling.René 'Necoro' Neumann2009-10-082-2/+9
| | | | | | | Now the splash window is forced to stay on top. Hopes no users are going to complain ;). Additionally, the splash window is destroyed opposed to only hidden. As it is not reused, there is no use in keeping it alive.
* Also allow 'unselect all' in the PkgListRené 'Necoro' Neumann2009-10-051-1/+10
|
* Now have it the sorted way in PkgListsRené 'Necoro' Neumann2009-10-052-3/+9
|
* Enhanced system.sort_package_list to also sort CPVsRené 'Necoro' Neumann2009-10-055-27/+38
|
* Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use itRené 'Necoro' Neumann2009-10-053-39/+63
|
* Add uninstall button and rename to PkgListWindowRené 'Necoro' Neumann2009-10-051-2/+17
|
* First quick hack to have a world listRené 'Necoro' Neumann2009-10-053-2/+24
|
* Re-formulate the debug message if a menu file has been found.René 'Necoro' Neumann2009-09-061-1/+1
|
* Update ui files with gladeRené 'Necoro' Neumann2009-09-068-72/+167
|
* Automatic loading of the external menuRené 'Necoro' Neumann2009-09-062-3/+25
|
* Make glade update the MainWindow.ui fileRené 'Necoro' Neumann2009-09-061-85/+134
|
* Moved the menu to an extra fileRené 'Necoro' Neumann2009-09-062-210/+207
|
* One database instance is enough :)René 'Necoro' Neumann2009-09-051-7/+18
|
* Print database type at the bottom of exceptions. NOTE: This does not handle ↵René 'Necoro' Neumann2009-09-052-1/+6
| | | | multiple databases used at the same time
* Fix an error, where a category vanishes after refreshing, using the ↵René 'Necoro' Neumann2009-09-052-1/+19
| | | | EixSQLDatabase
* And here is the debugging again :) ... using ctypesRené 'Necoro' Neumann2009-09-031-1/+8
|
* Screw debugging ... prefer the ctypes approach to get rid of yet another ↵René 'Necoro' Neumann2009-09-032-23/+10
| | | | c-module.
* Use this wrapper instead of ctypes to set the textdomain and stuff for the ↵René 'Necoro' Neumann2009-09-031-9/+5
| | | | gtk.Builder
* Add small wrapper to C-gettextRené 'Necoro' Neumann2009-09-031-0/+18
|
* Removed 'gtk-*' stringsRené 'Necoro' Neumann2009-08-315-11/+11
|\
| * Removed the 'translatable' attribute from 'gtk-*' stringsRené 'Necoro' Neumann2009-08-315-11/+11
| |
* | Only import stuff if necessaryRené 'Necoro' Neumann2009-08-271-8/+8
| |
* | Merge in changes from 0.13 branchRené 'Necoro' Neumann2009-08-251-0/+1
|\|
| * Release the threadQueue-Lock in syncv0.13René 'Necoro' Neumann2009-08-251-0/+1
| |
* | Use boolean flags instead of obscure C flags for ipc.MessageQueueRené 'Necoro' Neumann2009-08-152-13/+13
| |
* | TypoRené 'Necoro' Neumann2009-08-151-1/+1
| |
* | Move eix-format to correct locationRené 'Necoro' Neumann2009-08-151-0/+855
| |
* | Use list-comprehension. Looks nicer and does not imply speed penaltiesRené 'Necoro' Neumann2009-08-151-5/+1
| |
* | Skip some data of eix.parser.package. The data is unneeded and just kill ↵René 'Necoro' Neumann2009-08-151-10/+12
| | | | | | | | memory and runtime
* | Some optimizationsRené 'Necoro' Neumann2009-08-152-10/+12
| |
* | Merge in own message queue moduleRené 'Necoro' Neumann2009-08-154-52/+260
|\ \
| * | documentationRené 'Necoro' Neumann2009-08-151-3/+32
| | |
| * | Correctly handle exceptionsRené 'Necoro' Neumann2009-08-152-5/+13
| | |
| * | Renamed 'mq' to 'ipc'René 'Necoro' Neumann2009-08-154-20/+20
| | |
| * | Finish mq moduleRené 'Necoro' Neumann2009-08-152-7/+8
| | |
| * | Moved all the include stuff to the pxdRené 'Necoro' Neumann2009-08-152-39/+62
| | |
| * | First try of own mq-moduleRené 'Necoro' Neumann2009-08-153-13/+185
| | |
| * | Use message queue instead of SHMRené 'Necoro' Neumann2009-08-152-51/+26
| | |
* | | Unified stringsRené 'Necoro' Neumann2009-08-151-2/+2
| | |
* | | Removed obscur whateverRené 'Necoro' Neumann2009-08-151-2/+0
|/ /
* | Honor missing eix moduleRené 'Necoro' Neumann2009-08-151-2/+7
| |
* | Merged in eix-branchRené 'Necoro' Neumann2009-08-149-8/+952
|\ \
| * | Rewrote eix-parser in Cython --> WAAAAAAAAAY fasterRené 'Necoro' Neumann2009-08-144-4/+323
| | |