summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| * | 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
* fix a possible and rare NULL ptr dereference in an abrt crash report I got, ↵Gravatar Alan Fitton2012-08-13
| | | | run GTK init before converting command line arguments to hopefully avoid GTK/glib debugging flags being passed as torrent filenames.
* issue 210 (I hope). check for an empty (NULL) bencode dict. update AUTHORS ↵Gravatar Alan Fitton2012-08-08
| | | | with new translations
* issue 208 - escape URL for pango markup. issue 206 - minimize on tray click.Gravatar Alan Fitton2012-08-03
|
* issue 205 - fix compilation on debian stable.Gravatar Alan Fitton2012-07-21
|
* issue 204 - fix a fairly harmless concurrency problem which results in ↵Gravatar Alan Fitton2012-07-17
| | | | warnings, when selecting a torrent with many files (so the tree is built in a thread) and then selecting something else. pass the wanted and priorities arrays into the thread function instead of using object members.
* use G_TYPE_INT64 for seeders/leechers/downloads in the model. this was being ↵Gravatar Alan Fitton2012-07-17
| | | | saved to a gint64 in the general panel, leading to incorrect numbers displayed.
* reorder compilationGravatar Alan Fitton2012-07-17
|
* fix debug mode (used non-existent var in the model set). use the icons for ↵Gravatar Alan Fitton2012-07-15
| | | | queueing in the state selector in the torrent list icon too.
* Revert "gtk3 60 second graphing - this is a seperate source for now, could ↵Gravatar Alan Fitton2012-07-09
| | | | | | be easily merged it seems." This reverts commit d4711b4c9e9ae88ed75829371f184b6f7b387a27.
* Revert "make the gtk3 graph build (this was supposed to be a branch but I ↵Gravatar Alan Fitton2012-07-09
| | | | | | forgot to checkout...). some more fixes needed here." This reverts commit e83f587d095bb49c494e429fcfa43d4ee3b7e047.