Commit Graph

93 Commits

Author SHA1 Message Date
HomeWorld
eff8eaca3c Added new icons for add/delete/rename 2010-10-26 13:21:26 +03:00
HomeWorld
40902af0f1 Added delete bmp(not working yet) to stage3 widget 2010-10-26 11:36:12 +03:00
HomeWorld
df4b4590da Minor graphics changes 2010-10-26 10:47:09 +03:00
HomeWorld
92fe21ee04 Scrollbar fix + some speed optimizations 2010-10-26 10:31:09 +03:00
cncfanatics
ea990d6415 Sorting for stage1 2010-10-25 21:59:02 +02:00
HomeWorld
1201c73cdd Linked stage3 2010-10-25 22:56:17 +03:00
cncfanatics
bf868f1500 Add stage3 handling code 2010-10-25 21:36:13 +02:00
HomeWorld
c31ac1e491 Added FitItem class 2010-10-25 21:52:17 +03:00
HomeWorld
c6583acc33 Fixed a stupid wxgtk scrollbar stuff 2010-10-25 21:37:25 +03:00
cncfanatics
0dc2a8f610 Add sort by race and then name 2010-10-25 20:21:01 +02:00
HomeWorld
896a69c111 Increased mousewheel scroll speed 2010-10-25 21:04:23 +03:00
HomeWorld
37759d155c Added back to the future button func 2010-10-25 20:38:01 +03:00
HomeWorld
09f07076be Fixed crash when destroying an item 2010-10-25 20:07:04 +03:00
cncfanatics
d4bcabed3a Make sure calling stag2 is the last thing that happens, else there's crashing chances 2010-10-25 18:01:54 +02:00
cncfanatics
f4980016e7 Minor fixups 2010-10-25 16:22:22 +02:00
HomeWorld
5a73ddede8 Fix some frackups . 2010-10-25 17:19:26 +03:00
cncfanatics
4c30a1a7a0 More experimental changes 2010-10-25 16:04:26 +02:00
cncfanatics
ea55456ea6 Experimental shipBrowser changes 2010-10-25 16:01:36 +02:00
cncfanatics
7585f4e41d Extra check in ship browser 2010-10-22 07:08:28 +02:00
cncfanatics
3de9b82e64 Update eos 2010-10-21 21:07:43 +02:00
cncfanatics
91f32634e4 Fix some search related stuff in the ship browser 2010-10-21 21:03:37 +02:00
HomeWorld
ceb2b7b60d Show fit directly when we create one 2010-10-16 22:09:01 +03:00
cncfanatics
3b4d4e661c Revert "First stage of ship browser rewrite"
This reverts commit 64ae2b8a01.
2010-10-12 16:04:24 +02:00
cncfanatics
99527b404b Revert "Seperate out each ship view in a seperate stage"
This reverts commit 0fae9817ee.
2010-10-12 16:04:06 +02:00
cncfanatics
0fae9817ee Seperate out each ship view in a seperate stage 2010-10-12 16:03:06 +02:00
cncfanatics
64ae2b8a01 First stage of ship browser rewrite 2010-10-12 15:47:25 +02:00
HomeWorld
0e6360d642 Added fit small icon 2010-10-05 22:08:33 +03:00
HomeWorld
bbc9eec55c Added icon for tree items (fits) in ship browser 2010-10-05 13:40:28 +03:00
HomeWorld
2c9363dce9 Small visual fix in search view - copyfit 2010-10-05 13:22:40 +03:00
HomeWorld
be3b075986 Small fix in shipbrowser copyfit now we display the correct name for the new fit 2010-10-05 13:03:53 +03:00
cncfanatics
c991e6b250 Fix a set of oversights in the shipBrowser's search view, there's likely more 2010-10-05 10:15:29 +02:00
cncfanatics
db14b4f599 rerun a search when a fit gets deleted 2010-10-05 09:43:01 +02:00
HomeWorld
14347324f3 Shipbrowser searchctrl pos fix attempt (macs sucks) 2010-09-29 21:09:06 +03:00
cncfanatics
6b851dd3e0 Remove print statements 2010-09-22 10:32:26 +02:00
cncfanatics
993c79f4f5 Rename controller to service 2010-09-18 12:31:22 +02:00
HomeWorld
a367068930 Pyfa exit - fixed ticket #42 - While by doing this I get rid of tracebacks, I don't like it, pyfa shutdowns in more than a second 2010-09-11 23:39:51 +03:00
cncfanatics
174ee9c5c0 Reset rename to false when relevant 2010-09-11 19:38:57 +02:00
cncfanatics
c1afea3723 Change EditLabel implementation slightly, should work everywhere now 2010-09-11 19:33:13 +02:00
cncfanatics
f7d8566fd7 Correctly set shipbrowser style 2010-09-11 09:50:41 +02:00
cncfanatics
a1490a4f09 Fix the bug where one needed two clicks to select market/ship browser 2010-08-28 20:46:53 +02:00
cncfanatics
61a24d1f2f Allow double-click expand in ship-browser 2010-08-27 21:04:02 +02:00
cncfanatics
5cd0b01e5e Post all custom events on the mainFrame 2010-08-27 13:23:06 +02:00
cncfanatics
87c24f0082 use TREE_ITEM_ACTIVATED instead of doubleclick event, it handles but enter and doubleclicks.
Remove doubleclick rename
Activating a tree element will now put it into the active tab
2010-08-26 01:04:49 +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
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
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