summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Swedish translation. Thanks Åke SvenssonGravatar Alan Fitton2012-05-22
|
* add a missing source file to POTFILES.in. it being missing was causing the ↵Gravatar Alan Fitton2012-04-07
| | | | intltool make check tests to fail.
* remove a printf used to test last commitGravatar Alan Fitton2012-03-17
|
* issue 188Gravatar Alan Fitton2012-03-17
|
* issue 187Gravatar Alan Fitton2012-03-08
|
* contributed improvement to the url comment patch - use a GRegex now so only ↵Gravatar Alan Fitton2012-03-02
| | | | the URL is linked
* fix memory leak and improvement on the url comment patch, and add a ↵Gravatar Alan Fitton2012-03-01
| | | | completed at item to the general panel.
* contributed patch for clickable urls in commentsGravatar Alan Fitton2012-03-01
|
* issue 185 - change .desktop to add magnet uri handlerGravatar Alan Fitton2012-02-26
|
* another drag and drop fixGravatar Alan Fitton2012-02-08
|
* fix drag and dropGravatar Alan Fitton2012-02-07
|
* fix for delete button in persistent tree view never becoming sensitive on ↵Gravatar Alan Fitton2012-02-02
| | | | selection change. my first commit to the project using git \o/.
* issue 180 - reordering actions/directoriesGravatar Alan Fitton2012-02-01
|
* issue 179Gravatar Alan Fitton2012-01-31
|
* translation update thanks to Y3AVD33Gravatar Alan Fitton2012-01-28
|
* statusbar fix: connection fail messages should be replaced by the connected ↵Gravatar Alan Fitton2012-01-26
| | | | message if a subsequent attempt succeeds
* fix some c99 long long warnings by using GMAXINT_64 instead of INT64_MAXGravatar Alan Fitton2012-01-26
|
* changelog update and fix a small libappindicator bugGravatar Alan Fitton2012-01-25
|
* update the win32 installer to use the latest gtk.Gravatar Alan Fitton2012-01-25
|
* issue 175. make some (incomplete) changes as per the GTK+ best practices ↵Gravatar Alan Fitton2012-01-25
| | | | document - mainly using a pointer in the public class to access the private object (on a few important classes for now) for performance, and don't use C99 (C99 comments or mixed declarations/statements).
* try to suspend sorting while model is updatedGravatar Alan Fitton2012-01-24
|
* issue 158Gravatar Alan Fitton2012-01-23
|
* part of issue 175 - regression not doing refresh when adding/deletingGravatar Alan Fitton2012-01-23
|
* fix a crash when enabling/disabling status icon and a fix for the new ↵Gravatar Alan Fitton2012-01-22
| | | | GtkApplication impl
* fix that min/max problem reported by reardoniaGravatar Alan Fitton2012-01-21
|
* gtk3 off again - apparently it has issues. hopefully fix gtk2 build issue.Gravatar Alan Fitton2012-01-19
|
* re-enable gtk3 by default, should be picking the right libappindicator now.Gravatar Alan Fitton2012-01-19
|
* need to look at finding a compatible libappindicator for gtk3 on ubuntu. ↵Gravatar Alan Fitton2012-01-18
| | | | disable gtk3 by default until then.
* full and default gtk3 support, almost. the graph is disabled as the drawing ↵Gravatar Alan Fitton2012-01-18
| | | | api has changed quite a bit. yet another implementation to pass arguments, which made a cleanup of main.c necessary.
* don't use gtk_status_icon_position_menu on windows - it seems to be broken.Gravatar Alan Fitton2012-01-15
|
* 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
|