summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
Commit message (Collapse)AuthorAge
* 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
| | | | taking up the whole window. fix.
* the glib process spawning stuff requires some helper utilities so add them ↵Gravatar Alan Fitton2011-09-30
| | | | to the installer
* 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, ↵Gravatar Alan Fitton2011-09-29
| | | | but it works for me and seems like a good start.
* 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 ↵Gravatar Alan Fitton2011-09-20
| | | | objects struct for members to using functions, due to these structs now being gsealed.
* 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 ↵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/
* 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 ↵Gravatar Alan Fitton2011-09-14
| | | | due to error.
* 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 ↵Gravatar Alan Fitton2011-09-11
| | | | synced with preferences. add move up/down queue buttons (only in torrent menu for now).
* queue position settingGravatar Alan Fitton2011-09-11
|
* use thread local storage to keep one curl client per thread (by default 3) ↵Gravatar Alan Fitton2011-09-11
| | | | in the thread pool
* 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 ↵Gravatar Alan Fitton2011-09-08
| | | | earlier.
* issue 42 - start in tray argument. fix state selector persisting of ↵Gravatar Alan Fitton2011-09-08
| | | | selection (was out by 1).
* use glib message functions instead of g_printf(). make view state ↵Gravatar Alan Fitton2011-09-08
| | | | selector/notebook a persistent setting. add toggling of tracker/dir filters to view menu. I might add more from preferences another time.
* 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 ↵Gravatar Alan Fitton2011-09-06
| | | | value in numgtzero cell renderer from 0 to INT64_MIN to avoid warnings, as the renderer tests for this itself. hopefully fix issue issue 79.
* 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.
* issue 70 - new statuses in RPC version >= 14. still need to add ↵Gravatar Alan Fitton2011-09-04
| | | | stateselector entries for queued items.
* issue 76 - as stated in the documentation gtk_window_get_size() isn't always ↵Gravatar Alan Fitton2011-09-03
| | | | up to date. I'm sure it worked when I implemented this on GNOME, so as the docs suggest I think behavior could vary on other window managers. I'm on XFCE now and it doesn't work. use the configure-event to save the size instead.
* implement seed/download queues in Transmission >= 2.40Gravatar Alan Fitton2011-08-30
|
* issue 60 - a seperate update interval setting for if the application is ↵Gravatar Alan Fitton2011-08-30
| | | | minimised
* issue 58Gravatar Alan Fitton2011-08-27
|
* 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.
* issue 54 - sorted destination combo and trackers/dirs in filterGravatar Alan Fitton2011-07-16
|
* issue 41 - remember sort column and type. also move all these stores from ↵Gravatar Alan Fitton2011-05-13
| | | | delete-event to destroy function so it works when the quit buttons are used, as well as from window manager.
* put the destination combo into its own class, changing from the deprecated ↵Gravatar Alan Fitton2011-05-11
| | | | combo_box_entry_new_text or whatever it is and using it in torrent move dialog also.
* 0.5.1Gravatar Alan Fitton2011-05-06
|
* fix a leak in the last commitGravatar Alan Fitton2011-05-03
|
* hopefully fix issue 38Gravatar Alan Fitton2011-05-03
|
* fix small list memory leak when a torrent is removed in active-only modeGravatar Alan Fitton2011-05-02
|
* bind ip column in peers treeview to correct column, fix for panel updatesGravatar Alan Fitton2011-04-30
|
* earlier versions of the libproxy header were in /usr/include/libproxy ↵Gravatar Alan Fitton2011-04-29
| | | | instead of /usr/include, so including the cflags from pkgconfig should fix this.