summaryrefslogtreecommitdiff
path: root/geneticone/gui/main.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganisation of the gui-part :) (again ;P)necoro2006-09-271-853/+0
|
* Added AboutWindownecoro2006-09-271-5/+43
|
* No more doubled entries in the Queuenecoro2006-09-271-13/+18
|
* Added scrollbars for the queue-windownecoro2006-09-251-1/+4
|
* Started some documentationnecoro2006-09-241-46/+105
|
* Genetic/One now takes changed useflags into account when calculating ↵necoro2006-09-241-34/+84
| | | | dependencies. Plus some minor changes / bugfixes.
* Completly implemented use-flags in the GUI.necoro2006-09-201-8/+28
|
* Fixesnecoro2006-09-191-1/+4
|
* First use-flag-toggle-supportnecoro2006-09-191-5/+33
|
* Added licence informations.necoro2006-09-191-195/+212
|
* Removed our own threading-module ...necoro2006-09-171-2/+4
|
* Removed our own threading-module ...necoro2006-09-171-8/+14
|
* Added Thread-Module and made the "refresh" workingnecoro2006-09-151-22/+45
|
* Improved searchnecoro2006-09-111-15/+56
|
* Some structure changesnecoro2006-09-081-0/+558
>Add support for HEAD requestsLars Hjemli2-0/+7 This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli4-0/+5 When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli1-4/+9 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli1-2/+17 Signed-off-by: Lars Hjemli <hjemli@gmail.com>