summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
Commit message (Collapse)AuthorAge
* fix for total number of torrents countGravatar Alan Fitton2011-04-12
|
* fix the recently-active updates, add search columns for peers/file treeviewGravatar Alan Fitton2011-04-12
|
* tidy sources with GNU indent after recent changes. on seconds thoughts, ↵Gravatar Alan Fitton2011-04-12
| | | | don't install docs with autotools, leave it to the package manager.
* minor stuffGravatar Alan Fitton2011-04-12
|
* introduce a 0.35 second sleep between acknowledgement of an interactive ↵Gravatar Alan Fitton2011-04-12
| | | | action and requesting a full update. Transmission seems to have a small lag before a pause takes effect.
* some quite significant changes to only receive/update recently-active ↵Gravatar Alan Fitton2011-04-12
| | | | torrents, if enabled. also use a hash table and tree row references for lookup. hopefully performance will be much better for people with large number of torrents.
* for gconf integers, fallback to our own defaultsGravatar Alan Fitton2011-04-11
|
* plug the new dialog into filenames received from libunique, fix minor memory ↵Gravatar Alan Fitton2011-04-08
| | | | leak on the filenames passed.
* a torrent add dialog based off Transmission GTK (different bencode+action ↵Gravatar Alan Fitton2011-04-08
| | | | implementation) which allows you to set file priorities, torrent priority, directory in advance. probably needs a little more work.
* #define our own log2() function for FreeBSD (issue 22), hopefully fix a ↵Gravatar Alan Fitton2011-03-20
| | | | reported libnotify crash due to no notify_init (issue 21)
* fix a crash if disconnecting with the graph disabled, disabling tracker/dir ↵Gravatar Alan Fitton2011-03-16
| | | | filters while disconnected. change possible -NaN for ratio to N/A in general panel.
* show/hide the state selectors scrolled window not the child widgetGravatar Alan Fitton2011-03-12
|
* filter by directory and some filter fixesGravatar Alan Fitton2011-03-11
|
* 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.
* 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
|
* 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).
* all (I hope) strings in _(string) macro for localisationGravatar Alan Fitton2011-03-06
|
* 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!
* 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
|
* 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.
* reannounce, blocklist enable/url/updateGravatar Alan Fitton2011-02-19
|
* torrent errors are no longer a mystery, also show location in general panelGravatar 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)
* 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.
* speed limit menu for torrent items tooGravatar Alan Fitton2011-02-11
|
* speed limits from a status icon menuGravatar Alan Fitton2011-02-10
|
* 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
|
* 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
|
* use PACKAGE_NAME for icon nameGravatar Alan Fitton2011-02-07
|
* use window_set_icon_name() instead of hardcoding pathGravatar Alan Fitton2011-02-07
|
* fix a deadlock if torrent selection changes as a result of an updateGravatar Alan Fitton2011-02-05
|
* better locking (I think)Gravatar Alan Fitton2011-02-05
|
* fix compiler warning "format not a string literal and no format arguments" ↵Gravatar Alan Fitton2011-02-04
| | | | on ubuntu, not fedora
* looks like GValue does initialising with = { 0 }Gravatar Alan Fitton2011-02-04
|