Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Moved the menu to an extra file | René 'Necoro' Neumann | 2009-09-06 | 2 | -210/+207 | |
| | ||||||
* | One database instance is enough :) | René 'Necoro' Neumann | 2009-09-05 | 1 | -7/+18 | |
| | ||||||
* | Print database type at the bottom of exceptions. NOTE: This does not handle ↵ | René 'Necoro' Neumann | 2009-09-05 | 2 | -1/+6 | |
| | | | | multiple databases used at the same time | |||||
* | Fix an error, where a category vanishes after refreshing, using the ↵ | René 'Necoro' Neumann | 2009-09-05 | 2 | -1/+19 | |
| | | | | EixSQLDatabase | |||||
* | And here is the debugging again :) ... using ctypes | René 'Necoro' Neumann | 2009-09-03 | 1 | -1/+8 | |
| | ||||||
* | Screw debugging ... prefer the ctypes approach to get rid of yet another ↵ | René 'Necoro' Neumann | 2009-09-03 | 2 | -23/+10 | |
| | | | | c-module. | |||||
* | Use this wrapper instead of ctypes to set the textdomain and stuff for the ↵ | René 'Necoro' Neumann | 2009-09-03 | 1 | -9/+5 | |
| | | | | gtk.Builder | |||||
* | Add small wrapper to C-gettext | René 'Necoro' Neumann | 2009-09-03 | 1 | -0/+18 | |
| | ||||||
* | Removed 'gtk-*' strings | René 'Necoro' Neumann | 2009-08-31 | 5 | -11/+11 | |
|\ | ||||||
| * | Removed the 'translatable' attribute from 'gtk-*' strings | René 'Necoro' Neumann | 2009-08-31 | 5 | -11/+11 | |
| | | ||||||
* | | Only import stuff if necessary | René 'Necoro' Neumann | 2009-08-27 | 1 | -8/+8 | |
| | | ||||||
* | | Merge in changes from 0.13 branch | René 'Necoro' Neumann | 2009-08-25 | 1 | -0/+1 | |
|\| | ||||||
| * | Release the threadQueue-Lock in syncv0.13 | René 'Necoro' Neumann | 2009-08-25 | 1 | -0/+1 | |
| | | ||||||
* | | Use boolean flags instead of obscure C flags for ipc.MessageQueue | René 'Necoro' Neumann | 2009-08-15 | 2 | -13/+13 | |
| | | ||||||
* | | Typo | René 'Necoro' Neumann | 2009-08-15 | 1 | -1/+1 | |
| | | ||||||
* | | Move eix-format to correct location | René 'Necoro' Neumann | 2009-08-15 | 1 | -0/+855 | |
| | | ||||||
* | | Use list-comprehension. Looks nicer and does not imply speed penalties | René 'Necoro' Neumann | 2009-08-15 | 1 | -5/+1 | |
| | | ||||||
* | | Skip some data of eix.parser.package. The data is unneeded and just kill ↵ | René 'Necoro' Neumann | 2009-08-15 | 1 | -10/+12 | |
| | | | | | | | | memory and runtime | |||||
* | | Some optimizations | René 'Necoro' Neumann | 2009-08-15 | 2 | -10/+12 | |
| | | ||||||
* | | Merge in own message queue module | René 'Necoro' Neumann | 2009-08-15 | 4 | -52/+260 | |
|\ \ | ||||||
| * | | documentation | René 'Necoro' Neumann | 2009-08-15 | 1 | -3/+32 | |
| | | | ||||||
| * | | Correctly handle exceptions | René 'Necoro' Neumann | 2009-08-15 | 2 | -5/+13 | |
| | | | ||||||
| * | | Renamed 'mq' to 'ipc' | René 'Necoro' Neumann | 2009-08-15 | 4 | -20/+20 | |
| | | | ||||||
| * | | Finish mq module | René 'Necoro' Neumann | 2009-08-15 | 2 | -7/+8 | |
| | | | ||||||
| * | | Moved all the include stuff to the pxd | René 'Necoro' Neumann | 2009-08-15 | 2 | -39/+62 | |
| | | | ||||||
| * | | First try of own mq-module | René 'Necoro' Neumann | 2009-08-15 | 3 | -13/+185 | |
| | | | ||||||
| * | | Use message queue instead of SHM | René 'Necoro' Neumann | 2009-08-15 | 2 | -51/+26 | |
| | | | ||||||
* | | | Unified strings | René 'Necoro' Neumann | 2009-08-15 | 1 | -2/+2 | |
| | | | ||||||
* | | | Removed obscur whatever | René 'Necoro' Neumann | 2009-08-15 | 1 | -2/+0 | |
|/ / | ||||||
* | | Honor missing eix module | René 'Necoro' Neumann | 2009-08-15 | 1 | -2/+7 | |
| | | ||||||
* | | Merged in eix-branch | René 'Necoro' Neumann | 2009-08-14 | 9 | -8/+952 | |
|\ \ | ||||||
| * | | Rewrote eix-parser in Cython --> WAAAAAAAAAY faster | René 'Necoro' Neumann | 2009-08-14 | 4 | -4/+323 | |
| | | | ||||||
| * | | Use sets instead of lists --> faster results | René 'Necoro' Neumann | 2009-08-14 | 2 | -2/+2 | |
| | | | ||||||
| * | | Add eixsql as db-choice | René 'Necoro' Neumann | 2009-08-14 | 1 | -3/+9 | |
| | | | ||||||
| * | | Fix the EixSQLDatabase and EixReader | René 'Necoro' Neumann | 2009-08-14 | 3 | -9/+12 | |
| | | | ||||||
| * | | Write eix-sql database backend | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+62 | |
| | | | ||||||
| * | | Make the EixReader support the context manager protocol | René 'Necoro' Neumann | 2009-08-14 | 1 | -1/+0 | |
| | | | ||||||
| * | | Make the EixReader support the context manager protocol | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+9 | |
| | | | ||||||
| * | | Add documentation | René 'Necoro' Neumann | 2009-08-14 | 3 | -5/+300 | |
| | | | ||||||
| * | | Finish EixReader | René 'Necoro' Neumann | 2009-08-14 | 1 | -8/+8 | |
| | | | ||||||
| * | | Fix overlay class | René 'Necoro' Neumann | 2009-08-14 | 1 | -2/+2 | |
| | | | ||||||
| * | | Make overlay a class too | René 'Necoro' Neumann | 2009-08-14 | 1 | -7/+7 | |
| | | | ||||||
| * | | Add __slots__ | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+7 | |
| | | | ||||||
| * | | Add package and category objects | René 'Necoro' Neumann | 2009-08-14 | 1 | -3/+29 | |
| | | | ||||||
| * | | Add function to add _ to namespace | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+5 | |
| | | | ||||||
| * | | Make LazyElement use __slots__ - to decrease memory consumption | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+1 | |
| | | | ||||||
| * | | Allow to pass the number of elements in a vector | René 'Necoro' Neumann | 2009-08-14 | 1 | -4/+8 | |
| | | | ||||||
| * | | Add 'skip' parameter to header ... this is ignored though | René 'Necoro' Neumann | 2009-08-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add header-object | René 'Necoro' Neumann | 2009-08-14 | 2 | -10/+41 | |
| | | | ||||||
| * | | Add LazyElement | René 'Necoro' Neumann | 2009-08-14 | 1 | -1/+23 | |
| | | |