summaryrefslogtreecommitdiff
path: root/src/trg-remote-prefs-dialog.c
Commit message (Collapse)AuthorAge
* Convert nl_langinfo abdays to utf8Gravatar si2018-04-14
| | | | Closes #68
* Add alt-days to remote preferencesGravatar si2018-04-13
| | | | Closes #67
* int and double spinnersGravatar si2018-04-12
|
* Fix for General download/upload speed cannot be set in preferencesGravatar si2018-04-12
|
* Fix format string on 32bitGravatar Patrick Griffis2016-08-12
|
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* correction on port test error fix, maybe it's because it's using the ↵Gravatar Alan F2014-02-05
| | | | response pointer instead of response->cb_data
* Red Hat BZ#985147 - looks like a port test request failed, after the remote ↵Gravatar Alan F2014-02-05
| | | | preferences window had been closed, so the window had been unreferenced and destroyed. check it's a valid window before trying to use it as a parent.
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* update changelog and reindentGravatar Alan Fitton2012-09-05
|
* reindentGravatar Alan Fitton2012-08-27
|
* a details tab similar to transmissionGravatar Alan Fitton2012-08-27
|
* add the peers/files/trackers tree view to torrent dialog in transmission styleGravatar Alan Fitton2012-08-26
|
* reindent all the things! with indent -nut -kr.Gravatar Alan Fitton2012-08-26
|
* fix deprecation warnings for gtk_{h,v}box_new and gtk_{h,v}paned_new in gtk3Gravatar Alan Fitton2012-06-05
|
* 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 that min/max problem reported by reardoniaGravatar Alan Fitton2012-01-21
|
* 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.
* reindent + french translation completionGravatar Alan Fitton2012-01-13
|
* a torrent priority right click menu. change the refresh on interactive ↵Gravatar Alan Fitton2012-01-13
| | | | action behavior to make sure priority/other changes are refreshed immediately.
* fix memory leak on response from first response from server (HTTP conflict ↵Gravatar Alan Fitton2012-01-12
| | | | with session id).
* forgot a file, reindentGravatar Alan Fitton2012-01-09
|
* 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.
* 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.
* trying to make the local/remote preferences organised and looking better. ↵Gravatar Alan Fitton2011-12-23
| | | | moving, splitting, adding/renaming headers and tab names.
* minor tweak to the alternate limits active label (remote prefs)Gravatar Alan Fitton2011-12-23
|
* some minor tidying of remote prefs alternate limit stuffGravatar Alan Fitton2011-12-22
|
* some support for "alternate" speed limits, including setting them to be ↵Gravatar Alan Fitton2011-12-22
| | | | turned on/off at a certain time range.
* 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
* add missing terminators to gtr_combo_box_new_enumGravatar Alan Fitton2011-10-26
|
* closer to gtk3 support, I think just the graph needs doing now.Gravatar Alan Fitton2011-10-26
|
* fix a warning caused by divide by zero on empty filesGravatar Alan Fitton2011-10-01
|
* issue 133Gravatar Alan Fitton2011-09-30
|
* might fix the random warnings in remote-prefs for some, but I can't ↵Gravatar Alan Fitton2011-09-21
| | | | reproduce it, so quite possibly not.
* issue 124 - also fix another crash in trg-remote-prefsGravatar Alan Fitton2011-09-21
|
* on win32, set a GTK theme called win32-gtkrc.rc in the directory of the ↵Gravatar Alan Fitton2011-09-21
| | | | executable. the default GTK theme is *ugly* on windows, the MS-Windows one is less ugly..
* 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.
* undo the last commit - mainly because G_GINT64_FORMAT will break some ↵Gravatar Alan Fitton2011-09-20
| | | | localised strings
* use the gint64 format specifier %li, not %ld (long). hopefully silence the ↵Gravatar Alan Fitton2011-09-20
| | | | last remaining compiler warnings that I've seen (only on 32bit).
* 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/
* big refactoring of the trg-remote-preferences and trg-torrent-props to ↵Gravatar Alan Fitton2011-09-06
| | | | reduce duplicated code. looks much nicer now.
* implement seed/download queues in Transmission >= 2.40Gravatar Alan Fitton2011-08-30
|
* 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.
* some small changes to utility dialogs to conform with GNOME HIG guide: use ↵Gravatar Alan Fitton2011-05-13
| | | | ok instead of apply if the dialog will close (duh), use default of ok if its non-destructive/easy to reverse (properties/remote prefs)
* reindent. remote prefs was sending the active encryption preference, lower ↵Gravatar Alan Fitton2011-04-23
| | | | cased, which won't work with i18n - fixed.
* support proxy configuration using libproxy (optional). might add a getenv() ↵Gravatar Alan Fitton2011-03-07
| | | | fallback sometime.