summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* change units to the IEC standard (and the Ubuntu units policy) for base2 ↵Gravatar Alan Fitton2012-01-02
| | | | (/1024) - KiB/GiB etc. this is instead of KB/s etc which Windows and many other apps use for base2. I've tried to fix up the translations as best as I can.
* the refresh button on the state selector would cause counts to be doubled, ↵Gravatar Alan Fitton2012-01-02
| | | | because it expects the serial to have increased. just increment the serial.
* contributed patch to change two Kbps to the correct KB/s. also have another ↵Gravatar Alan Fitton2012-01-02
| | | | go at the more efficient filter refreshes.
* revert the last change until i have time to fix a few issuesGravatar Alan Fitton2011-12-31
|
* avoid some unnecessary filter updatesGravatar Alan Fitton2011-12-28
|
* counts for tracker and directory filtersGravatar Alan Fitton2011-12-27
|
* filter items (not trackers+dirs for now) show counts next to them. while ↵Gravatar Alan Fitton2011-12-27
| | | | doing this, I made the stats update loop something that happens only if something changes, which avoids a full iteration over all torrents (even in active only).
* commit the first translation updated using launchpad, Spanish kindly done by ↵Gravatar Alan Fitton2011-12-24
| | | | fitoschido. it's a great way to update the translations.
* reset status bar should hide the event box, not the image, so it reappears ↵Gravatar Alan Fitton2011-12-23
| | | | on reconnect.
* trying to make the local/remote preferences organised and looking better. ↵Gravatar Alan Fitton2011-12-23
| | | | moving, splitting, adding/renaming headers and tab names.
* the turtle might be a bit of a mystery to some, so add a tooltip.Gravatar Alan Fitton2011-12-23
|
* minor tweak to the alternate limits active label (remote prefs)Gravatar Alan Fitton2011-12-23
|
* "turtle" mode in the status bar. for easy activation of alternative speed ↵Gravatar Alan Fitton2011-12-23
| | | | limits.
* some minor tidying of remote prefs alternate limit stuffGravatar Alan Fitton2011-12-22
|
* some support for "alternate" speed limits, including setting them to be ↵Gravatar Alan Fitton2011-12-22
| | | | turned on/off at a certain time range.
* move the check for a file completed delta of > 0 to the caller of the ↵Gravatar Alan Fitton2011-12-21
| | | | foreachfunc, instead of checking inside. could save quite a few cpu cycles.
* first bytesCompleted increment up the directory tree should be ↵Gravatar Alan Fitton2011-12-21
| | | | bytesCompleted, not length (causing all directories to be 100% complete)
* fix memory leak on new fileicon cell rendererGravatar Alan Fitton2011-12-21
|
* fix int/int64 mismatch crash and don't update if increment is < 1Gravatar Alan Fitton2011-12-21
|
* hopefully a fix for tree on windowsGravatar Alan Fitton2011-12-21
|
* file trees :D may do cascading priority changes sometime, but this is a ↵Gravatar Alan Fitton2011-12-21
| | | | start. also use GTK_STOCK_FILE if mime/extension detection fails.
* fix a build errorGravatar Alan Fitton2011-12-14
|
* profile button items should be radio buttons not check boxes.Gravatar Alan Fitton2011-12-14
|
* a memory leak when filtering by trackerGravatar Alan Fitton2011-12-12
|
* use gtk_status_icon_position_menu when right clicking a GtkStatusIcon. This ↵Gravatar Alan Fitton2011-12-12
| | | | positions it correctly, as I notice on GNOME3 (not on XFCE or Ubuntu with libappindicator) the top can be obscured, depending where on the icon you click.
* config.h.in shouldn't be in version controlGravatar Alan Fitton2011-12-12
|
* minor packaging tweakGravatar Alan Fitton2011-12-12
|
* remove a misplaced question mark (copied from wiki) in the debian/control ↵Gravatar Alan Fitton2011-12-12
| | | | description
* inc connid immediately on disconnect. this prevents a request from an ↵Gravatar Alan Fitton2011-12-11
| | | | earlier connection being picked up.
* try to make the libappindicator/gtkstatusicon split less messy and more ↵Gravatar Alan Fitton2011-12-11
| | | | consistent
* oops, no tabs. (indent -kr -nut)Gravatar Alan Fitton2011-12-11
|
* run GNU indent everything. not done this for a while because it was ↵Gravatar Alan Fitton2011-12-11
| | | | producing weird results. seems ok now.
* a few more appindicator fixes and reindent trg-main-window.cGravatar Alan Fitton2011-12-11
|
* split out connection changes and stats updates for status icon. means menu ↵Gravatar Alan Fitton2011-12-11
| | | | isn't recreated each time for appindicator, just update label(s)
* minor fixes to appindicator supportGravatar Alan Fitton2011-12-11
|
* first attempt at libappindicator supportGravatar Alan Fitton2011-12-11
|
* another debian packaging fix: use dh-autoreconfGravatar Alan Fitton2011-12-10
|
* missing intltool from debian/control file causing pbuilder to fail.Gravatar Alan Fitton2011-12-10
|
* add ChangeLog to docs in debian buildGravatar Alan Fitton2011-12-09
|
* destination-combo fix: defaultDir free before existing added, so existing in ↵Gravatar Alan Fitton2011-12-09
| | | | default dir was creating 1 dupe.
* get rid of default tree view widths.. not really needed now that they're ↵Gravatar Alan Fitton2011-12-09
| | | | persistent, and they make the tree view look messy on first run.
* a few minor spec file and win32 installer tweaks. install new ↵Gravatar Alan Fitton2011-12-09
| | | | changelog+authors in spec, change newlines. on windows, install changelog and authors.
* some improvements and fixes to the destination combo. don't add existing ↵Gravatar Alan Fitton2011-12-09
| | | | directories if they are already labels.
* rename the addremove signal in the torrent model to update-filters. this is ↵Gravatar Alan Fitton2011-12-09
| | | | the only thing it's used for, and I've just made another use of it - since we now check if a download directory has changed to update the short one, emit the signal. now moving torrent(s) to a new directory is instantly shown.
* update the pot (translation template) fileGravatar Alan Fitton2011-12-09
|
* some fixes to the debian packaging contributed by Alex MGravatar Alan Fitton2011-12-09
|
* add some comments at the top of some files, also add a timeout of 20 seconds ↵Gravatar Alan Fitton2011-11-30
| | | | for curl requests
* extra fix on issue 167 - proxy the sort-column-changed event from the real ↵Gravatar Alan Fitton2011-11-29
| | | | sortable through the TrgSortableFilteredModel. GtkTreeViewColumn needs this event to display sort indicators.
* issue 167Gravatar Alan Fitton2011-11-29
|
* always use -O2 for the windows build, exclude desktop icons and man pages, ↵Gravatar Alan Fitton2011-11-27
| | | | request admin rights when the installer is started (to prevent access denied to program files on vista/win7)