Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-formulate the debug message if a menu file has been found. | René 'Necoro' Neumann | 2009-09-06 | 1 | -1/+1 |
* | Updated .ui files, so they work with the most up2date glade. Therefore moved ... | René 'Necoro' Neumann | 2009-09-06 | 11 | -364/+527 |
|\ | |||||
| * | Update ui files with glade | René 'Necoro' Neumann | 2009-09-06 | 8 | -72/+167 |
| * | Install .menu | René 'Necoro' Neumann | 2009-09-06 | 1 | -1/+1 |
| * | Automatic loading of the external menu | René 'Necoro' Neumann | 2009-09-06 | 2 | -3/+25 |
| * | Make glade update the MainWindow.ui file | René 'Necoro' Neumann | 2009-09-06 | 1 | -85/+134 |
| * | 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 m... | René 'Necoro' Neumann | 2009-09-05 | 2 | -1/+6 |
* | Fix an error, where a category vanishes after refreshing, using the EixSQLDat... | René 'Necoro' Neumann | 2009-09-05 | 2 | -1/+19 |
* | 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 c-mo... | René 'Necoro' Neumann | 2009-09-03 | 3 | -27/+11 |
* | Use this wrapper instead of ctypes to set the textdomain and stuff for the gt... | René 'Necoro' Neumann | 2009-09-03 | 1 | -9/+5 |
* | Add small wrapper to C-gettext | René 'Necoro' Neumann | 2009-09-03 | 2 | -1/+22 |
* | Update messages.pot | René 'Necoro' Neumann | 2009-08-31 | 1 | -42/+94 |
* | Removed 'gtk-*' strings | René 'Necoro' Neumann | 2009-08-31 | 12 | -3650/+3490 |
|\ | |||||
| * | Removed the gtk- strings from translations | René 'Necoro' Neumann | 2009-08-31 | 7 | -3639/+3479 |
| * | Removed the 'translatable' attribute from 'gtk-*' strings | René 'Necoro' Neumann | 2009-08-31 | 5 | -11/+11 |
* | | Removed TODO. Renamed ChangeLog to TODO | René 'Necoro' Neumann | 2009-08-31 | 2 | -40/+0 |
* | | 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 | 3 | -895/+946 |
|\| | |||||
| * | Release the threadQueue-Lock in syncv0.13 | René 'Necoro' Neumann | 2009-08-25 | 1 | -0/+1 |
| * | Updated portugese translation | Alberto Federman Neto | 2009-08-25 | 1 | -650/+687 |
| * | Update spanish translation | Daniel Halens | 2009-08-15 | 1 | -245/+258 |
* | | Use boolean flags instead of obscure C flags for ipc.MessageQueue | René 'Necoro' Neumann | 2009-08-15 | 3 | -13/+15 |
* | | Typo | René 'Necoro' Neumann | 2009-08-15 | 1 | -1/+1 |
* | | Enhanced the extensions.sh | René 'Necoro' Neumann | 2009-08-15 | 1 | -3/+8 |
* | | Move eix-format to correct location | René 'Necoro' Neumann | 2009-08-15 | 1 | -0/+0 |
* | | Add a script to build the extensions | René 'Necoro' Neumann | 2009-08-15 | 1 | -0/+5 |
* | | 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 memo... | René 'Necoro' Neumann | 2009-08-15 | 1 | -10/+12 |
* | | Some optimizations | René 'Necoro' Neumann | 2009-08-15 | 2 | -10/+12 |
* | | Merge in own message queue module | René 'Necoro' Neumann | 2009-08-15 | 6 | -59/+265 |
|\ \ | |||||
| * | | documentation | René 'Necoro' Neumann | 2009-08-15 | 2 | -3/+33 |
| * | | Correctly handle exceptions | René 'Necoro' Neumann | 2009-08-15 | 2 | -5/+13 |
| * | | Renamed 'mq' to 'ipc' | René 'Necoro' Neumann | 2009-08-15 | 5 | -21/+21 |
| * | | 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 |
| * | | Add module to setup.py | René 'Necoro' Neumann | 2009-08-15 | 1 | -7/+4 |
| * | | 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 |
* | | Also allow --enable-eix | René 'Necoro' Neumann | 2009-08-15 | 1 | -1/+1 |
* | | Also allow --enable-eix | René 'Necoro' Neumann | 2009-08-15 | 1 | -0/+3 |
* | | Merged in eix-branch | René 'Necoro' Neumann | 2009-08-14 | 15 | -12/+1867 |
|\ \ | |||||
| * | | Change config and changelog | René 'Necoro' Neumann | 2009-08-14 | 2 | -1/+6 |
| * | | Allow to disable eix in setup.py | René 'Necoro' Neumann | 2009-08-14 | 1 | -8/+17 |
| * | | Correct setup.py | René 'Necoro' Neumann | 2009-08-14 | 1 | -2/+17 |