Commit Graph

29 Commits

Author SHA1 Message Date
cncfanatics
2bb7abca11 First draft of price fetching code, as well as a bugfix fixing fitting calculations being done twice 2010-09-11 14:05:04 +02:00
cncfanatics
796aaa92fe Minor fixups 2010-09-07 00:46:31 +02:00
cncfanatics
7343b24aea Fix duplicates in the market browser. GO AWAY 2010-08-28 22:52:26 +02:00
cncfanatics
6d371e40b7 Change AGPL to regular GPL for pyfa 2010-08-28 15:18:57 +02:00
cncfanatics
7bc394b9ae Fix a bug where T2 ammo marketgroups were empty 2010-08-25 12:48:49 +02:00
DarkPhoenix
52e4fec501 Add t3 to meta map 2010-08-24 08:09:56 +04:00
cncfanatics
aa88a35e7d Remove useless line 2010-08-24 00:53:44 +02:00
cncfanatics
f25a735455 Gray out unused toggles 2010-08-24 00:01:13 +02:00
cncfanatics
b9857157b4 Sort by groups first, then name 2010-08-23 23:26:28 +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
a696b72d68 Remove search related timers. Restrict market search to 4+ 2010-08-23 19:56:08 +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
f805fca977 Merge branch 'master' of ssh://pyfa.git.sourceforge.net/gitroot/pyfa/pyfa 2010-08-23 19:53:41 +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
d6d0c11f25 Fix Freki's name for overrides 2010-08-23 16:36:54 +04:00
cncfanatics
f85a5211e0 Do some ground work on implementing metaGroup filtertoggles. Rest tomorrow, too tiiiiired. 2010-08-22 23:18:45 +02: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
3e77d6184b Obey filtering rules when searching for ships 2010-08-22 17:38:10 +02:00
cncfanatics
353a2eb0c0 Implement a new type of search 2010-08-22 17:33:19 +02:00
cncfanatics
14cf2fc186 Arange eager loading for stuff we're fetching right away anyway. 2010-08-21 21:20:01 +02:00
cncfanatics
d29a7e66c8 Implement searching in the ship browser 2010-08-21 20:26:39 +02:00
cncfanatics
d076dbb8f3 Add noobships and AT7/8 ships to the ship browser 2010-08-19 17:57:46 +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
4025c941bb Use a list control for items (looks much better!) and sort it by name 2010-08-15 23:00:13 +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
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