Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update translations from launchpad | Alan Fitton | 2012-09-15 |
| | |||
* | update translations from launchpad | Alan Fitton | 2012-09-15 |
| | |||
* | slightly less padding and use the old no hostname set string, as I don't ↵ | Alan Fitton | 2012-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 ↵ | Alan Fitton | 2012-09-15 |
| | | | | is clicked | ||
* | Merge branch 'master' of ↵ | Alan Fitton | 2012-09-10 |
|\ | | | | | | | https://code.google.com/r/leorobol-transmission-remote-gtk | ||
| * | Merge branch 'ui' | Leonardo Robol | 2012-09-08 |
| |\ | |||
| * | | Open the preferences dialog if the user has not specified a hostname | Leonardo Robol | 2012-09-08 |
| | | | | | | | | | | | | | | | for the connection. This will probably happen on application first start. | ||
| | * | Added some padding. | Leonardo Robol | 2012-09-08 |
| |/ | |||
* | | Merge branch 'master' of ↵ | Alan Fitton | 2012-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. | Leonardo Robol | 2012-09-07 |
| | | |||
* | | something missing from .pot file | Alan Fitton | 2012-09-05 |
| | | |||
* | | update changelog and reindent | Alan Fitton | 2012-09-05 |
| | | |||
* | | gtk2 installer | unknown | 2012-09-05 |
| | | |||
* | | typo | Alan Fitton | 2012-09-05 |
| | | |||
| * | Added SHADOW_TYPE_ETCHED_IN to the ScrolledWindow. | Leonardo Robol | 2012-09-05 |
| | | |||
| * | Added a check in trg_update_torrents_timerfunc to make sure | Leonardo Robol | 2012-09-05 |
|/ | | | | that the TrgMainWindow* object passed as data has not been freed. | ||
* | version bump to 1.1 | Alan Fitton | 2012-09-04 |
| | |||
* | save dialog size in transmission style | Alan Fitton | 2012-09-03 |
| | |||
* | two missing model sets from debug | Alan Fitton | 2012-09-02 |
| | |||
* | add missing terminator in a tree_model_get in trg-torrent-model.c which ↵ | Alan Fitton | 2012-09-02 |
| | | | | seems to be causing a crash. | ||
* | mismatch of gint64 and guint, maybe causing crash on 32bit. | Alan Fitton | 2012-09-01 |
| | |||
* | use g_idle_add instead of gdk_thread_enter/leave when setting reverse DNS ↵ | Alan Fitton | 2012-09-01 |
| | | | | results. | ||
* | reintroduce debug for torrent list_store_set (one statement per column) | Alan Fitton | 2012-09-01 |
| | |||
* | display of partial seeds was the wrong way round... just show the size if ↵ | Alan Fitton | 2012-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. | Alan Fitton | 2012-08-30 |
| | |||
* | use json_node_really_get_double() on the seed ratio limits, maybe causing ↵ | Alan Fitton | 2012-08-30 |
| | | | | issue 213. | ||
* | fix a compilation error | Alan Fitton | 2012-08-29 |
| | |||
* | issue 212 - add one more check, torrent does not have downloading flag (but ↵ | Alan Fitton | 2012-08-28 |
| | | | | did in previous update) | ||
* | issue 212 - hopefully fix magnet links making lots of notifications | Alan Fitton | 2012-08-28 |
| | |||
* | also use strlen to check whether to display creator app in new details tab. ↵ | Alan Fitton | 2012-08-28 |
| | | | | empty string instead of unknown for no ETA. | ||
* | fix a misplaced brace which was breaking close of torrent properties in ↵ | Alan Fitton | 2012-08-27 |
| | | | | classic mode | ||
* | update the debian control file to use gtk2 again | Alan Fitton | 2012-08-27 |
| | |||
* | revert to gtk2 by default for a bit longer, because gtk3 seems crashy still ↵ | Alan Fitton | 2012-08-27 |
| | | | | in ubuntu | ||
* | reindent | Alan Fitton | 2012-08-27 |
| | |||
* | a details tab similar to transmission | Alan Fitton | 2012-08-27 |
| | |||
* | fix units in torrent-cell-renderer, fix crash closing old style torrent ↵ | Alan Fitton | 2012-08-26 |
| | | | | properties | ||
* | add the peers/files/trackers tree view to torrent dialog in transmission style | Alan Fitton | 2012-08-26 |
| | |||
* | reindent all the things! with indent -nut -kr. | Alan Fitton | 2012-08-26 |
| | |||
* | add a menu for changing sort, useful when there are no column headers in ↵ | Alan Fitton | 2012-08-26 |
| | | | | Transmission style | ||
* | make view style configurable | Alan Fitton | 2012-08-25 |
| | |||
* | fix gtk2 support for new cell renderer and fix error reporting | Alan Fitton | 2012-08-25 |
| | |||
* | fix seed ratio display | Alan Fitton | 2012-08-24 |
| | |||
* | add missing status string for paused torrents | Alan Fitton | 2012-08-24 |
| | |||
* | new renderer mostly complete now | Alan Fitton | 2012-08-24 |
| | |||
* | consider seed ratios in the new cell renderer like Transmisson does, as well ↵ | Alan | 2012-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 branch | Alan Fitton | 2012-08-23 |
| | |||
* | adapt the cell renderer from Transmission to sort of work. possibly an ↵ | Alan Fitton | 2012-08-23 |
| | | | | alternative style, but lots of work to be done here. | ||
* | s/libgtk3.0-dev/libgtk-3-dev/ in debian control file | Alan Fitton | 2012-08-22 |
| | |||
* | use gtk3 by default with gtk2 fallback, and add --enable-gtk2 flag. update ↵ | Alan Fitton | 2012-08-19 |
| | | | | debian/control file to build with gtk3 libs. | ||
* | use literal row/column numbers in trg-torrent-add-dialog.c, because ↵ | Alan Fitton | 2012-08-19 |
| | | | | clang-analyzer and gcc -Wall doesn't like them being reset. |