summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* remove unused variable in on_rss_receiveGravatar Alan F2014-06-11
|
* tweak appdata summaryGravatar Alan F2014-05-28
|
* fix aspect ratio of screenshotGravatar Alan F2014-05-28
|
* issue 263 - freedesktop.org AppData definition, for GNOME software center.Gravatar Alan F2014-05-28
|
* fix scope of destinationsGravatar Alan F2014-05-21
|
* issue 261 - refactoring of persistent tree view during RSS broke the ↵Gravatar Alan F2014-05-20
| | | | actions+directories views. PROP_CONF_FLAGS needed G_PARAM_CONSTRUCT_ONLY, otherwise it gets initialised after it is copied into the widget description struct, not before, so the config is accessed using the wrong scope.
* issue 260 - present (bring to front) the torrent add options dialog to the ↵Gravatar Alan F2014-04-25
| | | | user when it is opened.
* patch from rene.herman which fixes a type mismatch in some printf ↵Gravatar Alan F2014-04-24
| | | | specifications in the transmission style cell renderer, causing 32bit to show 0 connected peers and unknown eta. thanks!
* completely disable the individual model set operations (in -DDEBUG) by ↵Gravatar Alan F2014-04-23
| | | | changing the ifdef to TRG_DEBUG, as it looks like it may be missing some fields.
* in debug mode, add two missing model columns (connected and eta)Gravatar Alan F2014-04-23
|
* bundle the libmrss wrapper to make building easierGravatar Alan F2014-04-13
|
* don't include directory nodes in the n_files count when populating the ↵Gravatar Alan F2014-04-08
| | | | upload options treeview. this causes extra indexes to be sent to Transmission on upload, crashing it in some cases or failing the request.
* Accidentally included changes on the details panel to move to GtkGrid in the ↵Gravatar Alan F2014-03-15
| | | | previous commit. These aren't ready yet, so revert them.
* issue 254 - does not build without GeoIP enabled. thanks for patch!Gravatar Alan F2014-03-14
|
* sync hig.c from transmission-gtk to use GtkGrid instead of deprecated ↵Gravatar Alan F2014-03-12
| | | | GtkTable, and remove most other usage of GtkTable.
* fix deprecations on g_private_new and g_thread_new, by making them ↵Gravatar Alan F2014-03-12
| | | | statically initialised inside the TrgClientPrivate
* support uTorrent style cookies on the end of the RSS feed URLGravatar Alan F2014-03-11
|
* refactor TrgClient, also allowing cookies to be set on requestsGravatar Alan F2014-03-11
|
* Merge branch 'rss-viewer'. This is the biggest feature I've attempted to add ↵Gravatar Alan F2014-03-10
|\ | | | | | | for quite a long time. Quite a lot of refactoring of the HTTP client and threadpool has been done (to make it not send session tokens etc), uploads (was too much code duplication), and the add dialog was done to implement this. Don't expect this to be some fully automatable RSS client, use something like flexget for that, this is just a simple view on RSS feeds. It uses the rss-glib library, which you will probably need to install yourself to optionally use this feature. There are probably bugs still, so report them.
| * fix a memory leak found in new RSS window found by valgrindGravatar Alan F2014-03-10
| |
| * hacking to support the options dialog from rss feedsGravatar Alan F2014-03-09
| |
| * a cell renderer for RSS itemsGravatar Alan F2014-02-28
| |
| * put rss tree view in a scroll window, display HTTP error codes on error ↵Gravatar Alan F2014-02-25
| | | | | | | | (only use curl_strerror for communications error, != CURLE_OK)
| * plug the RSS feeds into the preferences dialog and put ifdefs so it should ↵Gravatar Alan F2014-02-24
| | | | | | | | compile without rss-glib
| * refactor the torrent upload code (it's called from a few places so is ↵Gravatar Alan F2014-02-19
| | | | | | | | probably worth it), and make it easier to use a HTTP response as the input.
| * RSS viewer now gets feed URLS from the config JSON, and displays the item ↵Gravatar Alan F2014-02-10
| | | | | | | | titles in a treeview.
| * refactor the TrgClient, so the thread pool and CURL clients are available ↵Gravatar Alan F2014-02-09
| | | | | | | | for making general HTTP GET, so don't send our username, password, and session.
* | correction on port test error fix, maybe it's because it's using the ↵Gravatar Alan F2014-02-05
| | | | | | | | response pointer instead of response->cb_data
* | don't use g_type_init on glib >= 2.36 as it's deprecatedGravatar Alan F2014-02-05
| |
* | 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.
| * the very first steps of an RSS viewer - bit of autotools integration with ↵Gravatar Alan F2014-02-05
|/ | | | rss-glib and an empty window.
* 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
|