Timeline
Dec 28, 2015:
- 11:53 PM Changeset [14640] by
- Get rid of some more warnings
- 11:52 PM Changeset [14639] by
- Optimize URL-parsing functions a bit; rewrite tr_urlParse()
Dec 27, 2015:
- 10:31 PM Ticket #6042 (Mac: Removed dead code paths) created by
- Removed dead code paths now that the deployment target is 10.7+.
- 9:50 PM Ticket #6041 (Mac: Use AppKit's status light icons) closed by
- fixed: Committed as r14638, thanks.
- 9:50 PM Changeset [14638] by
- #6041: Use AppKit? status light icons (patch by mattrajca)
- 4:34 PM Changeset [14637] by
- Fix bitfield bit removal, add more asserts, extend unit test
- 3:27 PM Ticket #5839 (Misplaced text) closed by
- duplicate: Fixed in #6037, thanks for reporting.
- 3:20 PM Ticket #5963 (int should be bool "const int chokeAll") closed by
- fixed: Thanks, applied in r14636 along with another one.
- 3:19 PM Changeset [14636] by
- #5963: Fix two more places where int is used in boolean context
- 12:29 PM Ticket #6041 (Mac: Use AppKit's status light icons) created by
- AppKit? provides status light icons we can use instead of providing our …
- 1:55 AM Ticket #6037 ([Mac] "Transfer Bandwidth" label unnecessarily overflows to a new line) closed by
- fixed: Second part committed in r14635 with small adjustments. I've adjusted …
- 1:48 AM Changeset [14635] by
- #6037: Fix global options popover layout (patch by mattrajca, with …
Dec 25, 2015:
- 11:34 AM Changeset [14634] by
- Ongoing refactoring (use size_t instead of int)
- 10:19 AM Changeset [14633] by
- Ongoing refactoring (use size_t instead of int)
Dec 24, 2015:
Dec 23, 2015:
- 10:34 PM Ticket #6040 ("Open in finder" button overlaps vertical scrollbar) closed by
- duplicate: See #5706, #5814.
- 10:29 PM Ticket #6040 ("Open in finder" button overlaps vertical scrollbar) created by
- Steps to reproduce: 1. Open main Transmission window on OS X 2. …
Dec 22, 2015:
- 12:48 AM Ticket #6039 ("Cannot lock focus" exception) closed by
- fixed: Fixed by r14631, thanks.
- 12:45 AM Changeset [14631] by
- #6039: Fix uninitialized controlView use in InfoTabButtonCell?
- 12:43 AM Ticket #6039 ("Cannot lock focus" exception) created by
- xcode 7.2, OSX 10.10.5 Steps to reproduce: 1. Checkout repo from …
Dec 21, 2015:
- 5:03 PM Changeset [14630] by
- Use default encoding (UTF-8) for all the source files; convert two …
- 1:22 PM Ticket #6038 (make: *** No rule to make target 'DBusAdaptor.cc', needed by ...) closed by
- fixed
- 1:20 PM Changeset [14629] by
- #6038: Fix qmake-based Qt client build
- 1:07 PM Ticket #6038 (make: *** No rule to make target 'DBusAdaptor.cc', needed by ...) created by
- […]
- 9:26 AM Changeset [14628] by
- Convert OS X client .strings files to UTF-8
- 8:58 AM Changeset [14627] by
- Remove duplicate and unused languages from OS X client project
- 5:11 AM Changeset [14626] by
- Update all XIBs to latest format (Xcode 7), set deployment target to …
Dec 19, 2015:
- 7:26 PM Ticket #6037 ([Mac] "Transfer Bandwidth" label unnecessarily overflows to a new line) created by
- The "Transfer Bandwidth" label unnecessarily overflows to the next …
Dec 17, 2015:
- 6:10 PM Changeset [14625] by
- Move DBus/COM checks up to where Qt is being searched for
Dec 16, 2015:
- 8:01 PM Changeset [14624] by
- Add ActiveQt?-based COM interop helper
- 7:09 PM Changeset [14623] by
- One more little Qt thingy (we don't need to include UseQt4.cmake anymore)
- 6:46 PM Changeset [14622] by
- Bump CMake to 2.8.12, rework Qt use a little
- 6:37 PM Ticket #6036 (Remember size of transmission OPEN window) created by
- When I open new torrent file the window TORRENT_PROPERTIES is narrow, …
- 5:57 PM Changeset [14621] by
- Refactor DBus IPC to allow for further extensibility
- 1:16 PM Ticket #6035 (Graphics as squares in web interface) created by
- in Chrome 47.0.2526.106 m (64-bit), the mini-icons representing upload …
Dec 15, 2015:
- 10:24 AM Ticket #5580 (Segfault in tr_webThreadFunc when downloading from webseeds) reopened by
- There is a bug report in Ubuntu's launchpad tracker that looks like …
Dec 14, 2015:
- 11:32 AM Ticket #6034 (Time Remaining not available in torrent inspector) created by
- The time remaining is not available in the details tab of the torrent …
- 4:42 AM Ticket #6033 (crash on quit, losing all transfers) closed by
- incomplete: Please read BugSubmission carefully.
- 4:39 AM Ticket #6033 (crash on quit, losing all transfers) created by
- on my mac pro, transmission crashes every time it is quit. I usually …
Dec 13, 2015:
- 10:34 AM Changeset [14620] by
- Print log messages in one OutputDebugString() call (Windows)
- 10:23 AM Changeset [14619] by
- Optionally return result length from evbuffer_free_to_str()
- 1:29 AM Changeset [14618] by
- Reserve a few more bytes for base64 operations to prevent heap corruption
Dec 12, 2015:
- 6:46 PM Changeset [14617] by
- Add libevent include directories to GTK+ client
- 6:41 PM Ticket #6026 (Crash in libcrypto's BN_mod_exp_mont_consttime (tr_dh_make_key) on OS ...) closed by
- invalid
- 6:14 PM Changeset [14616] by
- Sync translations with Transifex New translations: Italian (Italy) …
Dec 11, 2015:
- 4:35 PM Ticket #6032 (Enable Queue sub-menu only if sorting is set to 'By Queue') created by
- This is a request for enhancement, to improve usability and make …
Dec 8, 2015:
- 4:37 AM Ticket #6031 (setInterval()-based polling causes problems if client struggles to ...) created by
- If Transmission server can't respond to AJAX-based requests in refresh …
Dec 6, 2015:
- 10:39 PM Changeset [14615] by
- fix const warnings In particular, in passing argv around as a "const …
- 10:24 PM Changeset [14614] by
- fix unused label warning some #ifdef code had a goto label …
- 10:13 PM Changeset [14613] by
- const correctness silence some qual-cast warnings by sprinkling more …
- 9:41 PM Changeset [14612] by
- (trivial) remove trailing enum comma
- 9:07 PM Changeset [14611] by
- fix -Wfloat-equal warning When calculating the 'Have' line for …
- 6:02 PM Changeset [14610] by
- in Torrent::setDouble(), don't compare doubles directly as a bool
- 5:39 PM Changeset [14609] by
- (trivial) silence a few -Wold-style-cast warnings
- 5:28 PM Changeset [14608] by
- (trivial) remove trailing semicolon after Q_DECLARE_METATYPE
- 5:27 PM Changeset [14607] by
- (trivial) remove namespace trailing semicolon
- 4:39 PM Changeset [14606] by
- remove unused macro
- 4:12 PM Changeset [14605] by
- link transmission-gtk against libappindicator if necessary
- 2:58 PM Changeset [14604] by
- link daemon against systemd libraries if necessary
Dec 4, 2015:
- 7:47 PM Ticket #6029 (Entire app hangs when moving data file) closed by
- duplicate: Duplicate of #1753.
- 7:44 PM Ticket #6030 (Moving data files destroys file modification timestamps) created by
- If I use Transmission's "Move Data File" feature, the target file has …
- 7:44 PM Ticket #6029 (Entire app hangs when moving data file) created by
- When moving a data file, the entire app hangs (single thread?). If one …
Dec 3, 2015:
- 12:39 PM Ticket #6028 (Use trackers that are hosted inside TOR network) created by
- As I understand a torrent client software asks a tracker for a list of …
- 12:11 AM Ticket #6027 (generate a "*.torrent" file in the same directory as the torrent) created by
- I would like it if the Transmission client would generate a …
Dec 1, 2015:
- 3:33 AM Ticket #6022 (Crashes Within 15 Minutes in El Capitan) closed by
- fixed: Thanks, closing then.
Nov 28, 2015:
- 6:27 PM Ticket #6026 (Crash in libcrypto's BN_mod_exp_mont_consttime (tr_dh_make_key) on OS ...) created by
- Greetings, I'm coming back with two transmissions crashes. One before …
- 2:35 PM Changeset [14603] by
- Improve Qt client appearance on hidpi screens a bit
Note: See TracTimeline
for information about the timeline view.