summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Red Hat BZ#985147 - looks like a port test request failed, after the remote ↵Gravatar Alan F2014-02-05
| | | | preferences window had been closed, so the window had been unreferenced and destroyed. check it's a valid window before trying to use it as a parent.
* free desktop standard says a trailing semicolon is required on Keywords listGravatar Alan F2014-02-04
|
* issue 251 - _Keywords in .desktop file should probably be KeywordsGravatar Alan F2014-02-04
|
* issue 250 - use unparsed server version in status bar, so decimal mark isn't ↵Gravatar Alan F2014-02-03
| | | | localised.
* allow GeoIPCity.dat instead of GeoLiteCity.dat, since some installs seem to ↵Gravatar Alan F2014-02-03
| | | | use this
* GTK seems to be destroyingt and recreating columns in some circumstances (I ↵Gravatar Alan F2014-02-03
| | | | don't think it used to do this), which means binding it as an argument on a button signal causes a crash. Workaround by searching for the column by title.
* hide the country and city columns if the databases have not been opened ↵Gravatar Alan F2014-02-03
| | | | (probably because the file doesn't exist).
* load country and city when the column is enabled, so no need to reopen the ↵Gravatar Alan F2014-02-02
| | | | window.
* FOSDEM commit :) add a column to peers tree view with GeoIP city, if available.Gravatar Alan F2014-02-02
|
* remove the GtkAlignment that adds 6px padding around outer vbox. not sure ↵Gravatar Alan F2014-01-31
| | | | why that was ever there.
* issue 249 - remove 2px margin in outer vbox, so menu goes to end of windowGravatar Alan F2014-01-31
|
* that didn't work. the problem seems to be setting fixed widths (as saved on ↵Gravatar Alan F2014-01-29
| | | | exit), they're not being added together to determine the treeview size. disable restoring column widths as a workaround.
* GtkScrolledWindow horizontal GTK_POLICY_AUTOMATIC doesn't seem to work too ↵Gravatar Alan F2014-01-29
| | | | well anymore... set it to GTK_POLICY_ALWAYS
* deprecation fixes: change to GtkStock to themed icons for all cell renderersGravatar Alan F2014-01-08
|
* remove all support for gtk2Gravatar Alan F2014-01-07
|
* issue 235 - optional validation of SSL certificatesGravatar Alan F2013-12-20
|
* issue 227 - in statusbar alt limits should supercede normal limits if ↵Gravatar Alan F2013-10-22
| | | | active. thanks for the patch!
* issue 234 - add keywords to desktop fileGravatar Alan F2013-07-20
|
* 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.