summaryrefslogtreecommitdiff
path: root/src/trg-torrent-add-url-dialog.c
Commit message (Collapse)AuthorAge
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* refactor the torrent upload code (it's called from a few places so is ↵Gravatar Alan F2014-02-19
| | | | probably worth it), and make it easier to use a HTTP response as the input.
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* a details tab similar to transmissionGravatar Alan Fitton2012-08-27
|
* hopefully a fix for tree on windowsGravatar Alan Fitton2011-12-21
|
* oops, no tabs. (indent -kr -nut)Gravatar Alan Fitton2011-12-11
|
* run GNU indent everything. not done this for a while because it was ↵Gravatar Alan Fitton2011-12-11
| | | | producing weird results. seems ok now.
* 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).
* 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.
* 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/
* 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.
* minor stuffGravatar Alan Fitton2011-04-12
|
* support proxy configuration using libproxy (optional). might add a getenv() ↵Gravatar Alan Fitton2011-03-07
| | | | fallback sometime.
* all (I hope) strings in _(string) macro for localisationGravatar Alan Fitton2011-03-06
|
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30