Mitchell Livingston
|
021e6e9e33
|
eliminate the non-displayed text explaining the control buttons in compact view
|
2010-03-20 22:42:33 +00:00 |
|
Mitchell Livingston
|
b6aa2c6e2e
|
in compact view, when showing the controls on hover don't resize the title if the replaced text was longer than the width of the buttons
|
2010-03-20 22:24:54 +00:00 |
|
Mitchell Livingston
|
ab7e05ec76
|
in compact view, don't show the progress bar if the cell is selected, regardless if the table has focus
|
2010-03-20 19:16:13 +00:00 |
|
Mitchell Livingston
|
09666b3add
|
appropriately shorten the title length when showing the control buttons in compact view
|
2010-03-20 18:54:24 +00:00 |
|
Mitchell Livingston
|
796869f6c8
|
don't set up a tracking area over the entire cell when not in compact view
|
2010-03-20 18:27:09 +00:00 |
|
Mitchell Livingston
|
f77491ceb3
|
more adjustments to compact view
|
2010-03-20 18:09:45 +00:00 |
|
Mitchell Livingston
|
1ef87cdb54
|
hide the progress bar when selecting row in compact view
|
2010-03-20 05:16:03 +00:00 |
|
Mitchell Livingston
|
a075653c67
|
make the progress bar in compact view take up essentially the entire cell
|
2010-03-20 05:09:34 +00:00 |
|
Mitchell Livingston
|
9c87f67f9b
|
decrease the alpha of the pieces bar in compact view (don't show at all in compact view on 10.5)
|
2010-03-20 03:51:29 +00:00 |
|
Mitchell Livingston
|
acd27ffc4a
|
tweak Compact View
|
2010-03-20 03:36:16 +00:00 |
|
Mitchell Livingston
|
bc5e2d7825
|
only outline the progress bar in non-compact view
|
2010-03-20 03:30:04 +00:00 |
|
Mitchell Livingston
|
34bd2914db
|
first attempt at a single-row, more compact Compact (Minimal) View
|
2010-03-20 03:27:17 +00:00 |
|
Mitchell Livingston
|
b16620930a
|
rename Minimal View to Compact View
|
2010-03-20 02:04:18 +00:00 |
|
Mitchell Livingston
|
73cceb7b65
|
tweak NEWS and Makefile
|
2010-03-15 00:16:07 +00:00 |
|
Mitchell Livingston
|
8e529921d7
|
simplify how the icons are set for the inspector tabs
|
2010-03-14 15:03:14 +00:00 |
|
Mitchell Livingston
|
b9e7cc8990
|
set the inspector views' titles in each view's class
|
2010-03-14 03:09:12 +00:00 |
|
Mitchell Livingston
|
14d06e0ef3
|
remove unnecessary setHidden:'s
|
2010-03-14 02:59:37 +00:00 |
|
Mitchell Livingston
|
f1bfa1a3d5
|
move the code for remembering resize information for the info views into the individual views
|
2010-03-14 02:53:22 +00:00 |
|
Mitchell Livingston
|
236184c4a9
|
avoid theoretical memory leaks when the info window is deallocated
|
2010-03-14 02:14:03 +00:00 |
|
Mitchell Livingston
|
c5a3856e4f
|
add an optional clearView method to the InfoViewController protocol
|
2010-03-14 01:52:45 +00:00 |
|
Mitchell Livingston
|
efce4e9759
|
add a protocol for the info view controllers, and as a result eliminate some excessive code
|
2010-03-14 01:42:49 +00:00 |
|
Mitchell Livingston
|
272364d324
|
#3009 display an indeterminate progress indicator in the add window when waiting to start
|
2010-03-10 03:44:30 +00:00 |
|
Mitchell Livingston
|
15c2279052
|
avoid setting views in the inspector until necessary
|
2010-03-09 02:26:52 +00:00 |
|
Mitchell Livingston
|
c6a76932b2
|
adjust default inspector window size and placement
|
2010-03-07 14:51:41 +00:00 |
|
Mitchell Livingston
|
e4f891b3c5
|
adjust default window size and placement
|
2010-03-07 14:49:58 +00:00 |
|
Mitchell Livingston
|
d83c14dd89
|
set default sorts for the peer, web seed, and message log tables in the xib instead of code
|
2010-03-07 14:39:13 +00:00 |
|
Mitchell Livingston
|
f7cf4b7190
|
fix potential layout glitch for labels in general and activity inspector tabs
|
2010-03-07 03:11:10 +00:00 |
|
Mitchell Livingston
|
b7b5c43da6
|
fix label display glitch in the options inspector tab
|
2010-03-07 03:08:17 +00:00 |
|
Mitchell Livingston
|
5d4ecbcecf
|
#3017 fix the pieces bar for magnet links
|
2010-03-07 02:46:49 +00:00 |
|
Mitchell Livingston
|
c83b9c5cb9
|
allow the pieces grid's type to be changed once again
|
2010-03-07 02:46:15 +00:00 |
|
Mitchell Livingston
|
c1e70f4e17
|
one less warning
|
2010-03-07 02:28:50 +00:00 |
|
Mitchell Livingston
|
539e5f4da8
|
fix the pieces grid
|
2010-03-07 01:55:05 +00:00 |
|
Mitchell Livingston
|
41f29d45eb
|
make sure a info tab is loaded the first time it's shown
|
2010-03-07 01:40:32 +00:00 |
|
Mitchell Livingston
|
7bf62b1311
|
update makefile for new inspector files
|
2010-03-07 00:52:22 +00:00 |
|
Mitchell Livingston
|
9945c07f80
|
add some missing localizable strings, and remove some warnings
|
2010-03-06 23:56:44 +00:00 |
|
Mitchell Livingston
|
933dbc0ad4
|
better implementation of r10310
|
2010-03-06 23:31:40 +00:00 |
|
Mitchell Livingston
|
5279b0f9da
|
the info window itself no longer needs to be localized
|
2010-03-06 23:24:42 +00:00 |
|
Mitchell Livingston
|
d5f4c15fb8
|
Refactor the info window, so that each view is in a separate xib and view controller. This should make future localizations simpler and the code more modular/readable.
|
2010-03-06 23:12:30 +00:00 |
|
Mitchell Livingston
|
bd635f22d0
|
for scrapes: add a new field to distinguish from error messages returned from the tracker, and scrape timeouts, so that they can be displayed differently
|
2010-02-25 23:06:05 +00:00 |
|
Mitchell Livingston
|
5fd8bef417
|
#2968 "Add" window -> Low Priority goes to High
|
2010-02-25 01:56:56 +00:00 |
|
Mitchell Livingston
|
8973806d44
|
in the torrent removal dialog, magnet links, as well as torrent files, can be used to re-add transfers
|
2010-02-23 00:41:44 +00:00 |
|
Mitchell Livingston
|
f3b98a6c18
|
avoid unnecessary setting of id when calling tr_torrentSetAnnounceList
|
2010-02-22 00:15:27 +00:00 |
|
Mitchell Livingston
|
fa7292cde7
|
display correct number of trackers to remove in the dialog box
|
2010-02-20 22:20:03 +00:00 |
|
Mitchell Livingston
|
0b3f22fc42
|
replace an invalid comment
|
2010-02-20 18:32:29 +00:00 |
|
Charles Kerr
|
7feaa9faae
|
(trunk) #2938 -- sync gtk, mac, and cli clients with previous commit
|
2010-02-20 15:57:34 +00:00 |
|
Mitchell Livingston
|
c4dbf9f8be
|
dead code removal
|
2010-02-20 14:43:25 +00:00 |
|
Mitchell Livingston
|
633920d362
|
when the message log is full, only reload if the content changes
|
2010-02-20 14:29:33 +00:00 |
|
Mitchell Livingston
|
d909dfb111
|
update Brazilian Portuguese for 1.9
|
2010-02-18 02:50:17 +00:00 |
|
Mitchell Livingston
|
06df33e6cd
|
fix typo in French localization
|
2010-02-17 04:16:12 +00:00 |
|
Mitchell Livingston
|
abec600d35
|
update French localization for 1.9
|
2010-02-16 12:53:17 +00:00 |
|