summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.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
* Fix numerous warnings/errorsGravatar Patrick Griffis2016-01-19
|
* completely disable the individual model set operations (in -DDEBUG) by ↵Gravatar Alan F2014-04-23
| | | | changing the ifdef to TRG_DEBUG, as it looks like it may be missing some fields.
* in debug mode, add two missing model columns (connected and eta)Gravatar Alan F2014-04-23
|
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* update changelog and reindentGravatar Alan Fitton2012-09-05
|
* typoGravatar Alan Fitton2012-09-05
|
* two missing model sets from debugGravatar Alan Fitton2012-09-02
|
* add missing terminator in a tree_model_get in trg-torrent-model.c which ↵Gravatar Alan Fitton2012-09-02
| | | | seems to be causing a crash.
* mismatch of gint64 and guint, maybe causing crash on 32bit.Gravatar Alan Fitton2012-09-01
|
* reintroduce debug for torrent list_store_set (one statement per column)Gravatar Alan Fitton2012-09-01
|
* issue 212 - add one more check, torrent does not have downloading flag (but ↵Gravatar Alan Fitton2012-08-28
| | | | did in previous update)
* issue 212 - hopefully fix magnet links making lots of notificationsGravatar Alan Fitton2012-08-28
|
* 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
|
* new renderer mostly complete nowGravatar Alan Fitton2012-08-24
|
* consider seed ratios in the new cell renderer like Transmisson does, as well ↵Gravatar Alan2012-08-24
| | | | as some other scenarios so it behaves almost like the Transmission. lots of new fields added to the model for this.
* improvements to new cell renderer branchGravatar Alan Fitton2012-08-23
|
* adapt the cell renderer from Transmission to sort of work. possibly an ↵Gravatar Alan Fitton2012-08-23
| | | | alternative style, but lots of work to be done here.
* switch back to C99 to avoid some printf specifier unsupported warnings, and ↵Gravatar Alan Fitton2012-08-18
| | | | use the G_GINT64_FORMAT constant for building the peer stats string
* use G_TYPE_INT64 for seeders/leechers/downloads in the model. this was being ↵Gravatar Alan Fitton2012-07-17
| | | | saved to a gint64 in the general panel, leading to incorrect numbers displayed.
* fix debug mode (used non-existent var in the model set). use the icons for ↵Gravatar Alan Fitton2012-07-15
| | | | queueing in the state selector in the torrent list icon too.
* issue 184 - calculate ratio from have valid instead of downloaded, as ↵Gravatar Alan Fitton2012-05-27
| | | | Transmission does.
* issue 175. make some (incomplete) changes as per the GTK+ best practices ↵Gravatar Alan Fitton2012-01-25
| | | | document - mainly using a pointer in the public class to access the private object (on a few important classes for now) for performance, and don't use C99 (C99 comments or mixed declarations/statements).
* reindent with gnu indent. add keyboard accelerators for view menu, fix ↵Gravatar Alan Fitton2012-01-04
| | | | toggle filter widget also connected to toggle graph cb. add Lithuanian translation thanks to Algimantas Margevičius via launchpad.
* keyboard acceleratorsGravatar Alan Fitton2012-01-02
|
* contributed patch to change two Kbps to the correct KB/s. also have another ↵Gravatar Alan Fitton2012-01-02
| | | | go at the more efficient filter refreshes.
* revert the last change until i have time to fix a few issuesGravatar Alan Fitton2011-12-31
|
* avoid some unnecessary filter updatesGravatar Alan Fitton2011-12-28
|
* filter items (not trackers+dirs for now) show counts next to them. while ↵Gravatar Alan Fitton2011-12-27
| | | | doing this, I made the stats update loop something that happens only if something changes, which avoids a full iteration over all torrents (even in active only).
* 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.
* first attempt at libappindicator supportGravatar Alan Fitton2011-12-11
|
* rename the addremove signal in the torrent model to update-filters. this is ↵Gravatar Alan Fitton2011-12-09
| | | | the only thing it's used for, and I've just made another use of it - since we now check if a download directory has changed to update the short one, emit the signal. now moving torrent(s) to a new directory is instantly shown.
* add some comments at the top of some files, also add a timeout of 20 seconds ↵Gravatar Alan Fitton2011-11-30
| | | | for curl requests
* give labels precedence over "Default" when shortening directory namesGravatar Alan Fitton2011-11-24
|
* remember the last selected destination on moving torrentsGravatar Alan Fitton2011-11-23
|
* shouldn't be adding one to the offset to detect subdirsGravatar Alan Fitton2011-11-22
|
* use "Default" as the alias for the state selector name for the default ↵Gravatar Alan Fitton2011-11-22
| | | | directory. refresh when labels are set.
* issue 66 - make paths under the default download dir appear as relative. add ↵Gravatar Alan Fitton2011-11-22
| | | | a example action script for downloading to local.
* move {tpeer,tfile},{c,h} into torrent.{c,h}Gravatar Alan Fitton2011-10-08
|
* 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 135Gravatar Alan Fitton2011-10-01
|
* 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.
* issue 129, issue 130Gravatar Alan Fitton2011-09-26
|
* issue 128Gravatar Alan Fitton2011-09-24
|
* issue 85Gravatar Alan Fitton2011-09-16
|
* issue 85Gravatar Alan Fitton2011-09-16
|
* issue 104Gravatar Alan Fitton2011-09-16
|