summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* mini-optimization: don't check children hash for filesGravatar Alan Fitton2013-02-20
* update year in copyright headers, fix the jumbled file lists (caused by unsor...Gravatar Alan Fitton2013-02-20
* issue 221 - configurable rpc urlGravatar Alan Fitton2013-01-02
* cleanup win32 installerGravatar Alan Fitton2012-09-15
* slightly less padding and use the old no hostname set string, as I don't want...Gravatar Alan Fitton2012-09-15
* save the torrent dialog (transmission style) tree view layout even if cancel ...Gravatar Alan Fitton2012-09-15
* Merge branch 'master' of https://code.google.com/r/leorobol-transmission-remo...Gravatar Alan Fitton2012-09-10
|\
| * Merge branch 'ui'Gravatar Leonardo Robol2012-09-08
| |\
| * | Open the preferences dialog if the user has not specified a hostnameGravatar Leonardo Robol2012-09-08
| | * Added some padding.Gravatar Leonardo Robol2012-09-08
| |/
* | Merge branch 'master' of https://code.google.com/r/leorobol-transmission-remo...Gravatar Alan Fitton2012-09-08
|\|
| * Use g_application_quit to exit the GtkApplication.Gravatar Leonardo Robol2012-09-07
* | update changelog and reindentGravatar Alan Fitton2012-09-05
* | gtk2 installerGravatar unknown2012-09-05
* | typoGravatar Alan Fitton2012-09-05
| * Added SHADOW_TYPE_ETCHED_IN to the ScrolledWindow.Gravatar Leonardo Robol2012-09-05
| * Added a check in trg_update_torrents_timerfunc to make sureGravatar Leonardo Robol2012-09-05
|/
* save dialog size in transmission styleGravatar Alan Fitton2012-09-03
* two missing model sets from debugGravatar Alan Fitton2012-09-02
* add missing terminator in a tree_model_get in trg-torrent-model.c which seems...Gravatar Alan Fitton2012-09-02
* mismatch of gint64 and guint, maybe causing crash on 32bit.Gravatar Alan Fitton2012-09-01
* use g_idle_add instead of gdk_thread_enter/leave when setting reverse DNS res...Gravatar Alan Fitton2012-09-01
* reintroduce debug for torrent list_store_set (one statement per column)Gravatar Alan Fitton2012-09-01
* display of partial seeds was the wrong way round... just show the size if it'...Gravatar Alan Fitton2012-08-30
* don't show a progress string in the new torrent cell renderer.Gravatar Alan Fitton2012-08-30
* use json_node_really_get_double() on the seed ratio limits, maybe causing iss...Gravatar Alan Fitton2012-08-30
* fix a compilation errorGravatar Alan Fitton2012-08-29
* issue 212 - add one more check, torrent does not have downloading flag (but d...Gravatar Alan Fitton2012-08-28
* issue 212 - hopefully fix magnet links making lots of notificationsGravatar Alan Fitton2012-08-28
* also use strlen to check whether to display creator app in new details tab. e...Gravatar Alan Fitton2012-08-28
* fix a misplaced brace which was breaking close of torrent properties in class...Gravatar Alan Fitton2012-08-27
* revert to gtk2 by default for a bit longer, because gtk3 seems crashy still i...Gravatar Alan Fitton2012-08-27
* 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 prope...Gravatar Alan Fitton2012-08-26
* 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
* add a menu for changing sort, useful when there are no column headers in Tran...Gravatar Alan Fitton2012-08-26
* make view style configurableGravatar Alan Fitton2012-08-25
* fix gtk2 support for new cell renderer and fix error reportingGravatar Alan Fitton2012-08-25
* fix seed ratio displayGravatar Alan Fitton2012-08-24
* add missing status string for paused torrentsGravatar Alan Fitton2012-08-24
* new renderer mostly complete nowGravatar Alan Fitton2012-08-24
* consider seed ratios in the new cell renderer like Transmisson does, as well ...Gravatar Alan2012-08-24
* improvements to new cell renderer branchGravatar Alan Fitton2012-08-23
* adapt the cell renderer from Transmission to sort of work. possibly an altern...Gravatar Alan Fitton2012-08-23
* use literal row/column numbers in trg-torrent-add-dialog.c, because clang-ana...Gravatar Alan Fitton2012-08-19
* switch back to C99 to avoid some printf specifier unsupported warnings, and u...Gravatar Alan Fitton2012-08-18
* fix a possible and rare NULL ptr dereference in an abrt crash report I got, r...Gravatar Alan Fitton2012-08-13
* issue 210 (I hope). check for an empty (NULL) bencode dict. update AUTHORS wi...Gravatar Alan Fitton2012-08-08