summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* --without-libgeoip in spec fileGravatar 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.
* spec file updateGravatar Alan Fitton2011-02-07
|
* 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
|
* update namespace for gconf settingsGravatar Alan Fitton2011-02-07
|
* use window_set_icon_name() instead of hardcoding pathGravatar Alan Fitton2011-02-07
|
* similar change needed in files modelGravatar Alan Fitton2011-02-06
|
* typoGravatar Alan Fitton2011-02-06
|
* use G_TYPE_INT64 instead of G_TYPE_INT when assigning from JSON integers ↵Gravatar Alan Fitton2011-02-06
| | | | (which are always gint64)
* rename gconf namespace s/trg/transmission-remote-gtk/, do individual ↵Gravatar Alan Fitton2011-02-06
| | | | list_store_set's #ifdef DEBUG on torrents/trackers to ease debugging
* --enable-debug in configure script and fix possible divide by zero in ↵Gravatar Alan Fitton2011-02-06
| | | | torrent updates
* fix a deadlock if torrent selection changes as a result of an updateGravatar Alan Fitton2011-02-05
|
* check for null announce url and scape url before insert into modelGravatar Alan Fitton2011-02-05
|
* better locking (I think)Gravatar Alan Fitton2011-02-05
|
* right justified cells don't look great in the last column, too far from the ↵Gravatar Alan Fitton2011-02-05
| | | | header. reordered peers columns.
* right align numeric cellsGravatar Alan Fitton2011-02-05
|
* compiler warnings in trg-trackers-model.cGravatar Alan Fitton2011-02-04
|
* debugging aid in trackers modelGravatar Alan Fitton2011-02-04
|
* debugging aid in trackers modelGravatar Alan Fitton2011-02-04
|
* fix compiler warning "format not a string literal and no format arguments" ↵Gravatar Alan Fitton2011-02-04
| | | | on ubuntu, not fedora
* rename icon for updated makefileGravatar Alan Fitton2011-02-04
|
* dont hardcore svgiconsdir in makefile, add missing gconf configure.ac macroGravatar Alan Fitton2011-02-04
|
* looks like GValue does initialising with = { 0 }Gravatar Alan Fitton2011-02-04
|
* big thanks to charles for the feedback and patches! fixes for building ↵Gravatar Alan Fitton2011-02-04
| | | | against older libnotify (issue 1+4), use AM_SILENT_RULES (6), compiler warning fixes (5), use GDK_Delete instead of GDK_KEY_Delete (3)
* make use of libcurl.m4 in configure script, remove some things which ubuntu ↵Gravatar Alan Fitton2011-02-03
| | | | doesn't like.
* credits to Transmission project in util.hGravatar Alan Fitton2011-02-03
|
* missing return at end of status icon functionGravatar Alan Fitton2011-01-31
|
* add own svg icon to spec fileGravatar Alan Fitton2011-01-31
|
* remove geoip from spec file.. makes the ui a little slow when changing ↵Gravatar Alan Fitton2011-01-31
| | | | torrent selection for now, but isn't particularly useful. ;o)
* copy of transmission svg icon, in/out logging with -DDEBUG onlyGravatar Alan Fitton2011-01-30
|