Jordan Lee
|
4c8bda8805
|
function pointer type correctness. mikedld
|
2013-09-08 17:08:18 +00:00 |
|
Jordan Lee
|
28fe36f1f8
|
#include limits.h where we use it, and don't where we don't
|
2013-08-24 17:53:45 +00:00 |
|
Jordan Lee
|
229f9e5ae6
|
(trunk, gtk) #5450: in transmission-gtk's main.c::on_app_exit(), check to see if shutdown's already been initiated so that we don't call tr_sessionClose() twice.
|
2013-08-05 02:39:30 +00:00 |
|
Jordan Lee
|
33795457b1
|
(trunk, gtk) #5032 'gobject warning' -- fix typo introduced in r14144
|
2013-07-27 18:20:32 +00:00 |
|
Jordan Lee
|
14c0256861
|
(trunk, gtk) #5032 'gobject warning when updating blocklist from URL' -- fixed with patch from fanatid
|
2013-07-24 17:20:21 +00:00 |
|
Jordan Lee
|
16ab373503
|
(trunk gtk) #5320 'can't opena folder with '#' in its name': in gtr_open_file(), use g_file_new_for_path().
|
2013-07-24 17:11:21 +00:00 |
|
Jordan Lee
|
cc1b1cd430
|
since Transmission supports older versions of glib, add a portability wrapper for G_DEFINE_QUARK
|
2013-07-24 00:13:31 +00:00 |
|
Jordan Lee
|
6a47b4a5d3
|
don't use a '-' character in the QN argument to G_DEFINE_QUARK. https://forum.transmissionbt.com/viewtopic.php?p=65548#p65548
|
2013-07-22 23:00:10 +00:00 |
|
Jordan Lee
|
f83ff36cd5
|
(trunk gtk) use G_SOURCE_REMOVE where appropriate
|
2013-07-20 16:37:59 +00:00 |
|
Jordan Lee
|
7cbb20279b
|
use consistent code indentation/whitespace in open dialog, file list, and set location dialog
|
2013-07-20 16:19:15 +00:00 |
|
Jordan Lee
|
2d6ace29ba
|
(trunk, gtk) #5430: periodic update timer in 'Torrent > Set Location...' should be cleared immediately when dialog is closed.
|
2013-07-20 15:55:29 +00:00 |
|
Jordan Lee
|
94fd3b486b
|
(trunk) slightly better image compression by passing them through pngwolf
|
2013-07-14 23:03:31 +00:00 |
|
Jordan Lee
|
d244545979
|
use G_DEFINE_QUARK instead of rolling our own quark getters
|
2013-07-09 22:44:24 +00:00 |
|
Jordan Lee
|
7f9f86c55a
|
fix a minor GAppInfo memory leak in transmission-gtk
|
2013-07-08 19:34:58 +00:00 |
|
Jordan Lee
|
59af132947
|
replace deprecated gtk_icon_info_free() calls with g_object_unref() in GTK+ >= 3.8.0
|
2013-07-08 16:25:18 +00:00 |
|
Jordan Lee
|
59f27cc1c6
|
remove the ShowOnlyIn=Unity desktop entries. These were from bug #4804 as an interim measure until XDG action groups were more widely supported, and can be removed.
|
2013-07-02 21:20:33 +00:00 |
|
Jordan Lee
|
a95b6c1e6c
|
(trunk) #5382: better compression of our bundled png files. recompressed by Mangix
|
2013-06-26 02:06:43 +00:00 |
|
Jordan Lee
|
beeb4d3b77
|
(trunk, gtk) minor fix to tr_prefs_init_default() -- avoid redundant calls to g_get_user_special_dir
|
2013-06-12 00:22:41 +00:00 |
|
Jordan Lee
|
027e3f3066
|
(trunk, libT) #4682 'Add return id from duplicate torrent torrent-add rpc' -- added.
|
2013-05-22 20:35:38 +00:00 |
|
Jordan Lee
|
96786b7fa1
|
(trunk) update web.h's API s.t. there's an explicit function to use when downloading webseed content.
|
2013-04-13 20:25:28 +00:00 |
|
Jordan Lee
|
c51132ad78
|
#5335: better compression of .png files by Mangix
|
2013-04-10 02:27:42 +00:00 |
|
Jordan Lee
|
0abb762ed5
|
segfault when opening prefs dialog in gtk+ 3.8.0
|
2013-04-10 02:12:19 +00:00 |
|
Jordan Lee
|
d1571bda02
|
(gtk) use replace strcmp() with g_strcmp0() everywhere
|
2013-02-14 15:17:42 +00:00 |
|
Jordan Lee
|
76a3b116f0
|
use g_strcmp0() instead of strcmp() to guard against corrupt settings in the config file
|
2013-02-10 23:06:05 +00:00 |
|
Jordan Lee
|
90b95697e0
|
(gtk) #5284 'file tree should show the wanted size of the subtree, not the entire size': done.
|
2013-02-09 19:28:38 +00:00 |
|
Jordan Lee
|
cd09204a6e
|
(trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations.
|
2013-02-09 04:05:03 +00:00 |
|
Jordan Lee
|
d76d2a34d9
|
(gtk) match transmission-qt's way of showing up & down speeds in the statusbar
|
2013-02-08 01:34:59 +00:00 |
|
Jordan Lee
|
445609f690
|
(trunk) prefer tr_remove() to unlink() or rmdir()
|
2013-02-04 21:53:19 +00:00 |
|
Jordan Lee
|
1a768ab06f
|
(gtk) #5271 'once we start shutting down the application, stop updating the Action states': more safeguards
|
2013-02-04 18:34:39 +00:00 |
|
Jordan Lee
|
2e251f73cb
|
(gtk) #5246 'problems when incomplete-dir is a subdirectory of download-dir': change the file chooser API calls, based on suggestion from kraai
|
2013-02-04 16:51:52 +00:00 |
|
Jordan Lee
|
0c8c2b5bdd
|
(gtk) #5271 'once we start shutting down the application, stop updating the Action states': fixed
|
2013-02-04 16:11:08 +00:00 |
|
Jordan Lee
|
1c90e929d1
|
(gtk) #4076 'free space indicator': tweak the GTK+ client's visible count label's behavior as the previous commit did for the Qt client
|
2013-02-02 23:01:33 +00:00 |
|
Jordan Lee
|
085c37584e
|
#4076 'free space indicator': in the Qt and GTK+ clients, add 'Free' to the freespace labels to give more context of what the number means
|
2013-02-01 21:02:40 +00:00 |
|
Jordan Lee
|
16d46a72a1
|
in the Qt and GTK+ clients, move the torrent count indicator from the statusbar to the filterbar
|
2013-02-01 20:58:55 +00:00 |
|
Jordan Lee
|
69f3e31230
|
(libT) change the API signature for tr_torrentVerify() s.t. client code can be notified when the verify is finished
|
2013-01-31 21:58:25 +00:00 |
|
Jordan Lee
|
a4bbceb483
|
fix r13896 oops
|
2013-01-30 00:28:53 +00:00 |
|
Jordan Lee
|
20fe66bccf
|
more experimentation with the shortTransferString
|
2013-01-30 00:22:52 +00:00 |
|
Jordan Lee
|
4a059b79b8
|
when sorting by activity and both torrents' upload and download speed is zero, use how many peers we're ready to upload to / download from as a secondary key.
|
2013-01-30 00:20:51 +00:00 |
|
Jordan Lee
|
1d3bf93618
|
synchronize the Qt and GTK+ client's statusbars, including the new freespace indicator. Make the up/down speed ordering consistent between statusbar and torrent list.
|
2013-01-27 23:05:47 +00:00 |
|
Jordan Lee
|
f75027d5e9
|
make all the log functions/structs/enums use a single 'tr_log' namespace, such as tr_logGetQueue, tr_logAddInfo, tr_logIsLevelActive
|
2013-01-25 23:34:20 +00:00 |
|
Jordan Lee
|
29d6f5d934
|
(gtk) #5190 'Add borders instead of shadow on scrolled window': fixed, patch by nagisa
|
2013-01-21 17:05:55 +00:00 |
|
Jordan Lee
|
dc42791380
|
(gtk) remember to clear out the error pointer
|
2013-01-21 03:18:44 +00:00 |
|
Jordan Lee
|
6002ffdc37
|
(gtk) #5235 'Plural wrong in torrent-cell-renderer' -- fix with patch by RamsesDeNorre
|
2013-01-21 00:15:21 +00:00 |
|
Jordan Lee
|
5093f99652
|
(gtk) silence a couple of potential GFileInfo console warnings
|
2013-01-20 04:10:47 +00:00 |
|
Jordan Lee
|
03ac81e7c7
|
(trunk) #1220 'change top folder names' -- add file-renaming to the GTK+ GUI
|
2013-01-19 08:44:23 +00:00 |
|
Jordan Lee
|
bff4a98fa6
|
(gtk) silence a g_object_unref() warning when appending '.added' to a .torrent file fails
|
2013-01-17 00:45:31 +00:00 |
|
Jordan Lee
|
c385a1559f
|
re-sync the GTK+ and Qt clients' prefs dialogs.
|
2013-01-16 21:42:03 +00:00 |
|
Jordan Lee
|
c4276d832e
|
Tweak the text of the First Time User legal dialog.
|
2013-01-16 20:55:08 +00:00 |
|
Jordan Lee
|
63fb848f3e
|
(gtk) in makemeta-ui.c, don't rely on g_clear_pointer()... our GLIB_MINIMUM is 2.32.0
|
2013-01-05 00:19:11 +00:00 |
|
Jordan Lee
|
5b1cd134ad
|
(gtk) #5211 'Transmission main window does not get focus when toggling via AppIndicator applet' -- fixed.
|
2013-01-04 23:25:17 +00:00 |
|