summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
Commit message (Collapse)AuthorAge
* rename the addremove signal in the torrent model to update-filters. this is ↵Gravatar Alan Fitton2011-12-09
| | | | the only thing it's used for, and I've just made another use of it - since we now check if a download directory has changed to update the short one, emit the signal. now moving torrent(s) to a new directory is instantly shown.
* add some comments at the top of some files, also add a timeout of 20 seconds ↵Gravatar Alan Fitton2011-11-30
| | | | for curl requests
* issue 167Gravatar Alan Fitton2011-11-29
|
* hopefully fix the infrequent crash when changing filter if first+other items ↵Gravatar Alan Fitton2011-11-24
| | | | selected, by swapping the sorted model and filtered model in their chaining order. I think the events on the filtered model weren't being propogated to the sorted model when the selection changes.
* remember the last selected destination on moving torrentsGravatar Alan Fitton2011-11-23
|
* use "Default" as the alias for the state selector name for the default ↵Gravatar Alan Fitton2011-11-22
| | | | directory. refresh when labels are set.
* issue 66 - make paths under the default download dir appear as relative. add ↵Gravatar Alan Fitton2011-11-22
| | | | a example action script for downloading to local.
* allow remote session variables to be used in actionsGravatar Alan Fitton2011-11-17
|
* part of issue 162 - remote exec/commands is the wrong name for the feature, ↵Gravatar Alan Fitton2011-11-08
| | | | as they are in fact local commands (I use them to call remote ones). Lets call them "actions".
* issue 161Gravatar Alan Fitton2011-10-31
|
* closer to gtk3 support, I think just the graph needs doing now.Gravatar Alan Fitton2011-10-26
|
* add a clear button to the destination combo widgetGravatar Alan Fitton2011-10-26
|
* use previous change to remove some unnecessary code and so intervals are ↵Gravatar Alan Fitton2011-10-19
| | | | taken from the current connection, not selected profile
* implement a TRG_PREFS_CONNECTION flag which gets prefs for the connected profileGravatar Alan Fitton2011-10-19
|
* issue 155Gravatar Alan Fitton2011-10-19
|
* win32 second instance crashes seem to be in json parser with empty lists, ↵Gravatar Alan Fitton2011-10-17
| | | | not sure why though. changed what's passed to an object and it now works. change window title to "Transmission Remote" (nicer, especially on Windows).
* emit a profile changed signal even if reconnecting to the same profile. ↵Gravatar Alan Fitton2011-10-13
| | | | otherwise, the menu item in the toolbar gets unchecked after being activated.
* if the app is started with a torrent and autoconnect, upload it after the ↵Gravatar Alan Fitton2011-10-13
| | | | first update, not session_get. noticed a bunch of added notifications when connecting, think this is because the first update isn't through the first update callback.
* make this build on debian squeezeGravatar Alan Fitton2011-10-11
|
* restore status icon tooltipsGravatar Alan Fitton2011-10-09
|
* fix locales and system tray in win32Gravatar Alan Fitton2011-10-09
|
* use new profiles menu in status iconGravatar Alan Fitton2011-10-08
|
* add profiles to menu. disable downloading metadata stuff until I find a ↵Gravatar Alan Fitton2011-10-08
| | | | better way to detect/handle magnet torrents.
* makes more sense to increment the connection id just before a connection ↵Gravatar Alan Fitton2011-10-07
| | | | attempt, not after.
* make connect button a menu button with other profiles, also add a connection ↵Gravatar Alan Fitton2011-10-07
| | | | serial used to discard requests issued before a disconnect which get their callback invoked after a new one is established. add an experimental "repeater" flag on exec commands (eg. %{name}[, ]).
* issue 84Gravatar Alan Fitton2011-10-04
|
* issue 134Gravatar Alan Fitton2011-10-01
|
* issue 135Gravatar Alan Fitton2011-10-01
|
* on first use the notebook position was taking the pref get_int default of 0, ↵Gravatar Alan Fitton2011-09-30
| | | | taking up the whole window. fix.
* the glib process spawning stuff requires some helper utilities so add them ↵Gravatar Alan Fitton2011-09-30
| | | | to the installer
* some improvements to remote exec. can now use profile options like %{hostname}Gravatar Alan Fitton2011-09-30
|
* the foundation of remote command execution. still lots of work to do here, ↵Gravatar Alan Fitton2011-09-29
| | | | but it works for me and seems like a good start.
* issue 124 - also fix another crash in trg-remote-prefsGravatar Alan Fitton2011-09-21
|
* issue 120Gravatar Alan Fitton2011-09-20
|
* some stuff to build against gtk3, mostly some changes from accessing an ↵Gravatar Alan Fitton2011-09-20
| | | | objects struct for members to using functions, due to these structs now being gsealed.
* issue 119Gravatar Alan Fitton2011-09-20
|
* issue 78 - contributed patch for drag'n'drop supportGravatar Alan Fitton2011-09-20
|
* some stuff to dispatch strings instead of JsonNode, but nothing uses it yet.Gravatar Alan Fitton2011-09-19
|
* some win32 build stuffGravatar Alan Fitton2011-09-18
|
* Big changeset, may break stuff. Unfortunately you can't magically jump into ↵Gravatar Alan Fitton2011-09-18
| | | | the UI thread using gdk_threads_enter/leave() on Windows, the only way is to schedule a callback using g_idle_add. This required a lot of reworking. Good news, Windows support actually works now \o/
* issue 106Gravatar Alan Fitton2011-09-16
|
* issue 104Gravatar Alan Fitton2011-09-16
|
* need to clear the free space and speed indicators if there's a disconnect ↵Gravatar Alan Fitton2011-09-14
| | | | due to error.
* more windows portabilityGravatar Alan Fitton2011-09-13
|
* up/down queue keys with alt + up/downGravatar Alan Fitton2011-09-12
|
* 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
|
* 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
|