Commit Graph

20 Commits

Author SHA1 Message Date
cncfanatics
5d7bf6437b Experimental change in marketBrowser for search box on macs 2010-08-22 00:28:42 +02:00
cncfanatics
3590a3b061 Add search and variation selection buttons to market browser (non-functional for the moment) 2010-08-21 23:41:30 +02:00
cncfanatics
af71cdc626 Start work on the ship browser, the ship browser part is ready. Missing a fit listing and buttons to create, rename, duplicate, etc. a fit 2010-08-19 15:43:51 +02:00
cncfanatics
a925d6b59c Make sure to not die when a bitmap doesn't exist 2010-08-17 16:41:02 +02:00
cncfanatics
54fe0146cc Add a minimum size to the market browser and main window 2010-08-16 15:59:43 +02:00
cncfanatics
5ceec2ecff Sort the item browser's contents by name 2010-08-16 15:33:34 +02:00
cncfanatics
e9ad573f39 Actualy implement a listCtrl how its suposed to be implemented. 2010-08-16 15:06:53 +02:00
cncfanatics
f96d95e30c Remove LC_ICON from the style flags 2010-08-16 13:23:02 +02:00
cncfanatics
4eb259b05c Add LC_REPORT to the listctrl style 2010-08-16 11:51:36 +02:00
cncfanatics
099b34a658 Don't put anything in the item browser column 2010-08-15 23:22:34 +02:00
cncfanatics
4025c941bb Use a list control for items (looks much better!) and sort it by name 2010-08-15 23:00:13 +02:00
cncfanatics
677a851ea3 Sort stuff alphabeticly 2010-08-15 21:26:46 +02:00
cncfanatics
9093748407 Populate the itemView with items when a marketGroup is selected.
Note: We're using a treeview instead of a listView here, because it looks exactly like we want out of the box.
2010-08-15 21:15:45 +02:00
cncfanatics
8d4fea3040 Extend the controller with a getChildren method and use it to display marketgroup children 2010-08-15 19:52:40 +02:00
cncfanatics
f99765f749 Add a dummy so that roots can be expanded.
TODO: Remove the dummy and fill up actual contents once the expansion actualy happens
2010-08-15 17:49:17 +02:00
cncfanatics
8d0c2042ea Remove a few stale variables.
Add a market class to the controller.
Add a method in the Market controller to grab the market root.
Display the market root in the market browser.
2010-08-15 17:40:00 +02:00
cncfanatics
53448d47e8 Start working on the stats pane. Resources part is done 2010-08-14 00:24:15 +02:00
cncfanatics
5496fd92ed Add a small minimum size to the market browser splitter. 2010-08-13 17:06:25 +02:00
cncfanatics
3d57ba9e5f Add a Notebook to be able to display several fits at once 2010-08-13 16:58:32 +02:00
cncfanatics
2d97ef5a9b Add two several new classes and place them where they should be.
Add two treeview in the marketbrowser, seperated by a splitter.
Add a fittingView and a statsPane, for now, filled with a dummy filler color.
2010-08-13 16:08:12 +02:00