summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Parse headers case insensitivelyGravatar LaserEyess2018-11-11
|
* Change links from google code to githubGravatar Alexander Kurilo2018-10-30
|
* Add 'Ctrl+q' to quit from keyboadGravatar LaserEyess2018-07-15
|
* Convert nl_langinfo abdays to utf8Gravatar si2018-04-14
| | | | Closes #68
* Add alt-days to remote preferencesGravatar si2018-04-13
| | | | Closes #67
* seed ratio 1 digitGravatar si2018-04-12
|
* int and double spinnersGravatar si2018-04-12
|
* Fix for General download/upload speed cannot be set in preferencesGravatar si2018-04-12
|
* Fix folder size displaying in new torrent windowGravatar Ilya Lukyanov2018-01-29
|
* Fix memory leak of g_utf8_strdownGravatar Elia Argentieri2017-07-14
|
* Add a mid-string case insensitive search function to files tree view.Gravatar Elia Argentieri2017-07-06
| | | | Closes #46.
* Add option in menu to copy magnet linkGravatar George Kaklamanos2017-06-19
|
* Change app id to io.github.TransmissionRemoteGtkGravatar Patrick Griffis2016-08-13
| | | | | | Better reflects the current domain of the project. At a later date all data files should be renamed to be consistant with this (required for Flatpak).
* Fix format string on 32bitGravatar Patrick Griffis2016-08-12
|
* Fix passing version to pod2manGravatar Patrick Griffis2016-07-19
|
* Fix origin in propsGravatar DriverXX2016-03-14
|
* Add speed limit in general panelGravatar DriverXX2016-03-10
|
* Add ratio in statisticsGravatar DriverXX2016-03-09
|
* Add priority to general panelGravatar DriverXX2016-03-09
|
* Add corrupted size to general panelGravatar DriverXX2016-03-09
|
* Set proper delete icon for "remove and delete data" buttonGravatar DriverXX2016-03-09
|
* Add directory first optionsGravatar DriverXX2016-03-09
|
* Add ratio limit to general panelGravatar DriverXX2016-03-09
|
* Fix out-of-tree build when using rssGravatar Andrey Gursky2016-02-26
|
* Redesign destination comboboxGravatar Patrick Griffis2016-02-17
|
* build: Make the path to pod2man configurableGravatar Patrick Griffis2016-01-23
|
* Remove custom string functions provided by glibGravatar Patrick Griffis2016-01-19
|
* More build system clean upGravatar Patrick Griffis2016-01-19
|
* Fix make distGravatar Patrick Griffis2016-01-19
|
* Move appdata to data and translateGravatar Patrick Griffis2016-01-19
|
* Move desktop file to data and translateGravatar Patrick Griffis2016-01-19
|
* Move icons to data dirGravatar Patrick Griffis2016-01-19
|
* Start modernizing GObject usageGravatar Patrick Griffis2016-01-19
| | | | Long way to go...
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* 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....
* 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
|
* 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
|
* 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!