summaryrefslogtreecommitdiff
path: root/src/trg-general-panel.c
Commit message (Collapse)AuthorAge
* Accidentally included changes on the details panel to move to GtkGrid in the ↵Gravatar Alan F2014-03-15
| | | | previous commit. These aren't ready yet, so revert them.
* issue 254 - does not build without GeoIP enabled. thanks for patch!Gravatar Alan F2014-03-14
|
* issue 226 - contributed patch to fix comments with markupGravatar Alan Fitton2013-04-27
|
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* reindent all the things! with indent -nut -kr.Gravatar Alan Fitton2012-08-26
|
* 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.
* issue 208 - escape URL for pango markup. issue 206 - minimize on tray click.Gravatar Alan Fitton2012-08-03
|
* 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.
* issue 184 - calculate ratio from have valid instead of downloaded, as ↵Gravatar Alan Fitton2012-05-27
| | | | Transmission does.
* contributed improvement to the url comment patch - use a GRegex now so only ↵Gravatar Alan Fitton2012-03-02
| | | | the URL is linked
* fix memory leak and improvement on the url comment patch, and add a ↵Gravatar Alan Fitton2012-03-01
| | | | completed at item to the general panel.
* contributed patch for clickable urls in commentsGravatar Alan Fitton2012-03-01
|
* issue 185 - change .desktop to add magnet uri handlerGravatar Alan Fitton2012-02-26
|
* 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).
* change units to the IEC standard (and the Ubuntu units policy) for base2 ↵Gravatar Alan Fitton2012-01-02
| | | | (/1024) - KiB/GiB etc. this is instead of KB/s etc which Windows and many other apps use for base2. I've tried to fix up the translations as best as I can.
* 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.
* 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 137Gravatar Alan Fitton2011-10-03
|
* use thread local storage to keep one curl client per thread (by default 3) ↵Gravatar Alan Fitton2011-09-11
| | | | in the thread pool
* issue 70 - new statuses in RPC version >= 14. still need to add ↵Gravatar Alan Fitton2011-09-04
| | | | stateselector entries for queued items.
* 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.
* fix a crash if disconnecting with the graph disabled, disabling tracker/dir ↵Gravatar Alan Fitton2011-03-16
| | | | filters while disconnected. change possible -NaN for ratio to N/A in general panel.
* filter by directory and some filter fixesGravatar Alan Fitton2011-03-11
|
* some missing files needed for i18nGravatar Alan Fitton2011-03-08
|
* increase general panel spacings a little, fix backwards comparasin on ↵Gravatar Alan Fitton2011-03-08
| | | | filter, give error/location value labels full length
* use a gtktable for general panel, fixed layout is no good for a localised ↵Gravatar Alan Fitton2011-03-08
| | | | app. add JDM's freebsd port.
* support proxy configuration using libproxy (optional). might add a getenv() ↵Gravatar Alan Fitton2011-03-07
| | | | fallback sometime.
* Make the presence of the graph configurable, and prevent ":" showing ↵Gravatar Alan Fitton2011-03-07
| | | | (introduced by gettext changes) for empty labels like errors (usually).
* all (I hope) strings in _(string) macro for localisationGravatar Alan Fitton2011-03-06
|
* TRG_NOUNIQUE environment env for starting more than one instance. fix start ↵Gravatar Alan Fitton2011-03-06
| | | | url paused. stop timers being activated by interactive actions. and... experimental speed graph!
* torrent errors are no longer a mystery, also show location in general panelGravatar Alan Fitton2011-02-18
|
* 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.
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30