summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* use GTK_STOCK_CLEAR instead of GTK_STOCK_DELETE for delete buttonGravatar Alan Fitton2011-09-12
|
* issue 94 - option to do full update after every n recently only updatesGravatar Alan Fitton2011-09-12
|
* issue 91 - seems to work for me, but looks like changing state in ↵Gravatar Alan Fitton2011-09-12
| | | | GtkCheckMenuItem inside expose-event causes it to be blank for some. add a pref-changed signal and use this to trigger an update.
* use the same function used for torrent/recheck progress in peer progress.Gravatar Alan Fitton2011-09-12
|
* show progress in percent done columnGravatar Alan Fitton2011-09-11
|
* hide queueing state selectors if not supportedGravatar Alan Fitton2011-09-11
|
* more queues supportGravatar Alan Fitton2011-09-11
|
* fix for multiple graphs being createdGravatar Alan Fitton2011-09-11
|
* for view menu check items, set their active in an expose event so they're ↵Gravatar Alan Fitton2011-09-11
| | | | synced with preferences. add move up/down queue buttons (only in torrent menu for now).
* queue position settingGravatar Alan Fitton2011-09-11
|
* use thread local storage to keep one curl client per thread (by default 3) ↵Gravatar Alan Fitton2011-09-11
| | | | in the thread pool
* issue 89Gravatar Alan Fitton2011-09-09
|
* another buttonGravatar Alan Fitton2011-09-08
|
* sync up the view menu and the desktop preferences page a bitGravatar Alan Fitton2011-09-08
|
* issue 71Gravatar Alan Fitton2011-09-08
|
* issue 71 - remove trailing slashes from directory names in combo box and ↵Gravatar Alan Fitton2011-09-08
| | | | state selector to avoid duplicates.
* issue 86 - accidentally removed the signal handler for remote prefs button ↵Gravatar Alan Fitton2011-09-08
| | | | earlier.
* s/minimise/minimized/ (I'll use the American spelling. minimised is more ↵Gravatar Alan Fitton2011-09-08
| | | | common here in Britain I think.)
* issue 42 - start in tray argument. fix state selector persisting of ↵Gravatar Alan Fitton2011-09-08
| | | | selection (was out by 1).
* issue 59 - add first tracker column.Gravatar Alan Fitton2011-09-08
|
* and saveGravatar Alan Fitton2011-09-08
|
* restoring state selector index, still need to save.Gravatar Alan Fitton2011-09-08
|
* use glib message functions instead of g_printf(). make view state ↵Gravatar Alan Fitton2011-09-08
| | | | selector/notebook a persistent setting. add toggling of tracker/dir filters to view menu. I might add more from preferences another time.
* issue 75 - show total number of seeders/leechers across trackers instead of ↵Gravatar Alan Fitton2011-09-07
| | | | sending/receiving peers. add new non-default columns for sending to us, receiving from us, and connected.
* use #ifdef HAVE_LIBUNIQUE in main.c to make libunique more optional, will be ↵Gravatar Alan Fitton2011-09-07
| | | | useful for windows support.
* issue 47 - add non-default column to display number of PEX and DHT peers to ↵Gravatar Alan Fitton2011-09-07
| | | | torrent treeview
* update the free space indicator using a signal from TrgClientGravatar Alan Fitton2011-09-06
|
* big refactoring of the trg-remote-preferences and trg-torrent-props to ↵Gravatar Alan Fitton2011-09-06
| | | | reduce duplicated code. looks much nicer now.
* for new free space indicator, update session every 10th update. change min ↵Gravatar Alan Fitton2011-09-06
| | | | value in numgtzero cell renderer from 0 to INT64_MIN to avoid warnings, as the renderer tests for this itself. hopefully fix issue issue 79.
* issue 40 - a free space indicator. also split stuff out on the statusbar to ↵Gravatar Alan Fitton2011-09-05
| | | | the right side. I never liked that statusbar :o now use GtkLabels inside a HBox instead of 1 GtkStatusBar.
* issue 70 - new statuses in RPC version >= 14. still need to add ↵Gravatar Alan Fitton2011-09-04
| | | | stateselector entries for queued items.
* issue 76 - as stated in the documentation gtk_window_get_size() isn't always ↵Gravatar Alan Fitton2011-09-03
| | | | up to date. I'm sure it worked when I implemented this on GNOME, so as the docs suggest I think behavior could vary on other window managers. I'm on XFCE now and it doesn't work. use the configure-event to save the size instead.
* issue 69 - use rpc-version instead of version to show/hide tracker changing ↵Gravatar Alan Fitton2011-09-01
| | | | features
* switch from using the trackers struct to trackerstats - and add some of the ↵Gravatar Alan Fitton2011-08-31
| | | | new columns into the trackers model and treeview
* implement seed/download queues in Transmission >= 2.40Gravatar Alan Fitton2011-08-30
|
* issue 60 - a seperate update interval setting for if the application is ↵Gravatar Alan Fitton2011-08-30
| | | | minimised
* fix small memory leak in preferences dialogGravatar Alan Fitton2011-08-28
|
* fix for last fixGravatar Alan Fitton2011-08-28
|
* fix small memory leak when switching/deleting profilesGravatar Alan Fitton2011-08-28
|
* remember to save the new profile pointer on first loadGravatar Alan Fitton2011-08-28
|
* use strftime instead of the nicer threadsafe GDateTime on systems without ↵Gravatar Alan Fitton2011-08-28
| | | | glib 2.26, like debian squeeze
* issue 58Gravatar Alan Fitton2011-08-27
|
* fix for makefile not installing icons, update spec file for next releaseGravatar Alan Fitton2011-08-27
|
* fix some memory leaks during disposal in TrgTreeView (so when the app is ↵Gravatar Alan Fitton2011-08-27
| | | | being closed, not too important)
* use a saved pointer to the profile object instead of getting the index and ↵Gravatar Alan Fitton2011-08-27
| | | | retrieving each time
* Profile support! Please test and report bugs, as the config system is ↵Gravatar Alan Fitton2011-08-27
| | | | totally rewritten and may not be perfect. No more GConf (trying to implement profiles with this was UGLY), settings now (for most) live in JSON at $HOME/.config/transmission-remote-gtk/config.json. Hopefully windows support will be easier without GConf.
* issue 54 - sorted destination combo and trackers/dirs in filterGravatar Alan Fitton2011-07-16
|
* issue 53 - no need to #include curl/types.h, plus it's been removed in the ↵Gravatar Alan Fitton2011-07-13
| | | | latest curl.
* issue 51 - add a category for active torrentsGravatar Alan Fitton2011-07-10
|
* updated german translation. don't restore sort column/direction for ↵Gravatar Alan Fitton2011-06-04
| | | | trackers/files treeviews on load (the natural order seems like a better default).