summaryrefslogtreecommitdiff
path: root/src/trg-torrent-props-dialog.c
Commit message (Collapse)AuthorAge
* int and double spinnersGravatar si2018-04-12
|
* Fix origin in propsGravatar DriverXX2016-03-14
|
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* 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)
* save the torrent dialog (transmission style) tree view layout even if cancel ↵Gravatar Alan Fitton2012-09-15
| | | | is clicked
* update changelog and reindentGravatar Alan Fitton2012-09-05
|
* save dialog size in transmission styleGravatar Alan Fitton2012-09-03
|
* also use strlen to check whether to display creator app in new details tab. ↵Gravatar Alan Fitton2012-08-28
| | | | empty string instead of unknown for no ETA.
* fix a misplaced brace which was breaking close of torrent properties in ↵Gravatar Alan Fitton2012-08-27
| | | | classic mode
* revert to gtk2 by default for a bit longer, because gtk3 seems crashy still ↵Gravatar Alan Fitton2012-08-27
| | | | in ubuntu
* reindentGravatar Alan Fitton2012-08-27
|
* a details tab similar to transmissionGravatar Alan Fitton2012-08-27
|
* fix units in torrent-cell-renderer, fix crash closing old style torrent ↵Gravatar Alan Fitton2012-08-26
| | | | properties
* 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
|
* 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.
* contributed patch to change two Kbps to the correct KB/s. also have another ↵Gravatar Alan Fitton2012-01-02
| | | | go at the more efficient filter refreshes.
* 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
|
* issue 124 - also fix another crash in trg-remote-prefsGravatar Alan Fitton2011-09-21
|
* 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.
* 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/
* queue position settingGravatar Alan Fitton2011-09-11
|
* big refactoring of the trg-remote-preferences and trg-torrent-props to ↵Gravatar Alan Fitton2011-09-06
| | | | reduce duplicated code. looks much nicer now.
* 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)
* 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.
* reindent. remote prefs was sending the active encryption preference, lower ↵Gravatar Alan Fitton2011-04-23
| | | | cased, which won't work with i18n - fixed.
* after a move or properties change (via dialog) on a single torrent, perform ↵Gravatar Alan Fitton2011-04-23
| | | | a refresh on it. on multiple, refresh everything. add an optional torrent priority, id column, date done column.
* support for remembering column positions and widths.. seems to work, may ↵Gravatar Alan Fitton2011-04-22
| | | | need work.
* 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.
* fix crash on stats dialogGravatar Alan Fitton2011-04-20
|
* 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.
* fix for total number of torrents countGravatar Alan Fitton2011-04-12
|