summaryrefslogtreecommitdiff
path: root/src/trg-main-window.h
Commit message (Collapse)AuthorAge
* Start modernizing GObject usageGravatar Patrick Griffis2016-01-19
| | | | Long way to go...
* refactor the torrent upload code (it's called from a few places so is ↵Gravatar Alan F2014-02-19
| | | | probably worth it), and make it easier to use a HTTP response as the input.
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* issue 188Gravatar Alan Fitton2012-03-17
|
* 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).
* fix a crash when enabling/disabling status icon and a fix for the new ↵Gravatar Alan Fitton2012-01-22
| | | | GtkApplication impl
* re-enable gtk3 by default, should be picking the right libappindicator now.Gravatar Alan Fitton2012-01-19
|
* 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.
* 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.
* remember the last selected destination on moving torrentsGravatar Alan Fitton2011-11-23
|
* use "Default" as the alias for the state selector name for the default ↵Gravatar Alan Fitton2011-11-22
| | | | directory. refresh when labels are set.
* make this build on debian squeezeGravatar Alan Fitton2011-10-11
|
* 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 84Gravatar Alan Fitton2011-10-04
|
* Big changeset, may break stuff. Unfortunately you can't magically jump into ↵Gravatar Alan Fitton2011-09-18
| | | | the UI thread using gdk_threads_enter/leave() on Windows, the only way is to schedule a callback using g_idle_add. This required a lot of reworking. Good news, Windows support actually works now \o/
* sync up the view menu and the desktop preferences page a bitGravatar Alan Fitton2011-09-08
|
* issue 42 - start in tray argument. fix state selector persisting of ↵Gravatar Alan Fitton2011-09-08
| | | | selection (was out by 1).
* 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.
* handle multiple files via libunique, also use the more reliable get_uris() ↵Gravatar Alan Fitton2011-04-22
| | | | in libunique
* only lookup the selected torrent id when it changes, remember it until ↵Gravatar Alan Fitton2011-04-21
| | | | checking every update, use the hash table instead. also fix a crash on multiple consecutive deletes caused by gtktreemodel weirdness.
* 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.
* filter by directory and some filter fixesGravatar Alan Fitton2011-03-11
|
* Korean support, thanks Youn! Also filter by tracker. Adding/removing ↵Gravatar Alan Fitton2011-03-10
| | | | trackers from the state selector every update seems like a waste of cycles, so only refresh when a torrent is added.
* 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).
* 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!
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|
* statistics!Gravatar Alan Fitton2011-02-14
|
* move functionality, refresh static function prototypes in main-window, ↵Gravatar Alan Fitton2011-02-13
| | | | add/remove status icon without restart
* update namespace for gconf settingsGravatar Alan Fitton2011-02-07
|
* copy of transmission svg icon, in/out logging with -DDEBUG onlyGravatar Alan Fitton2011-01-30
|
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30