summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* parse the version out of the version string using locale agnostic ↵Gravatar Alan Fitton2012-01-15
| | | | g_ascii_strtod instead of sscanf, which would only pick up the integer component with a locale which used a different radix character.
* installer fix and disable mime icons for win32. this seems to not work most ↵Gravatar Alan Fitton2012-01-15
| | | | of the time (for most extensions), compared to on Linux at least, and what's worse is it doesn't seem to set the "uncertain" flag so it ends up being a blank icon. just use gtk_stock_file instead.
* the information in the bottom left label seemed pretty redundant now that is ↵Gravatar Alan Fitton2012-01-15
| | | | all displayed in the filter panel. I think that space is better used just for something simple like Connected: where (what).
* reindent + french translation completionGravatar Alan Fitton2012-01-13
|
* a torrent priority right click menu. change the refresh on interactive ↵Gravatar Alan Fitton2012-01-13
| | | | action behavior to make sure priority/other changes are refreshed immediately.
* the handler for adding many files (threaded) expands after adding, ↵Gravatar Alan Fitton2012-01-12
| | | | consistent with the fewer handler.
* fix memory leak on response from first response from server (HTTP conflict ↵Gravatar Alan Fitton2012-01-12
| | | | with session id).
* fix memory leaks and parse a files tree in a thread if there's over 600 ↵Gravatar Alan Fitton2012-01-11
| | | | files, to avoid UI freezes on massive torrents.
* refresh the speed label if global speed limits enabledGravatar Alan Fitton2012-01-10
|
* fix for click on priority in main tree view toggling enabled/disabled. ↵Gravatar Alan Fitton2012-01-10
| | | | increment file parent sizes in the temporary tree instead of in the gtk model for performance.
* invalidate previous files path iterator if something doesn't match, to avoid ↵Gravatar Alan Fitton2012-01-10
| | | | unnecessary checks.
* fix toggle button in files tree viewGravatar Alan Fitton2012-01-09
|
* free the files intermediate tree after it's added to the modelGravatar Alan Fitton2012-01-09
|
* forgot a file, reindentGravatar Alan Fitton2012-01-09
|
* issue 174 - exec crash, issue 173 - files first update performance fixed.Gravatar Alan Fitton2012-01-09
|
* fix the performance problems with the torrent add dialog on torrents with ↵Gravatar Alan Fitton2012-01-08
| | | | many files/dirs. the parent size updates just walks up parents rather than a full foreach, and the inserts try to use the previous update to speed up finding/creating the directories. I'll probably do something similar to the main files treeview.
* Win32 installGravatar Alan Fitton2012-01-04
|
* reindent with gnu indent. add keyboard accelerators for view menu, fix ↵Gravatar Alan Fitton2012-01-04
| | | | toggle filter widget also connected to toggle graph cb. add Lithuanian translation thanks to Algimantas Margevičius via launchpad.
* fix priority/enabled on directoriesGravatar Alan Fitton2012-01-04
|
* show alt speed limits in status bar speed, like primary speed limits.Gravatar Alan Fitton2012-01-04
|
* make the torrent add tree view and the files tree view fairly consistent, ↵Gravatar Alan Fitton2012-01-04
| | | | sharing code where possible. this allows changing priority and enabled using a directory. expand/collapse all buttons. the one taken from Transmission for torrent add dialog now has menus and the mime icons. may be bugs here, I know there's one with directories appearing as mixed and not updating upwards properly, but it's a start.
* timeout and retries settingsGravatar Alan Fitton2012-01-02
|
* keyboard acceleratorsGravatar Alan Fitton2012-01-02
|
* put the general panel in a scroll windowGravatar Alan Fitton2012-01-02
|
* tweak to application shortcutGravatar Alan Fitton2012-01-02
|
* reload directory aliases if default download dir (remote pref) is changed.Gravatar Alan Fitton2012-01-02
|
* 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
|