summaryrefslogtreecommitdiff
path: root/src/trg-file-parser.h
Commit message (Collapse)AuthorAge
* sync hig.c from transmission-gtk to use GtkGrid instead of deprecated ↵Gravatar Alan F2014-03-12
| | | | GtkTable, and remove most other usage of GtkTable.
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* 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 ↵Gravatar Alan Fitton2012-01-08
| | | | many files/dirs. the parent size updates just walks up parents rather than a full foreach, and the inserts try to use the previous update to speed up finding/creating the directories. I'll probably do something similar to the main files treeview.
* hopefully a fix for tree on windowsGravatar Alan Fitton2011-12-21
|
* run GNU indent everything. not done this for a while because it was ↵Gravatar Alan Fitton2011-12-11
| | | | producing weird results. seems ok now.
* 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}[, ]).
* use GMappedFile instead of mmap. simpler and more portable.. I think an easy ↵Gravatar Alan Fitton2011-09-13
| | | | windows build should be possible using mingw now.
* a torrent add dialog based off Transmission GTK (different bencode+action ↵Gravatar Alan Fitton2011-04-08
implementation) which allows you to set file priorities, torrent priority, directory in advance. probably needs a little more work.