summaryrefslogtreecommitdiff
path: root/src/trg-status-bar.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
* issue 250 - use unparsed server version in status bar, so decimal mark isn't ↵Gravatar Alan F2014-02-03
| | | | localised.
* issue 227 - in statusbar alt limits should supercede normal limits if ↵Gravatar Alan F2013-10-22
| | | | active. thanks for the patch!
* 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
|
* statusbar fix: connection fail messages should be replaced by the connected ↵Gravatar Alan Fitton2012-01-26
| | | | message if a subsequent attempt succeeds
* 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).
* full and default gtk3 support, almost. the graph is disabled as the drawing ↵Gravatar Alan Fitton2012-01-18
| | | | api has changed quite a bit. yet another implementation to pass arguments, which made a cleanup of main.c necessary.
* parse the version out of the version string using locale agnostic ↵Gravatar Alan Fitton2012-01-15
| | | | g_ascii_strtod instead of sscanf, which would only pick up the integer component with a locale which used a different radix character.
* the information in the bottom left label seemed pretty redundant now that is ↵Gravatar Alan Fitton2012-01-15
| | | | all displayed in the filter panel. I think that space is better used just for something simple like Connected: where (what).
* fix memory leak on response from first response from server (HTTP conflict ↵Gravatar Alan Fitton2012-01-12
| | | | with session id).
* refresh the speed label if global speed limits enabledGravatar Alan Fitton2012-01-10
|
* 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.
* show alt speed limits in status bar speed, like primary speed limits.Gravatar Alan Fitton2012-01-04
|
* 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.
* reset status bar should hide the event box, not the image, so it reappears ↵Gravatar Alan Fitton2011-12-23
| | | | on reconnect.
* the turtle might be a bit of a mystery to some, so add a tooltip.Gravatar Alan Fitton2011-12-23
|
* "turtle" mode in the status bar. for easy activation of alternative speed ↵Gravatar Alan Fitton2011-12-23
| | | | limits.
* 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.
* add some comments at the top of some files, also add a timeout of 20 seconds ↵Gravatar Alan Fitton2011-11-30
| | | | for curl requests
* fix const discard warningGravatar Alan Fitton2011-10-09
|
* restore status icon tooltipsGravatar Alan Fitton2011-10-09
|
* need to clear the free space and speed indicators if there's a disconnect ↵Gravatar Alan Fitton2011-09-14
| | | | due to error.
* issue 47 - add non-default column to display number of PEX and DHT peers to ↵Gravatar Alan Fitton2011-09-07
| | | | torrent treeview
* update the free space indicator using a signal from TrgClientGravatar Alan Fitton2011-09-06
|
* issue 40 - a free space indicator. also split stuff out on the statusbar to ↵Gravatar Alan Fitton2011-09-05
| | | | the right side. I never liked that statusbar :o now use GtkLabels inside a HBox instead of 1 GtkStatusBar.
* Profile support! Please test and report bugs, as the config system is ↵Gravatar Alan Fitton2011-08-27
| | | | totally rewritten and may not be perfect. No more GConf (trying to implement profiles with this was UGLY), settings now (for most) live in JSON at $HOME/.config/transmission-remote-gtk/config.json. Hopefully windows support will be easier without GConf.
* 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.
* show speed limits in status bar, thanks to jdhore for the patch.Gravatar Alan Fitton2011-04-14
|
* 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.
* include gconf m4 macros, use std=c99, some minor build and localisation changesGravatar Alan Fitton2011-04-10
|
* support proxy configuration using libproxy (optional). might add a getenv() ↵Gravatar Alan Fitton2011-03-07
| | | | fallback sometime.
* all (I hope) strings in _(string) macro for localisationGravatar Alan Fitton2011-03-06
|
* 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.
* indent -kr *.c *.hGravatar Alan Fitton2011-02-09
|
* 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.
* dont hardcore svgiconsdir in makefile, add missing gconf configure.ac macroGravatar Alan Fitton2011-02-04
|
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30