summaryrefslogtreecommitdiff
path: root/src/trg-tree-view.h
Commit message (Collapse)AuthorAge
* FOSDEM commit :) add a column to peers tree view with GeoIP city, if available.Gravatar Alan F2014-02-02
|
* deprecation fixes: change to GtkStock to themed icons for all cell renderersGravatar Alan F2014-01-08
|
* 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
|
* add a menu for changing sort, useful when there are no column headers in ↵Gravatar Alan Fitton2012-08-26
| | | | Transmission style
* make view style configurableGravatar Alan Fitton2012-08-25
|
* make the torrent add tree view and the files tree view fairly consistent, ↵Gravatar Alan Fitton2012-01-04
| | | | sharing code where possible. this allows changing priority and enabled using a directory. expand/collapse all buttons. the one taken from Transmission for torrent add dialog now has menus and the mime icons. may be bugs here, I know there's one with directories appearing as mixed and not updating upwards properly, but it's a start.
* hopefully a fix for tree on windowsGravatar Alan Fitton2011-12-21
|
* file trees :D may do cascading priority changes sometime, but this is a ↵Gravatar Alan Fitton2011-12-21
| | | | start. also use GTK_STOCK_FILE if mime/extension detection fails.
* 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.
* get rid of default tree view widths.. not really needed now that they're ↵Gravatar Alan Fitton2011-12-09
| | | | persistent, and they make the tree view look messy on first run.
* hopefully fix the infrequent crash when changing filter if first+other items ↵Gravatar Alan Fitton2011-11-24
| | | | selected, by swapping the sorted model and filtered model in their chaining order. I think the events on the filtered model weren't being propogated to the sorted model when the selection changes.
* use an icon for file wanted/unwantedGravatar Alan Fitton2011-10-03
|
* for issue 141Gravatar Alan Fitton2011-10-01
|
* issue 120Gravatar Alan Fitton2011-09-20
|
* queue position settingGravatar Alan Fitton2011-09-11
|
* 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.
* new cell renderer, TrgCellRendererNumgtzero, which hides zero in seeders and ↵Gravatar Alan Fitton2011-05-13
| | | | leechers column
* 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.
* minorGravatar Alan Fitton2011-04-24
|
* reindent. remote prefs was sending the active encryption preference, lower ↵Gravatar Alan Fitton2011-04-23
| | | | cased, which won't work with i18n - fixed.
* header right click menu to show/hideGravatar Alan Fitton2011-04-23
|
* support for remembering column positions and widths.. seems to work, may ↵Gravatar Alan Fitton2011-04-22
| | | | need work.
* added columnGravatar Alan Fitton2011-04-09
|
* 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!
* remove trackers instantly (before an update)Gravatar Alan Fitton2011-02-18
|
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|
* a bunch of changes needed to facilitate changing trackers (unfinished). also ↵Gravatar Alan Fitton2011-02-17
| | | | tidy up general details panel a bit, fix a crash if a stats update is received after stats dialog is closed.
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30