summaryrefslogtreecommitdiff
path: root/src/trg-torrent-add-dialog.c
Commit message (Expand)AuthorAge
* Consistently include config.hGravatar Patrick Griffis2016-01-19
* Fix numerous warnings/errorsGravatar Patrick Griffis2016-01-19
* issue 260 - present (bring to front) the torrent add options dialog to the us...Gravatar Alan F2014-04-25
* don't include directory nodes in the n_files count when populating the upload...Gravatar Alan F2014-04-08
* sync hig.c from transmission-gtk to use GtkGrid instead of deprecated GtkTabl...Gravatar Alan F2014-03-12
* hacking to support the options dialog from rss feedsGravatar Alan F2014-03-09
* refactor the torrent upload code (it's called from a few places so is probabl...Gravatar Alan F2014-02-19
* remove all support for gtk2Gravatar Alan F2014-01-07
* add the peers/files/trackers tree view to torrent dialog in transmission styleGravatar Alan Fitton2012-08-26
* reindent all the things! with indent -nut -kr.Gravatar Alan Fitton2012-08-26
* use literal row/column numbers in trg-torrent-add-dialog.c, because clang-ana...Gravatar Alan Fitton2012-08-19
* truncate magnet links to 75 chars in add dialog, these can easily make the di...Gravatar Alan Fitton2012-06-20
* issue 186 - apply to all combo box in torrent add dialogGravatar Alan Fitton2012-06-10
* issue 175. make some (incomplete) changes as per the GTK+ best practices docu...Gravatar Alan Fitton2012-01-25
* issue 158Gravatar Alan Fitton2012-01-23
* fix memory leaks and parse a files tree in a thread if there's over 600 files...Gravatar Alan Fitton2012-01-11
* fix for click on priority in main tree view toggling enabled/disabled. increm...Gravatar Alan Fitton2012-01-10
* issue 174 - exec crash, issue 173 - files first update performance fixed.Gravatar Alan Fitton2012-01-09
* fix the performance problems with the torrent add dialog on torrents with man...Gravatar Alan Fitton2012-01-08
* reindent with gnu indent. add keyboard accelerators for view menu, fix toggle...Gravatar Alan Fitton2012-01-04
* make the torrent add tree view and the files tree view fairly consistent, sha...Gravatar Alan Fitton2012-01-04
* 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 producing...Gravatar Alan Fitton2011-12-11
* remember the last selected destination on moving torrentsGravatar Alan Fitton2011-11-23
* closer to gtk3 support, I think just the graph needs doing now.Gravatar Alan Fitton2011-10-26
* make the execute command tree view in preferences a generic widget, the "pers...Gravatar Alan Fitton2011-10-21
* issue 84Gravatar Alan Fitton2011-10-04
* (no commit message)Gravatar 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
* issue 84Gravatar Alan Fitton2011-09-19
* fix addfiles threadfunc to use g_idle_add(), missed during earlier win32 chan...Gravatar Alan Fitton2011-09-18
* fix for non-existant torrent filesGravatar Alan Fitton2011-09-18
* Big changeset, may break stuff. Unfortunately you can't magically jump into t...Gravatar Alan Fitton2011-09-18
* use glib message functions instead of g_printf(). make view state selector/no...Gravatar Alan Fitton2011-09-08
* issue 58Gravatar Alan Fitton2011-08-27
* Profile support! Please test and report bugs, as the config system is totally...Gravatar Alan Fitton2011-08-27
* issue 41 - remember sort column and type. also move all these stores from del...Gravatar Alan Fitton2011-05-13
* put the destination combo into its own class, changing from the deprecated co...Gravatar Alan Fitton2011-05-11
* bind ip column in peers treeview to correct column, fix for panel updatesGravatar Alan Fitton2011-04-30
* reindent. remote prefs was sending the active encryption preference, lower ca...Gravatar Alan Fitton2011-04-23
* support for remembering column positions and widths.. seems to work, may need...Gravatar Alan Fitton2011-04-22
* handle multiple files via libunique, also use the more reliable get_uris() in...Gravatar Alan Fitton2011-04-22
* fix crash on stats dialogGravatar Alan Fitton2011-04-20
* updating a torrents file or trackers doesn't make it recently active, so thes...Gravatar Alan Fitton2011-04-16
* fix two fairly minor memory leaksGravatar Alan Fitton2011-04-16
* show speed limits in status bar, thanks to jdhore for the patch.Gravatar Alan Fitton2011-04-14
* handle broken torrent files properlyGravatar Alan Fitton2011-04-13
* fix for total number of torrents countGravatar Alan Fitton2011-04-12