summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* a few minor spec file and win32 installer tweaks. install new ↵Gravatar Alan Fitton2011-12-09
| | | | changelog+authors in spec, change newlines. on windows, install changelog and authors.
* some improvements and fixes to the destination combo. don't add existing ↵Gravatar Alan Fitton2011-12-09
| | | | directories if they are already labels.
* 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.
* some fixes to the debian packaging contributed by Alex MGravatar Alan Fitton2011-12-09
|
* add some comments at the top of some files, also add a timeout of 20 seconds ↵Gravatar Alan Fitton2011-11-30
| | | | for curl requests
* extra fix on issue 167 - proxy the sort-column-changed event from the real ↵Gravatar Alan Fitton2011-11-29
| | | | sortable through the TrgSortableFilteredModel. GtkTreeViewColumn needs this event to display sort indicators.
* issue 167Gravatar Alan Fitton2011-11-29
|
* always use -O2 for the windows build, exclude desktop icons and man pages, ↵Gravatar Alan Fitton2011-11-27
| | | | request admin rights when the installer is started (to prevent access denied to program files on vista/win7)
* if we're restoring the last selection in the move-dialog, set the move ↵Gravatar Alan Fitton2011-11-25
| | | | button sensitivity according to if there's a selection rather than always false on load.
* give labels precedence over "Default" when shortening directory namesGravatar Alan Fitton2011-11-24
|
* 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
|
* shouldn't be adding one to the offset to detect subdirsGravatar Alan Fitton2011-11-22
|
* 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".
* backport the entry built into GtkComboBox into trg-destination-combo, to ↵Gravatar Alan Fitton2011-11-04
| | | | support GTK 2.20 (debian squeeze).
* issue 161Gravatar Alan Fitton2011-10-31
|
* add missing terminators to gtr_combo_box_new_enumGravatar Alan Fitton2011-10-26
|
* 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
|
* When implementing labels in TrgDestinationCombo, I somehow overlooked the ↵Gravatar Alan Fitton2011-10-25
| | | | fact that I made it no longer editable and some work would be needed to make it actually send the directory and not the label. Fixed, I have some more ideas for this widget though.
* add a manpage, fix a potential crash, icon cache fix in spec fileGravatar Alan Fitton2011-10-24
|
* make sure the session download directory is still the first item and default ↵Gravatar Alan Fitton2011-10-22
| | | | selection
* make persistent tree view columns resizableGravatar Alan Fitton2011-10-21
|
* forgot to uncomment the adding off the preferences tabGravatar Alan Fitton2011-10-21
|
* issue 153Gravatar Alan Fitton2011-10-21
|
* make the execute command tree view in preferences a generic widget, the ↵Gravatar Alan Fitton2011-10-21
| | | | "persistent tree view"
* 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
|
* issue 154Gravatar Alan Fitton2011-10-18
|
* issue 147Gravatar Alan Fitton2011-10-17
|
* remove a randomly placed 'b' character breaking main.cGravatar Alan Fitton2011-10-17
|
* prevent -m /m --minimized being picked up as torrent file argumentsGravatar Alan Fitton2011-10-17
|
* issue 151, issue 100Gravatar Alan Fitton2011-10-17
|
* win32 Gravatar Alan Fitton2011-10-17
|
* 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).
* fix license display on win32 in about dialogGravatar Alan Fitton2011-10-16
|
* fix indenting style on main.c (no tabs), present window when second instance ↵Gravatar Alan Fitton2011-10-15
| | | | is started.
* use mailslots from the win32 api to implement file handler on windowsGravatar Alan Fitton2011-10-15
|
* 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
|
* add libproxy/libmodman to win32 installerGravatar Alan Fitton2011-10-11
|
* version bump to 0.7, as there's new featuresGravatar Alan Fitton2011-10-11
|
* some improvements to the win32 installerGravatar Alan Fitton2011-10-10
|
* fix const discard warningGravatar Alan Fitton2011-10-09
|
* restore status icon tooltipsGravatar Alan Fitton2011-10-09
|