summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
Commit message (Expand)AuthorAge
...
* emit a profile changed signal even if reconnecting to the same profile. other...Gravatar Alan Fitton2011-10-13
* if the app is started with a torrent and autoconnect, upload it after the fir...Gravatar Alan Fitton2011-10-13
* make this build on debian squeezeGravatar Alan Fitton2011-10-11
* restore status icon tooltipsGravatar Alan Fitton2011-10-09
* fix locales and system tray in win32Gravatar Alan Fitton2011-10-09
* use new profiles menu in status iconGravatar Alan Fitton2011-10-08
* add profiles to menu. disable downloading metadata stuff until I find a bette...Gravatar Alan Fitton2011-10-08
* makes more sense to increment the connection id just before a connection atte...Gravatar Alan Fitton2011-10-07
* make connect button a menu button with other profiles, also add a connection ...Gravatar Alan Fitton2011-10-07
* issue 84Gravatar Alan Fitton2011-10-04
* issue 134Gravatar Alan Fitton2011-10-01
* 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
* the glib process spawning stuff requires some helper utilities so add them to...Gravatar Alan Fitton2011-09-30
* some improvements to remote exec. can now use profile options like %{hostname}Gravatar Alan Fitton2011-09-30
* the foundation of remote command execution. still lots of work to do here, bu...Gravatar Alan Fitton2011-09-29
* issue 124 - also fix another crash in trg-remote-prefsGravatar Alan Fitton2011-09-21
* issue 120Gravatar Alan Fitton2011-09-20
* some stuff to build against gtk3, mostly some changes from accessing an objec...Gravatar Alan Fitton2011-09-20
* issue 119Gravatar Alan Fitton2011-09-20
* issue 78 - contributed patch for drag'n'drop supportGravatar Alan Fitton2011-09-20
* some stuff to dispatch strings instead of JsonNode, but nothing uses it yet.Gravatar Alan Fitton2011-09-19
* some win32 build stuffGravatar Alan Fitton2011-09-18
* Big changeset, may break stuff. Unfortunately you can't magically jump into t...Gravatar Alan Fitton2011-09-18
* issue 106Gravatar Alan Fitton2011-09-16
* issue 104Gravatar Alan Fitton2011-09-16
* need to clear the free space and speed indicators if there's a disconnect due...Gravatar Alan Fitton2011-09-14
* more windows portabilityGravatar Alan Fitton2011-09-13
* up/down queue keys with alt + up/downGravatar Alan Fitton2011-09-12
* use GTK_STOCK_CLEAR instead of GTK_STOCK_DELETE for delete buttonGravatar Alan Fitton2011-09-12
* issue 94 - option to do full update after every n recently only updatesGravatar Alan Fitton2011-09-12
* hide queueing state selectors if not supportedGravatar Alan Fitton2011-09-11
* more queues supportGravatar Alan Fitton2011-09-11
* fix for multiple graphs being createdGravatar Alan Fitton2011-09-11
* for view menu check items, set their active in an expose event so they're syn...Gravatar Alan Fitton2011-09-11
* queue position settingGravatar Alan Fitton2011-09-11
* use thread local storage to keep one curl client per thread (by default 3) in...Gravatar Alan Fitton2011-09-11
* another buttonGravatar Alan Fitton2011-09-08
* sync up the view menu and the desktop preferences page a bitGravatar Alan Fitton2011-09-08
* issue 86 - accidentally removed the signal handler for remote prefs button ea...Gravatar Alan Fitton2011-09-08
* issue 42 - start in tray argument. fix state selector persisting of selection...Gravatar Alan Fitton2011-09-08
* use glib message functions instead of g_printf(). make view state selector/no...Gravatar Alan Fitton2011-09-08
* update the free space indicator using a signal from TrgClientGravatar Alan Fitton2011-09-06
* for new free space indicator, update session every 10th update. change min va...Gravatar Alan Fitton2011-09-06
* issue 40 - a free space indicator. also split stuff out on the statusbar to t...Gravatar Alan Fitton2011-09-05
* issue 70 - new statuses in RPC version >= 14. still need to add stateselector...Gravatar Alan Fitton2011-09-04
* issue 76 - as stated in the documentation gtk_window_get_size() isn't always ...Gravatar Alan Fitton2011-09-03
* implement seed/download queues in Transmission >= 2.40Gravatar Alan Fitton2011-08-30
* issue 60 - a seperate update interval setting for if the application is minim...Gravatar Alan Fitton2011-08-30
* issue 58Gravatar Alan Fitton2011-08-27