summaryrefslogtreecommitdiff
path: root/src/trg-peers-model.c
Commit message (Collapse)AuthorAge
* Fix numerous warnings/errorsGravatar Patrick Griffis2016-01-19
|
* issue 254 - does not build without GeoIP enabled. thanks for patch!Gravatar Alan F2014-03-14
|
* allow GeoIPCity.dat instead of GeoLiteCity.dat, since some installs seem to ↵Gravatar Alan F2014-02-03
| | | | use this
* hide the country and city columns if the databases have not been opened ↵Gravatar Alan F2014-02-03
| | | | (probably because the file doesn't exist).
* load country and city when the column is enabled, so no need to reopen the ↵Gravatar Alan F2014-02-02
| | | | window.
* FOSDEM commit :) add a column to peers tree view with GeoIP city, if available.Gravatar Alan F2014-02-02
|
* deprecation fixes: change to GtkStock to themed icons for all cell renderersGravatar Alan F2014-01-08
|
* 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
|
* use g_idle_add instead of gdk_thread_enter/leave when setting reverse DNS ↵Gravatar Alan Fitton2012-09-01
| | | | results.
* reindent all the things! with indent -nut -kr.Gravatar Alan Fitton2012-08-26
|
* fix compilation with libappindicatorGravatar Alan Fitton2012-06-26
|
* fix minimise to tray and compiler warning in peers modelGravatar Alan Fitton2012-06-26
|
* some changes and hacks to get GeoIP on WindowsGravatar Alan Fitton2012-06-21
|
* 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).
* 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.
* move {tpeer,tfile},{c,h} into torrent.{c,h}Gravatar Alan Fitton2011-10-08
|
* apply patch for ipv6 geoip supportGravatar Alan Fitton2011-10-08
|
* issue 120Gravatar Alan Fitton2011-09-20
|
* updating a torrents file or trackers doesn't make it recently active, so ↵Gravatar Alan Fitton2011-04-16
| | | | these changes could get missed if doing active only updates. for these: send the torrent id as the request tag, which Transmission passes back, then we request an update just for that torrent.
* oops.. json_array_get_elements() returns a newly allocated list, not the one ↵Gravatar Alan Fitton2011-04-16
| | | | owned by the array. fix a few memory leaks.
* tidy sources with GNU indent after recent changes. on seconds thoughts, ↵Gravatar Alan Fitton2011-04-12
| | | | don't install docs with autotools, leave it to the package manager.
* some quite significant changes to only receive/update recently-active ↵Gravatar Alan Fitton2011-04-12
| | | | torrents, if enabled. also use a hash table and tree row references for lookup. hopefully performance will be much better for people with large number of torrents.
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|
* a bunch of changes needed to facilitate changing trackers (unfinished). also ↵Gravatar Alan Fitton2011-02-17
| | | | tidy up general details panel a bit, fix a crash if a stats update is received after stats dialog is closed.
* move functionality, refresh static function prototypes in main-window, ↵Gravatar Alan Fitton2011-02-13
| | | | add/remove status icon without restart
* indent -kr *.c *.hGravatar Alan Fitton2011-02-09
|
* make trg_client property for trg-torrents-props so it's available in constructorGravatar Alan Fitton2011-02-09
|
* if the torrent selection changes as a result of an update, was possible that ↵Gravatar Alan Fitton2011-02-08
| | | | it would select another item which has no JSON but isn't removed from the model yet. use updateSerial and updateMutex to ignore these.
* presence of status icon configurable, and minimise to tray. update tooltip ↵Gravatar Alan Fitton2011-02-07
| | | | using a text-pushed event instead of inside statusbar. put geoip in trg-peers-model priv.
* big thanks to charles for the feedback and patches! fixes for building ↵Gravatar Alan Fitton2011-02-04
| | | | against older libnotify (issue 1+4), use AM_SILENT_RULES (6), compiler warning fixes (5), use GDK_Delete instead of GDK_KEY_Delete (3)
* client in peers treeviewGravatar Alan Fitton2011-01-30
|
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30