Commit Graph

154 Commits

Author SHA1 Message Date
cncfanatics
6462e1a588 Make the stats pane collapsable, need feedback on looks 2010-08-26 01:04:01 +02:00
cncfanatics
2e5d88d4c1 Rename fitMultiSwitch to multiswitch and allow it to contain nonfit stuff 2010-08-26 01:02:54 +02:00
cncfanatics
ee510e16d7 Remove more useless code 2010-08-25 21:30:25 +02:00
cncfanatics
8c820e6217 Remove useless code 2010-08-25 21:27:56 +02:00
cncfanatics
16d3ba3e85 Add middle click remove for tabs 2010-08-25 20:36:24 +02:00
cncfanatics
d4f39bd9b2 Clear images when a tab is emptied, don't rename fits to "" if user cancels renaming 2010-08-25 20:20:25 +02:00
cncfanatics
a201153b33 Add race icon and ship name to the tabs of the fitswitch 2010-08-25 19:56:35 +02:00
cncfanatics
17f21a0ded Correctly handle deletion of fits 2010-08-25 19:35:49 +02:00
cncfanatics
05e1deb193 Add an IsOk() check 2010-08-25 19:28:05 +02:00
cncfanatics
321188e23e Wire up events so the active fit in a tab changes when a new fit is selected, and names change when renamed, etc. 2010-08-25 19:20:38 +02:00
cncfanatics
2d33a5dda5 Add a bunch of event.Skip() statements where needed.
Wire up a few events in the fittingView
Make the + button actualy add new tabs
2010-08-25 14:59:46 +02:00
cncfanatics
12e348a0c3 Actualy remove the . after "fit" in the menu tooltips now 2010-08-25 13:53:24 +02:00
cncfanatics
273d7f2256 Remove . 2010-08-25 13:52:45 +02:00
cncfanatics
3d62f30a9c Fix column bitmaps for maxRange column too 2010-08-25 13:46:32 +02:00
cncfanatics
d5f842b737 Make icons optional in columns, fallback to just name if they don't exist 2010-08-25 13:44:12 +02:00
cncfanatics
5c6d030f13 Add all the columns we need for now to our fitting view 2010-08-25 12:17:05 +02:00
cncfanatics
195b65ac9e Add attribute columns to the fittingView 2010-08-25 11:08:23 +02:00
cncfanatics
2e6dc9e6d8 Spawn a stats pane when the stats context menu item is hit: Note: Its pretty empty as of yet 2010-08-24 17:15:55 +02:00
cncfanatics
ccecff5e43 Implement a right click context menu for items. 2010-08-24 16:46:25 +02:00
cncfanatics
5288cfd275 Make the name column use at least the whole size available to it (without triggering scrollbars). 2010-08-24 11:19:09 +02:00
cncfanatics
de75c59bcd Untoggle grayed out toggles during search 2010-08-24 10:50:13 +02:00
cncfanatics
281ca0a989 Fix a bug with the toggles 2010-08-24 01:04:50 +02:00
cncfanatics
20cb087175 Add an if-check to prevent an exception 2010-08-24 01:03:01 +02:00
cncfanatics
f25a735455 Gray out unused toggles 2010-08-24 00:01:13 +02:00
cncfanatics
01897c2c7d Don't only toggle the buttons when searching, also tell the controller to display all relevant data 2010-08-23 23:37:28 +02:00
cncfanatics
b9857157b4 Sort by groups first, then name 2010-08-23 23:26:28 +02:00
cncfanatics
22cc5dc243 Readd a 100ms timer 2010-08-23 20:22:31 +02:00
cncfanatics
16614a8ffb Revert "Remove search related timers. Restrict market search to 4+"
This reverts commit a696b72d68.
2010-08-23 20:21:19 +02:00
cncfanatics
cd03df252e Fix a minor brainfart 2010-08-23 20:14:26 +02:00
cncfanatics
64e25ac58f Prevent the whole background from being redrawn for out trees. MIGHT fix flicker issues 2010-08-23 20:09:08 +02:00
cncfanatics
a696b72d68 Remove search related timers. Restrict market search to 4+ 2010-08-23 19:56:08 +02:00
cncfanatics
cbb574e91c Use a 100ms timer instead of 200ms 2010-08-23 19:28:49 +02:00
cncfanatics
e87b393a30 Add a timer to the ship browser too, while unneeded, it should easy the flicker somewhat 2010-08-23 19:11:56 +02:00
cncfanatics
45b0effcd2 Make togglebuttons work with search too. And activate em all by default when a search starts 2010-08-23 19:07:43 +02:00
cncfanatics
f6f9929e5d Add 200ms delay on live search of market browser, so we don't repeatedly search while the user types 2010-08-23 19:02:39 +02:00
cncfanatics
85e5033fe9 Start working on the search implementations.
TODO: Finish it
2010-08-23 19:53:19 +02:00
cncfanatics
513305ced8 Finalize the metaToggles. 2010-08-23 18:39:22 +02:00
DarkPhoenix
8e4e75bf87 Ships are shown first, then setups 2010-08-23 09:55:26 +04:00
cncfanatics
f85a5211e0 Do some ground work on implementing metaGroup filtertoggles. Rest tomorrow, too tiiiiired. 2010-08-22 23:18:45 +02:00
cncfanatics
9cb38f12c9 Position metaGroup buttons nicely 2010-08-22 21:05:15 +02:00
cncfanatics
8724074ab8 Tune sorting parameters for search 2010-08-22 20:02:58 +02:00
DarkPhoenix
3ffeaeba24 Move comment to its proper place 2010-08-22 23:29:53 +04:00
DarkPhoenix
2fa85a129d Optimize setups search a bit 2010-08-22 23:26:54 +04:00
DarkPhoenix
608878f3f0 Change icon and add appropriate sorting 2010-08-22 23:21:06 +04:00
DarkPhoenix
b8c42319e8 Search fits too 2010-08-22 22:58:52 +04:00
cncfanatics
2a9e72d031 Go back to ship view if len(search) < 3 2010-08-22 18:45:16 +02:00
cncfanatics
3815e7e423 Add live search for ships 2010-08-22 18:26:20 +02:00
cncfanatics
ab925b0587 Fix a STUPIDLY RETARDED bug in search 2010-08-22 18:16:11 +02:00
cncfanatics
23a48e1ca6 Slight change on search handling 2010-08-22 18:05:52 +02:00
cncfanatics
353a2eb0c0 Implement a new type of search 2010-08-22 17:33:19 +02:00