summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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 Tran...Gravatar Alan Fitton2012-08-26
* 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
* improvements to new cell renderer branchGravatar Alan Fitton2012-08-23
* adapt the cell renderer from Transmission to sort of work. possibly an altern...Gravatar Alan Fitton2012-08-23
* s/libgtk3.0-dev/libgtk-3-dev/ in debian control fileGravatar Alan Fitton2012-08-22
* use gtk3 by default with gtk2 fallback, and add --enable-gtk2 flag. update de...Gravatar Alan Fitton2012-08-19
* use literal row/column numbers in trg-torrent-add-dialog.c, because clang-ana...Gravatar Alan Fitton2012-08-19
* switch back to C99 to avoid some printf specifier unsupported warnings, and u...Gravatar Alan Fitton2012-08-18
* fix a possible and rare NULL ptr dereference in an abrt crash report I got, r...Gravatar Alan Fitton2012-08-13
* issue 210 (I hope). check for an empty (NULL) bencode dict. update AUTHORS wi...Gravatar Alan Fitton2012-08-08
* Revert Swedish translation. Latest version hadn't been imported into launchpa...Gravatar Alan Fitton2012-08-07
* New translations from launchpad. Some finished, some not.Gravatar Alan Fitton2012-08-07
* 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 warnin...Gravatar Alan Fitton2012-07-17
* use G_TYPE_INT64 for seeders/leechers/downloads in the model. this was being ...Gravatar Alan Fitton2012-07-17
* reorder compilationGravatar Alan Fitton2012-07-17
* fix debug mode (used non-existent var in the model set). use the icons for qu...Gravatar Alan Fitton2012-07-15
* Revert "gtk3 60 second graphing - this is a seperate source for now, could be...Gravatar Alan Fitton2012-07-09
* Revert "make the gtk3 graph build (this was supposed to be a branch but I for...Gravatar Alan Fitton2012-07-09
* make the gtk3 graph build (this was supposed to be a branch but I forgot to c...Gravatar Alan Fitton2012-07-09
* gtk3 60 second graphing - this is a seperate source for now, could be easily ...Gravatar Alan Fitton2012-07-08
* version bump in rpm/deb packaging files, update changelog, update .pot fileGravatar Alan Fitton2012-06-29
* translation updates from launchpadGravatar Alan Fitton2012-06-29
* include the system header section title as an extension to previous commitGravatar Alan Fitton2012-06-26
* hide config options for status icon when on unity with no libappindicator sup...Gravatar Alan Fitton2012-06-26
* fix compilation with libappindicatorGravatar Alan Fitton2012-06-26
* try to only use libappindicator if we're running in unityGravatar Alan Fitton2012-06-26
* fix minimise to tray and compiler warning in peers modelGravatar Alan Fitton2012-06-26
* some changes and hacks to get GeoIP on WindowsGravatar Alan Fitton2012-06-21
* update win32 installer to gtk3 and my new mingw32 environment.Gravatar Alan Fitton2012-06-21
* truncate magnet links to 75 chars in add dialog, these can easily make the di...Gravatar Alan Fitton2012-06-20
* issue 182 - ctrl+k to focus on search entry like firefoxGravatar Alan Fitton2012-06-13
* fix typo breaking the gtk2 build (homogeneous in util.c)Gravatar Alan Fitton2012-06-11
* issue 186 - apply to all combo box in torrent add dialogGravatar Alan Fitton2012-06-10
* fix deprecation warnings for gtk_{h,v}box_new and gtk_{h,v}paned_new in gtk3Gravatar Alan Fitton2012-06-05
* issue 197 - fix GTK3 unique application support by using g_application_comman...Gravatar Alan Fitton2012-06-01
* just discovered a pull request by gyp for the units issue I fixed earlier, us...Gravatar Alan Fitton2012-05-27
* issue 184 - calculate ratio from have valid instead of downloaded, as Transmi...Gravatar Alan Fitton2012-05-27
* issue 198 - wrong speed units reported in tray (needs dividing by 1024)Gravatar Alan Fitton2012-05-27
* missing change to LINGUAS fileGravatar Alan Fitton2012-05-22
* Fix where Swedish translation is installed. Should be sv not se.Gravatar Alan Fitton2012-05-22
* Swedish translation. Thanks Åke SvenssonGravatar Alan Fitton2012-05-22
* add a missing source file to POTFILES.in. it being missing was causing the in...Gravatar Alan Fitton2012-04-07