summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* update POTFILES.in to allow debuild to workGravatar Alan Fitton2011-10-11
|
* make this build on debian squeezeGravatar Alan Fitton2011-10-11
|
* spec file fixesGravatar 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
|
* fix locales and system tray in win32Gravatar Alan Fitton2011-10-09
|
* use new profiles menu in status iconGravatar Alan Fitton2011-10-08
|
* move {tpeer,tfile},{c,h} into torrent.{c,h}Gravatar Alan Fitton2011-10-08
|
* apply patch for ipv6 geoip supportGravatar 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.
* remove aclocal.m4, should be generated using autogen.sh and doesn't work on ↵Gravatar Alan Fitton2011-10-07
| | | | linux if my win32 update is committed
* makes more sense to increment the connection id just before a connection ↵Gravatar Alan Fitton2011-10-07
| | | | attempt, not after.
* fix small memory leak and make connection id atomicGravatar Alan Fitton2011-10-07
|
* 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
|
* (no commit message)Gravatar Alan Fitton2011-10-03
|
* issue 137Gravatar Alan Fitton2011-10-03
|
* hopefully fix issue 132Gravatar Alan Fitton2011-10-03
|
* use an icon for file wanted/unwantedGravatar Alan Fitton2011-10-03
|
* issue 145 - fix my broken regex which was causing filenames to be treated as ↵Gravatar Alan Fitton2011-10-03
| | | | URLs. issue 141 - patch for showing mime type icons in file list.
* issue 134Gravatar Alan Fitton2011-10-01
|
* accept URLs and magnet links as application arguments, DHT on magnet ↵Gravatar Alan Fitton2011-10-01
| | | | warning, fix files model to accept new files after first update (required for magnet).
* escape \d+ in host regexGravatar Alan Fitton2011-10-01
|
* for issue 141Gravatar Alan Fitton2011-10-01
|
* issue 65Gravatar Alan Fitton2011-10-01
|
* issue 135Gravatar Alan Fitton2011-10-01
|
* fix a warning caused by divide by zero on empty filesGravatar Alan Fitton2011-10-01
|
* issue 142Gravatar Alan Fitton2011-09-30
|
* issue 133Gravatar Alan Fitton2011-09-30
|
* 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
* setting a file unwanted would set the icon to GTK_STOCK_CANCEL, then when it ↵Gravatar Alan Fitton2011-09-30
| | | | was acknowledged the model would set it to STOCK_CLOSE. change the model to STOCK_CANCEL also so this can't be seen.
* some improvements to remote exec. can now use profile options like %{hostname}Gravatar Alan Fitton2011-09-30
|
* oops, forgot to add two new filesGravatar Alan Fitton2011-09-29
|
* 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.