summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* issue 134Gravatar Alan Fitton2011-10-01
|
* accept URLs and magnet links as application arguments, DHT on magnet ↵Gravatar Alan Fitton2011-10-01
| | | | warning, fix files model to accept new files after first update (required for magnet).
* escape \d+ in host regexGravatar Alan Fitton2011-10-01
|
* for issue 141Gravatar Alan Fitton2011-10-01
|
* issue 65Gravatar Alan Fitton2011-10-01
|
* issue 135Gravatar Alan Fitton2011-10-01
|
* fix a warning caused by divide by zero on empty filesGravatar Alan Fitton2011-10-01
|
* issue 142Gravatar Alan Fitton2011-09-30
|
* issue 133Gravatar Alan Fitton2011-09-30
|
* on first use the notebook position was taking the pref get_int default of 0, ↵Gravatar Alan Fitton2011-09-30
| | | | taking up the whole window. fix.
* the glib process spawning stuff requires some helper utilities so add them ↵Gravatar Alan Fitton2011-09-30
| | | | to the installer
* setting a file unwanted would set the icon to GTK_STOCK_CANCEL, then when it ↵Gravatar Alan Fitton2011-09-30
| | | | was acknowledged the model would set it to STOCK_CLOSE. change the model to STOCK_CANCEL also so this can't be seen.
* some improvements to remote exec. can now use profile options like %{hostname}Gravatar Alan Fitton2011-09-30
|
* oops, forgot to add two new filesGravatar Alan Fitton2011-09-29
|
* the foundation of remote command execution. still lots of work to do here, ↵Gravatar Alan Fitton2011-09-29
| | | | but it works for me and seems like a good start.
* issue 129, issue 130Gravatar Alan Fitton2011-09-26
|
* issue 128Gravatar Alan Fitton2011-09-24
|
* an installer for win32Gravatar Alan Fitton2011-09-23
|
* might fix the random warnings in remote-prefs for some, but I can't ↵Gravatar Alan Fitton2011-09-21
| | | | reproduce it, so quite possibly not.
* found a better way to do the win32 gtkrc so remove some stuff I added beforeGravatar Alan Fitton2011-09-21
|
* issue 124 - also fix another crash in trg-remote-prefsGravatar Alan Fitton2011-09-21
|
* on win32, set a GTK theme called win32-gtkrc.rc in the directory of the ↵Gravatar Alan Fitton2011-09-21
| | | | executable. the default GTK theme is *ugly* on windows, the MS-Windows one is less ugly..
* issue 120Gravatar Alan Fitton2011-09-20
|
* some stuff to build against gtk3, mostly some changes from accessing an ↵Gravatar Alan Fitton2011-09-20
| | | | objects struct for members to using functions, due to these structs now being gsealed.
* undo the last commit - mainly because G_GINT64_FORMAT will break some ↵Gravatar Alan Fitton2011-09-20
| | | | localised strings
* use the gint64 format specifier %li, not %ld (long). hopefully silence the ↵Gravatar Alan Fitton2011-09-20
| | | | last remaining compiler warnings that I've seen (only on 32bit).
* issue 119Gravatar Alan Fitton2011-09-20
|
* issue 78 - contributed patch for drag'n'drop supportGravatar Alan Fitton2011-09-20
|
* some stuff to dispatch strings instead of JsonNode, but nothing uses it yet.Gravatar Alan Fitton2011-09-19
|
* 118Gravatar Alan Fitton2011-09-19
|
* 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
|