summaryrefslogtreecommitdiff
path: root/src/trg-files-model.c
Commit message (Expand)AuthorAge
* Consistently include config.hGravatar Patrick Griffis2016-01-19
* Fix numerous warnings/errorsGravatar Patrick Griffis2016-01-19
* fix for file parsed when unorderedGravatar Alan Fitton2013-02-20
* mini-optimization: don't check children hash for filesGravatar Alan Fitton2013-02-20
* update year in copyright headers, fix the jumbled file lists (caused by unsor...Gravatar Alan Fitton2013-02-20
* reindent all the things! with indent -nut -kr.Gravatar Alan Fitton2012-08-26
* issue 204 - fix a fairly harmless concurrency problem which results in warnin...Gravatar Alan Fitton2012-07-17
* 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
* a torrent priority right click menu. change the refresh on interactive action...Gravatar Alan Fitton2012-01-13
* the handler for adding many files (threaded) expands after adding, consistent...Gravatar Alan Fitton2012-01-12
* fix memory leak on response from first response from server (HTTP conflict wi...Gravatar Alan Fitton2012-01-12
* fix memory leaks and parse a files tree in a thread if there's over 600 files...Gravatar Alan Fitton2012-01-11
* invalidate previous files path iterator if something doesn't match, to avoid ...Gravatar Alan Fitton2012-01-10
* fix toggle button in files tree viewGravatar Alan Fitton2012-01-09
* free the files intermediate tree after it's added to the modelGravatar Alan Fitton2012-01-09
* forgot a file, reindentGravatar Alan Fitton2012-01-09
* 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
* fix priority/enabled on directoriesGravatar Alan Fitton2012-01-04
* make the torrent add tree view and the files tree view fairly consistent, sha...Gravatar Alan Fitton2012-01-04
* move the check for a file completed delta of > 0 to the caller of the foreach...Gravatar Alan Fitton2011-12-21
* first bytesCompleted increment up the directory tree should be bytesCompleted...Gravatar Alan Fitton2011-12-21
* fix memory leak on new fileicon cell rendererGravatar Alan Fitton2011-12-21
* fix int/int64 mismatch crash and don't update if increment is < 1Gravatar Alan Fitton2011-12-21
* hopefully a fix for tree on windowsGravatar Alan Fitton2011-12-21
* file trees :D may do cascading priority changes sometime, but this is a start...Gravatar 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
* some improvements and fixes to the destination combo. don't add existing dire...Gravatar Alan Fitton2011-12-09
* move {tpeer,tfile},{c,h} into torrent.{c,h}Gravatar Alan Fitton2011-10-08
* 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
* accept URLs and magnet links as application arguments, DHT on magnet warning,...Gravatar Alan Fitton2011-10-01
* setting a file unwanted would set the icon to GTK_STOCK_CANCEL, then when it ...Gravatar Alan Fitton2011-09-30
* updating a torrents file or trackers doesn't make it recently active, so thes...Gravatar Alan Fitton2011-04-16
* oops.. json_array_get_elements() returns a newly allocated list, not the one ...Gravatar Alan Fitton2011-04-16
* tidy sources with GNU indent after recent changes. on seconds thoughts, don't...Gravatar Alan Fitton2011-04-12
* some quite significant changes to only receive/update recently-active torrent...Gravatar Alan Fitton2011-04-12
* a torrent add dialog based off Transmission GTK (different bencode+action imp...Gravatar Alan Fitton2011-04-08
* TRG_NOUNIQUE environment env for starting more than one instance. fix start u...Gravatar Alan Fitton2011-03-06
* a much better system for suspending tracker/file updates until a change has b...Gravatar Alan Fitton2011-02-27
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
* tracker manipulation almost complete, addition needs some work. configurable ...Gravatar Alan Fitton2011-02-17
* another gint64/gint mismatchGravatar Alan Fitton2011-02-09
* indent -kr *.c *.hGravatar Alan Fitton2011-02-09
* similar change needed in files modelGravatar Alan Fitton2011-02-06
* big thanks to charles for the feedback and patches! fixes for building agains...Gravatar Alan Fitton2011-02-04
* update about dialog with new websiteGravatar Alan Fitton2011-01-30