summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* issue 226 - contributed patch to fix comments with markupGravatar Alan Fitton2013-04-27
|
* fix for file parsed when unorderedGravatar Alan Fitton2013-02-20
|
* 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 ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* 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 ↵Gravatar Alan Fitton2012-09-15
| | | | want to break the translation on the first thing a new user sees.
* save the torrent dialog (transmission style) tree view layout even if cancel ↵Gravatar Alan Fitton2012-09-15
| | | | is clicked
* Merge branch 'master' of ↵Gravatar Alan Fitton2012-09-10
|\ | | | | | | https://code.google.com/r/leorobol-transmission-remote-gtk
| * Merge branch 'ui'Gravatar Leonardo Robol2012-09-08
| |\
| * | Open the preferences dialog if the user has not specified a hostnameGravatar Leonardo Robol2012-09-08
| | | | | | | | | | | | | | | for the connection. This will probably happen on application first start.
| | * Added some padding.Gravatar Leonardo Robol2012-09-08
| |/
* | Merge branch 'master' of ↵Gravatar Alan Fitton2012-09-08
|\| | | | | | | https://code.google.com/r/leorobol-transmission-remote-gtk. Improvements contributed by Leonardo Robol, fix a crash during GTK3 application quit and use SHADOW_TYPE_ETCHED_IN on ScrolledWindow.
| * 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
|/ | | | that the TrgMainWindow* object passed as data has not been freed.
* 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 ↵Gravatar Alan Fitton2012-09-02
| | | | seems to be causing a crash.
* 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 ↵Gravatar Alan Fitton2012-09-01
| | | | results.
* 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 ↵Gravatar Alan Fitton2012-08-30
| | | | it's a fully downloaded torrent, and x of y if partial.
* 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 ↵Gravatar Alan Fitton2012-08-30
| | | | issue 213.
* fix a compilation errorGravatar Alan Fitton2012-08-29
|
* issue 212 - add one more check, torrent does not have downloading flag (but ↵Gravatar Alan Fitton2012-08-28
| | | | did in previous update)
* 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. ↵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
|
* 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
|
* 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
| | | | as some other scenarios so it behaves almost like the Transmission. lots of new fields added to the model for this.
* improvements to new cell renderer branchGravatar Alan Fitton2012-08-23
|
* adapt the cell renderer from Transmission to sort of work. possibly an ↵Gravatar Alan Fitton2012-08-23
| | | | alternative style, but lots of work to be done here.
* use literal row/column numbers in trg-torrent-add-dialog.c, because ↵Gravatar Alan Fitton2012-08-19
| | | | clang-analyzer and gcc -Wall doesn't like them being reset.
* switch back to C99 to avoid some printf specifier unsupported warnings, and ↵Gravatar Alan Fitton2012-08-18
| | | | use the G_GINT64_FORMAT constant for building the peer stats string