summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Korean support, thanks Youn! Also filter by tracker. Adding/removing ↵Gravatar Alan Fitton2011-03-10
| | | | trackers from the state selector every update seems like a waste of cycles, so only refresh when a torrent is added.
* some missing files needed for i18nGravatar Alan Fitton2011-03-08
|
* increase general panel spacings a little, fix backwards comparasin on ↵Gravatar Alan Fitton2011-03-08
| | | | filter, give error/location value labels full length
* use a gtktable for general panel, fixed layout is no good for a localised ↵Gravatar Alan Fitton2011-03-08
| | | | app. add JDM's freebsd port.
* issue 19: case insensitive filteringGravatar Alan Fitton2011-03-08
|
* our first localisation, German, kindly contributed by Julian. some autotools ↵Gravatar Alan Fitton2011-03-08
| | | | and main() changes to get this working.
* support proxy configuration using libproxy (optional). might add a getenv() ↵Gravatar Alan Fitton2011-03-07
| | | | fallback sometime.
* Make the presence of the graph configurable, and prevent ":" showing ↵Gravatar Alan Fitton2011-03-07
| | | | (introduced by gettext changes) for empty labels like errors (usually).
* some backwards plural/singular arguments to ngettextGravatar Alan Fitton2011-03-06
|
* set a gettext domain in main()Gravatar Alan Fitton2011-03-06
|
* all (I hope) strings in _(string) macro for localisationGravatar Alan Fitton2011-03-06
|
* s/outgoing/uploading/ s/incoming/downloading/ in graph, remove glinegraph ↵Gravatar Alan Fitton2011-03-06
| | | | based attempt
* TRG_NOUNIQUE environment env for starting more than one instance. fix start ↵Gravatar Alan Fitton2011-03-06
| | | | url paused. stop timers being activated by interactive actions. and... experimental speed graph!
* minor correction to last commitGravatar Alan Fitton2011-02-27
|
* a much better system for suspending tracker/file updates until a change has ↵Gravatar Alan Fitton2011-02-27
| | | | been acknowledged. fix for issue 17 (bandwidth priorities). use transmission-remote-gtk icon in .desktop instead of transmission.
* no idea why I put a 5 pixel border on the main window, looks wrong on a ↵Gravatar Alan Fitton2011-02-25
| | | | darker theme like ubuntu has. (issue 16).
* missing free for selection list elementsGravatar Alan Fitton2011-02-22
|
* fix hardcoded icon path in about dialog. in Makefile, fix sed hang waiting ↵Gravatar Alan Fitton2011-02-22
| | | | for input on FreeBSD (thanks to JDM).
* set minimum dependency versions in RPM spec and configure.ac. gtk 2.16, glib ↵Gravatar Alan Fitton2011-02-22
| | | | 2.22 (for GResolver), json-glib 0.8.
* menubar mnemonics patch from charlesGravatar Alan Fitton2011-02-21
|
* ugh, forgot to lock the GDK thread in the new update-blocklist/port-test ↵Gravatar Alan Fitton2011-02-20
| | | | callbacks.
* fix compiler warning for missing #include <string.h>Gravatar Alan Fitton2011-02-19
|
* forgot to attach a JSON key to the blocklist enable widgetGravatar Alan Fitton2011-02-19
|
* reannounce, blocklist enable/url/updateGravatar Alan Fitton2011-02-19
|
* port testing testing 1-2-3Gravatar Alan Fitton2011-02-18
|
* torrent errors are no longer a mystery, also show location in general panelGravatar Alan Fitton2011-02-18
|
* remove trackers instantly (before an update)Gravatar Alan Fitton2011-02-18
|
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|
* tracker manipulation almost complete, addition needs some work. configurable ↵Gravatar Alan Fitton2011-02-17
| | | | update interval.
* a bunch of changes needed to facilitate changing trackers (unfinished). also ↵Gravatar Alan Fitton2011-02-17
| | | | tidy up general details panel a bit, fix a crash if a stats update is received after stats dialog is closed.
* cache-size-mb was implemented 2.10, so check if it's present (will support ↵Gravatar Alan Fitton2011-02-14
| | | | >= 2.0)
* commit the actual dialog this time, the move dialog too.Gravatar Alan Fitton2011-02-14
|
* statistics!Gravatar Alan Fitton2011-02-14
|
* move functionality, refresh static function prototypes in main-window, ↵Gravatar Alan Fitton2011-02-13
| | | | add/remove status icon without restart
* enter in torrent click is now handled by activate signal so remove keybindingGravatar Alan Fitton2011-02-12
|
* torrent added notifications, make notifications configurable. unref id ↵Gravatar Alan Fitton2011-02-12
| | | | arrays if the user cancels an action.
* ssl supportGravatar Alan Fitton2011-02-11
|
* speed limit menu for torrent items tooGravatar Alan Fitton2011-02-11
|
* speed limits from a status icon menuGravatar Alan Fitton2011-02-10
|
* fix for low priority file selection. -1 happens to be the terminator to ↵Gravatar Alan Fitton2011-02-10
| | | | list_store_set so use set_value instead.
* another gint64/gint mismatchGravatar Alan Fitton2011-02-09
|
* torrent props on double clickGravatar Alan Fitton2011-02-09
|
* fix format not a string literal warningGravatar Alan Fitton2011-02-09
|
* indent -kr *.c *.hGravatar Alan Fitton2011-02-09
|
* detect gconf error using GError instead of NULL strings... (these will ↵Gravatar Alan Fitton2011-02-09
| | | | always be NULL for new users?)
* make trg_client property for trg-torrents-props so it's available in constructorGravatar Alan Fitton2011-02-09
|
* no need to adjust the updateSerial depending on the updateMutex... just ↵Gravatar Alan Fitton2011-02-08
| | | | increment before the update :o)
* if the torrent selection changes as a result of an update, was possible that ↵Gravatar Alan Fitton2011-02-08
| | | | it would select another item which has no JSON but isn't removed from the model yet. use updateSerial and updateMutex to ignore these.
* presence of status icon configurable, and minimise to tray. update tooltip ↵Gravatar Alan Fitton2011-02-07
| | | | using a text-pushed event instead of inside statusbar. put geoip in trg-peers-model priv.
* more icon fixesGravatar Alan Fitton2011-02-07
|