summaryrefslogtreecommitdiff
path: root/portato/gui (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* first approach of allowing the disabling of plugins (only gtk)necoro2007-07-042-206/+217
* added updatable dialog also for gtknecoro2007-06-233-199/+380
* made the wget-status-bar work in the Qt-Terminalnecoro2007-06-191-21/+71
* added updated list to Qtnecoro2007-06-192-10/+36
* added updated list to Qtnecoro2007-06-183-3/+145
* fixed the listing of the ".svn" and "CVS" dirsnecoro2007-06-181-3/+3
* improved Qt-Terminalnecoro2007-06-182-12/+27
* better config-handlingnecoro2007-06-154-114/+87
* added ebuild viewernecoro2007-06-152-4/+6
* added ability of passing "&&" to the sync commandnecoro2007-06-153-3/+46
* added ability of passing "&&" to the sync commandnecoro2007-06-151-2/+0
* added ability of passing "&&" to the sync commandnecoro2007-06-151-4/+34
* corrected the about-statementsnecoro2007-06-142-2/+2
* reverted back to png, but now using the image in the svgnecoro2007-06-121-1/+1
* added svg-iconnecoro2007-06-121-1/+1
* follow GNOME HIG (at least a little)necoro2007-06-111-199/+237
* bugfixnecoro2007-06-011-0/+1
* Killed the segfault with PyQt-4.2necoro2007-06-011-11/+11
* Some interface changesnecoro2007-05-311-7/+15
* little bug fix in cb_revert_clicked()necoro2007-05-311-1/+1
* - added settings: gtk: console fontnecoro2007-05-155-718/+812
* made overlaylabel work in Qtnecoro2007-05-142-1/+14
* added the display of the masking reasonnecoro2007-05-142-0/+4
* filtering "--ask" fron EMERGE_DEFAULT_OPTSnecoro2007-05-141-1/+1
* now showing the overlaynecoro2007-05-123-5/+17
* added the ability of sorting the pkglist by installation statusnecoro2007-05-075-206/+283
* fixed bugs in gtk and qtnecoro2007-04-272-20/+58
* some more fixed bugsnecoro2007-04-261-0/+1
* fixed bugsnecoro2007-04-261-2/+2
* added systraynecoro2007-04-255-19/+198
* added noroot-optionnecoro2007-04-251-0/+3
* add application icon and desktop filenecoro2007-04-242-4/+6
* moved *.glade and *.ui to one directory to omit the change of the config.py e...necoro2007-04-246-0/+2531
* moved *.glade and *.ui to one directory to omit the change of the config.py e...necoro2007-04-245-1191/+0
* moved *.glade and *.ui to one directory to omit the change of the config.py e...necoro2007-04-241-1340/+0
* added dialogs to warn you when the queue is running on quitting portatonecoro2007-04-246-214/+263
* Made qt plugin-ready; lots of documentationnecoro2007-04-208-57/+293
* nomsgnecoro2007-04-181-1/+0
* finished Qt-Frontendnecoro2007-04-185-15/+117
* marking installed packages in pkglistnecoro2007-04-174-14/+42
* added ebuild window for Qt-Frontendnecoro2007-04-164-2/+229
* added preferences for Qt-Frontendnecoro2007-04-169-279/+710
* Improved masking display and made most of the Qt-Frontend worknecoro2007-04-134-19/+257
* Some more functionality for the Qt-Frontend (complete emerge)necoro2007-04-108-217/+347
* Some more functionality for the Qt-Frontendnecoro2007-04-079-88/+457
* Added Qt-Terminalnecoro2007-04-074-4/+213
* First qt draftnecoro2007-04-064-0/+790
* showed masked packages unmasked by the user similar to stable marked testing ...necoro2007-04-041-1/+10
* Allowed Plugins to have a menunecoro2007-03-312-192/+215
* Added etc-proposals pluginnecoro2007-03-152-26/+39
ohover-highlight'> 2007-02-08Make snapshot feature configurableLars Hjemli5-6/+22 Snapshots can now be enabled/disabled by default for all repositories in cgitrc with param "snapshots". Additionally, any repo can override the default setting with param "repo.snapshots". By default, no snapshotting is enabled. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-08Add support for snapshotsLars Hjemli8-8/+153 Make a link from the commit viewer to a snapshot of the corresponding tree. Currently only zip-format is supported. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05cgit v0.2v0.2Lars Hjemli1-1/+1 Main changes since v0.1: -list tags in repo summary -allow search in log-view -read repository paths from cgitrc Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05Add support for prefix and gitsrc arguments to 'make'Lars Hjemli2-15/+37 This should improve the installation a little, especially since the new options are mentioned in the README. Also, add a make-rule to build the git binaries if necessary + a dependency between cgit and libgit.a. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Update cgitrc templateLars Hjemli1-21/+32 Make the descriptions more helpfull. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Add support for lightweight tagsLars Hjemli2-19/+37 There is nothing bad about a tag that has no tag-object, but the old code didn't handle such tags correctly. Fix it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Read repo-info from /etc/cgitrcLars Hjemli5-55/+120 This makes cgit read all repo-info from the configfile, instead of scanning for possible git-dirs below a common root path. This is primarily done to get better security (separate physical path from logical repo-name). In /etc/cgitrc each repo is registered with the following keys: repo.url repo.name repo.path repo.desc repo.owner Note: *Required keys are repo.url and repo.path, all others are optional *Each occurrence of repo.url starts a new repository registration *Default value for repo.name is taken from repo.url *The value of repo.url cannot contain characters with special meaning for urls (i.e. one of /?%&), while repo.name can contain anything. Example: repo.url=cgit-pub repo.name=cgit/public repo.path=/pub/git/cgit repo.desc=My public cgit repo repo.owner=Lars Hjemli repo.url=cgit-priv repo.name=cgit/private repo.path=/home/larsh/src/cgit/.git repo.desc=My private cgit repo repo.owner=Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Do not die if tag has no messageLars Hjemli1-2/+2 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-03Fix search for non-virtual urlsLars Hjemli1-0/+6 When cgit don't use virtual urls, the current repo and page url parameters must be included in the search form as hidden input fields. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-01-28Update README with install/config informationLars Hjemli1-24/+28 Signed-off-by: Lars Hjemli <hjemli@gmail.com>