summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* a spanish translation, thanks aspidzentGravatar Alan Fitton2011-09-19
|
* add a null check in trg_response_freeGravatar Alan Fitton2011-09-19
|
* issue 84Gravatar Alan Fitton2011-09-19
|
* some win32 build stuffGravatar Alan Fitton2011-09-18
|
* fix addfiles threadfunc to use g_idle_add(), missed during earlier win32 ↵Gravatar Alan Fitton2011-09-18
| | | | changes.
* fix for non-existant torrent filesGravatar Alan Fitton2011-09-18
|
* use g_free in bencode.c for memory profilingGravatar Alan Fitton2011-09-18
|
* changes to make memory profiling easierGravatar Alan Fitton2011-09-18
|
* fix crash in stats dialog introduced by g_idle_add() changesGravatar Alan Fitton2011-09-18
|
* don't set a default position for the vpanedGravatar Alan Fitton2011-09-18
|
* base64.c has gone from being a base64 implementation to a small wrapper ↵Gravatar Alan Fitton2011-09-18
| | | | around GMappedFile and the glib base64 encoder. Makes more sense in util.c now.
* forgot to add new m4 macro - acinclude.m4Gravatar Alan Fitton2011-09-18
|
* Big changeset, may break stuff. Unfortunately you can't magically jump into ↵Gravatar Alan Fitton2011-09-18
| | | | the UI thread using gdk_threads_enter/leave() on Windows, the only way is to schedule a callback using g_idle_add. This required a lot of reworking. Good news, Windows support actually works now \o/
* issue 113Gravatar Alan Fitton2011-09-18
|
* issue 111Gravatar Alan Fitton2011-09-18
|
* issue 85Gravatar Alan Fitton2011-09-16
|
* issue 85Gravatar Alan Fitton2011-09-16
|
* issue 85Gravatar Alan Fitton2011-09-16
|
* issue 106Gravatar Alan Fitton2011-09-16
|
* fix potential config mutex deadlockGravatar Alan Fitton2011-09-16
|
* issue 104Gravatar Alan Fitton2011-09-16
|
* issue 101Gravatar Alan Fitton2011-09-14
|
* need to clear the free space and speed indicators if there's a disconnect ↵Gravatar Alan Fitton2011-09-14
| | | | due to error.
* get_torrent_data() declaration in wrong header, move it.Gravatar Alan Fitton2011-09-14
|
* something wrong with the win32 stuff in configure.ac/Makefile.am, comment it ↵Gravatar Alan Fitton2011-09-14
| | | | out until I fix it
* some win32 compiler flagsGravatar Alan Fitton2011-09-13
|
* more windows portabilityGravatar Alan Fitton2011-09-13
|
* use GMappedFile instead of mmap. simpler and more portable.. I think an easy ↵Gravatar Alan Fitton2011-09-13
| | | | windows build should be possible using mingw now.
* update the pot file for translators. sorry there will be lots of ↵Gravatar Alan Fitton2011-09-12
| | | | untranslated strings in the next release, but needed to get a release done :-) plz attach updates to the issue and I'll update
* up/down queue keys with alt + up/downGravatar Alan Fitton2011-09-12
|
* use GTK_STOCK_CLEAR instead of GTK_STOCK_DELETE for delete buttonGravatar Alan Fitton2011-09-12
|
* issue 94 - option to do full update after every n recently only updatesGravatar Alan Fitton2011-09-12
|
* issue 91 - seems to work for me, but looks like changing state in ↵Gravatar Alan Fitton2011-09-12
| | | | GtkCheckMenuItem inside expose-event causes it to be blank for some. add a pref-changed signal and use this to trigger an update.
* use the same function used for torrent/recheck progress in peer progress.Gravatar Alan Fitton2011-09-12
|
* show progress in percent done columnGravatar Alan Fitton2011-09-11
|
* hide queueing state selectors if not supportedGravatar Alan Fitton2011-09-11
|
* more queues supportGravatar Alan Fitton2011-09-11
|
* fix for multiple graphs being createdGravatar Alan Fitton2011-09-11
|
* for view menu check items, set their active in an expose event so they're ↵Gravatar Alan Fitton2011-09-11
| | | | synced with preferences. add move up/down queue buttons (only in torrent menu for now).
* queue position settingGravatar Alan Fitton2011-09-11
|
* use thread local storage to keep one curl client per thread (by default 3) ↵Gravatar Alan Fitton2011-09-11
| | | | in the thread pool
* issue 89Gravatar Alan Fitton2011-09-09
|
* another buttonGravatar Alan Fitton2011-09-08
|
* sync up the view menu and the desktop preferences page a bitGravatar Alan Fitton2011-09-08
|
* issue 71Gravatar Alan Fitton2011-09-08
|
* issue 71 - remove trailing slashes from directory names in combo box and ↵Gravatar Alan Fitton2011-09-08
| | | | state selector to avoid duplicates.
* issue 86 - accidentally removed the signal handler for remote prefs button ↵Gravatar Alan Fitton2011-09-08
| | | | earlier.
* s/minimise/minimized/ (I'll use the American spelling. minimised is more ↵Gravatar Alan Fitton2011-09-08
| | | | common here in Britain I think.)
* issue 42 - start in tray argument. fix state selector persisting of ↵Gravatar Alan Fitton2011-09-08
| | | | selection (was out by 1).
* issue 59 - add first tracker column.Gravatar Alan Fitton2011-09-08
|