summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * about-dialog: Use GPL2 from Gtk3Gravatar Patrick Griffis2016-01-19
| |
| * Fix numerous warnings/errorsGravatar Patrick Griffis2016-01-19
| |
| * Start cleaning up build systemGravatar Patrick Griffis2016-01-19
| | | | | | | | Long way to go....
| * Remove package filesGravatar Patrick Griffis2016-01-19
| | | | | | | | That is a distros job to maintain
| * Add gitignore and remove various filesGravatar Patrick Griffis2016-01-19
| |
| * Simplify autogen.shGravatar Patrick Griffis2016-01-19
| |
| * Update git clone url again to use github orgGravatar Alan F2016-01-13
| |
| * Update the git clone url in the README.Gravatar Alan F2016-01-09
| |
| * Merge pull request #7 from andreygursky/update-potfiles-inGravatar Alan F2016-01-08
| |\ | | | | | | Add missing file to POTFILES.in
| | * Add missing file to POTFILES.inGravatar Andrey Gursky2016-01-08
| |/
* | Release for unstableGravatar Benjamin Barenblat2015-11-23
| |
* | debian/changelog: s/sid/experimental/1.1.1-2Gravatar Benjamin Barenblat2015-08-28
| | | | | | | | | | | | | | sid is currently being used as a staging area for the libstdc++ transition (see <https://lists.debian.org/debian-devel-announce/2015/08/msg00000.html>), so upload to experimental instead.
* | debian/changelog: s/unstable/sid/Gravatar Benjamin Barenblat2015-07-26
| | | | | | | | This silences a dput warning.
* | General debian/rules hygieneGravatar Benjamin Barenblat2015-07-26
| |
* | Use the GPL from base-files in About (closes Debian #791553)Gravatar Benjamin Barenblat2015-07-26
| |
* | Update debian/changelogGravatar Benjamin Barenblat2014-11-25
| |
* | Import upstream’s patch to add keywords to the .desktop fileGravatar Benjamin Barenblat2014-11-25
| | | | | | | | This fixes a Lintian warning.
* | Import upstream’s patch to have 'make test' work againGravatar Benjamin Barenblat2014-11-25
| |
* | Disable silent buildingGravatar Benjamin Barenblat2014-11-25
| | | | | | | | | | | | Apparently, there’s a build log checker that checks for things like hardening flags, and it can’t do the check if the flags don’t get printed.
* | Update Vcs-* URLsGravatar Benjamin Barenblat2014-11-25
| | | | | | | | | | I changed around some of the URLs on my site, so the old URLs don’t work.
* | Bump Standards-VersionGravatar Benjamin Barenblat2014-11-25
| |
| * revert to autosizeGravatar Alan F2014-06-20
| |
| * make treeview columns fixed again, still doesn't work properly because of ↵Gravatar Alan F2014-06-19
| | | | | | | | gnome bug
| * issue 265 - remove extraneous bracket breaking buildGravatar Alan F2014-06-16
| |
| * update .potGravatar Alan F2014-06-16
| |
| * Update transmissions from launchpadGravatar Alan F2014-06-14
| |
| * even though unity hides the icon from the tray, you can whitelist it, so ↵Gravatar Alan F2014-06-14
| | | | | | | | enable the system tray on unity again.
| * issue 243 - fix start minimized.Gravatar Alan F2014-06-12
| |
| * Update changelogs and packaging metadata with new version 1.2.1.2Gravatar Alan F2014-06-11
| |
| * update pot translation templateGravatar Alan F2014-06-11
| |
| * update versionGravatar Alan F2014-06-11
| |
| * 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
| |
| * fix possible case error in rss-glib Makefile and readd silent compilationGravatar Alan F2014-04-15
| |
| * 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
| |