summaryrefslogtreecommitdiff
path: root/portato (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-28Corrected config path handling.René 'Necoro' Neumann2-9/+6
2009-10-28Corrected config path handling.René 'Necoro' Neumann2-9/+6
2009-10-24Fix the segfault in GLib due to wrong encodingRené 'Necoro' Neumann1-0/+1
2009-10-24Also show revision during startup and with -vRené 'Necoro' Neumann1-1/+5
2009-10-24Adding revison info to version output.René 'Necoro' Neumann3-2/+44
2009-10-23Turn new_version plugin from a mess into sth useful.René 'Necoro' Neumann1-1/+1
2009-10-23Change the new_version plugin to use git.René 'Necoro' Neumann1-2/+5
2009-10-15Objectified all the functional stuff in backend.__init__.René 'Necoro' Neumann2-32/+34
2009-10-08Enhance the splash window handling.René 'Necoro' Neumann2-2/+9
2009-10-08Enhance the splash window handling.René 'Necoro' Neumann2-2/+9
2009-10-05Also allow 'unselect all' in the PkgListRené 'Necoro' Neumann1-1/+10
2009-10-05Now have it the sorted way in PkgListsRené 'Necoro' Neumann2-3/+9
2009-10-05Enhanced system.sort_package_list to also sort CPVsRené 'Necoro' Neumann5-27/+38
2009-10-05Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use itRené 'Necoro' Neumann3-39/+63
2009-10-05Add uninstall button and rename to PkgListWindowRené 'Necoro' Neumann1-2/+17
2009-10-05First quick hack to have a world listRené 'Necoro' Neumann3-2/+24
2009-09-06Re-formulate the debug message if a menu file has been found.René 'Necoro' Neumann1-1/+1
2009-09-06Update ui files with gladeRené 'Necoro' Neumann8-72/+167
2009-09-06Automatic loading of the external menuRené 'Necoro' Neumann2-3/+25
2009-09-06Make glade update the MainWindow.ui fileRené 'Necoro' Neumann1-85/+134
2009-09-06Moved the menu to an extra fileRené 'Necoro' Neumann2-210/+207
2009-09-05One database instance is enough :)René 'Necoro' Neumann1-7/+18
2009-09-05Print database type at the bottom of exceptions. NOTE: This does not handle m...René 'Necoro' Neumann2-1/+6
2009-09-05Fix an error, where a category vanishes after refreshing, using the EixSQLDat...René 'Necoro' Neumann2-1/+19
2009-09-03And here is the debugging again :) ... using ctypesRené 'Necoro' Neumann1-1/+8
2009-09-03Fix the segfault in GLib due to wrong encodingRené 'Necoro' Neumann1-0/+1
2009-09-03Screw debugging ... prefer the ctypes approach to get rid of yet another c-mo...René 'Necoro' Neumann2-23/+10
2009-09-03Use this wrapper instead of ctypes to set the textdomain and stuff for the gt...René 'Necoro' Neumann1-9/+5
2009-09-03Add small wrapper to C-gettextRené 'Necoro' Neumann1-0/+18
2009-08-31Removed the 'translatable' attribute from 'gtk-*' stringsRené 'Necoro' Neumann5-11/+11
2009-08-27Only import stuff if necessaryRené 'Necoro' Neumann1-8/+8
2009-08-25Release the threadQueue-Lock in syncv0.13René 'Necoro' Neumann1-0/+1
2009-08-15Use boolean flags instead of obscure C flags for ipc.MessageQueueRené 'Necoro' Neumann2-13/+13
2009-08-15TypoRené 'Necoro' Neumann1-1/+1
2009-08-15Move eix-format to correct locationRené 'Necoro' Neumann1-0/+855
2009-08-15Use list-comprehension. Looks nicer and does not imply speed penaltiesRené 'Necoro' Neumann1-5/+1
2009-08-15Skip some data of eix.parser.package. The data is unneeded and just kill memo...René 'Necoro' Neumann1-10/+12
2009-08-15Some optimizationsRené 'Necoro' Neumann2-10/+12
2009-08-15documentationRené 'Necoro' Neumann1-3/+32
2009-08-15Correctly handle exceptionsRené 'Necoro' Neumann2-5/+13
2009-08-15Renamed 'mq' to 'ipc'René 'Necoro' Neumann4-20/+20
2009-08-15Finish mq moduleRené 'Necoro' Neumann2-7/+8
2009-08-15Unified stringsRené 'Necoro' Neumann1-2/+2
2009-08-15Removed obscur whateverRené 'Necoro' Neumann1-2/+0
2009-08-15Moved all the include stuff to the pxdRené 'Necoro' Neumann2-39/+62
2009-08-15First try of own mq-moduleRené 'Necoro' Neumann3-13/+185
2009-08-15Use message queue instead of SHMRené 'Necoro' Neumann2-51/+26
2009-08-15Honor missing eix moduleRené 'Necoro' Neumann1-2/+7
2009-08-14Rewrote eix-parser in Cython --> WAAAAAAAAAY fasterRené 'Necoro' Neumann4-4/+323
2009-08-14Use sets instead of lists --> faster resultsRené 'Necoro' Neumann2-2/+2