summaryrefslogtreecommitdiff
path: root/portato/gui/templates/PreferenceWindow.glade (follow)
Commit message (Expand)AuthorAgeFilesLines
* some more 5px paddings in the preferencesRené 'Necoro' Neumann2008-11-241-1/+6
* Save pref window dimensions in sessionRené 'Necoro' Neumann2008-11-241-96/+97
* Make setlist scrollableRené 'Necoro' Neumann2008-11-241-6/+30
* Added "$(version)" for the config file naming.René 'Necoro' Neumann2008-07-201-95/+96
* Updated translationsRené 'Necoro' Neumann2008-07-091-2/+2
* Added set selection in preferencesRené 'Necoro' Neumann2008-07-091-3/+39
* Updated docs and german translationRené 'Necoro' Neumann2008-06-081-2/+2
* Make the new behavior configurableRené 'Necoro' Neumann2008-06-081-7/+27
* Make the console title length changeable by the userRené 'Necoro' Neumann2008-06-081-16/+51
* Added preference switch for showing the slotsRené 'Necoro' Neumann2008-03-251-95/+136
* Added option to disable console title updateRené 'Necoro' Neumann2008-03-251-98/+112
* Applied splitRené 'Necoro' Neumann2008-02-291-0/+746
2009-03-15CGIT 0.8.2.1v0.8.2.1Lars Hjemli1-1/+1 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli2-1/+6 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli1-6/+17 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong1-5/+8 When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add 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>