Commit Graph

2200 Commits

Author SHA1 Message Date
DarkPhoenix
2ee5263f7c Make sure to pass just 1 unique context 2011-04-26 15:48:10 +04:00
DarkPhoenix
56700e95c1 Some market browser optimizations 2011-04-26 15:23:13 +04:00
DarkPhoenix
730152e6c6 Use service's methods instead of accessing item's group directly 2011-04-26 15:05:35 +04:00
DarkPhoenix
dcb4d6566a Make sure that items with forced group do not appear in their original group 2011-04-26 14:57:58 +04:00
DarkPhoenix
45fef160ca Merge branch 'master' of evefit.org:pyfa 2011-04-26 12:19:40 +04:00
DarkPhoenix
d8eaa50f29 Add queries to fetch presence of fits and number of fits 2011-04-26 12:18:46 +04:00
HomeWorld
10935011ce Optimized the retrival of total fits for a specific ship ID -> make use of eos.db.saveddata.queries.countFitsWithShip 2011-04-26 11:14:10 +03:00
DarkPhoenix
d5d864088a Update eos 2011-04-26 12:08:20 +04:00
DarkPhoenix
7f940df7b9 Sort contexts in caller instead of context menu generator 2011-04-25 10:43:38 +04:00
DarkPhoenix
3af8792556 Revert "Implement basic context meenu sorting (by source context only for now)"
This reverts commit a2bba48190.
2011-04-25 10:41:55 +04:00
DarkPhoenix
a2bba48190 Implement basic context meenu sorting (by source context only for now) 2011-04-25 00:16:50 +04:00
DarkPhoenix
3c48839569 Rework context menus 2011-04-24 21:58:07 +04:00
HomeWorld
2498a02d85 Fixed a small oversight in market.getShipList; not all attribs were eagerly loaded 2011-04-24 17:14:53 +03:00
DarkPhoenix
3ee962b8f7 Make market service to return item objects instead of tuples 2011-04-24 11:38:41 +04:00
DarkPhoenix
c76e6a06d4 Fix silly bug which broke ship browser 2011-04-24 01:29:55 +04:00
DarkPhoenix
fb665de2f8 Missing reeturn 2011-04-24 01:12:57 +04:00
DarkPhoenix
bfa3bf1b8a Minor optimization in getMarketGroupByItem 2011-04-24 01:12:09 +04:00
DarkPhoenix
4c250fdf8f Shadow is obtainable by players, move it to public items 2011-04-24 00:49:35 +04:00
DarkPhoenix
1ac8279bc8 Performance optimizations 2011-04-24 00:35:25 +04:00
DarkPhoenix
9c792b9565 Restore jump to market group functionality 2011-04-23 23:16:27 +04:00
DarkPhoenix
221d4e902f Rewrite almost all functionality of market browser to work with reworked service 2011-04-23 22:11:54 +04:00
DarkPhoenix
9f949ff7e2 Rewrite market service, for now incompatible with UI 2011-04-21 22:43:40 +04:00
DarkPhoenix
18c0ba61c5 Fix #417 (Bug in with SQLAlchemy 0.7b3) 2011-04-17 01:02:05 +04:00
DarkPhoenix
6d33c93ebc Update staticdata and eos in pyfa 2011-04-16 19:12:52 +04:00
DarkPhoenix
d3989ebdfa Fix mistype in file name format 2011-04-16 18:58:54 +04:00
DarkPhoenix
05eba09663 Slightly change the way icon name in warning is composed 2011-04-16 18:11:01 +04:00
DarkPhoenix
baa9ccc6ba Add console warning if icon file cannot be found 2011-04-16 18:04:22 +04:00
HomeWorld
6d074668a9 Removed an useless import in PFListPane 2011-03-28 19:14:13 +03:00
Corollax
991addc5ec Update Eos
Sync after server issues
2011-03-26 09:32:20 -05:00
HomeWorld
b5046d8645 Added icons to additions pane tabs 2011-02-26 17:08:04 +02:00
HomeWorld
a2f7e37131 Changed the way how tab label is displayed so it cannot overlap with tab close button 2011-02-26 16:47:30 +02:00
HomeWorld
894fb034f7 Moved the chromeTabs add button a little bit lower (it looks less awkward now) 2011-02-26 16:28:24 +02:00
HomeWorld
753059ad1b Code cleanup in chromeTabs.PFAddRenderer 2011-02-26 16:22:04 +02:00
HomeWorld
8bb6b1af10 Removed a draw 'optimization' in PFListPane.RefreshList as it caused some problems when the pane was resized (hidden items werent updated even if it was needed as result of resizing) 2011-02-26 16:06:16 +02:00
HomeWorld
1829846455 Fixed a visual bug (the shipbrowser item not getting updated correctly in certain cases when wx.EVT_LEAVE_WINDOW occured) 2011-02-26 15:43:11 +02:00
Corollax
987209089c Revert "Get rid of useless IDLE events"
This reverts commit 24b96a5cee.
2011-02-23 06:51:47 -06:00
HomeWorld
98c8ea2f03 Tweeked the appearence of ship browser items 2011-01-30 17:14:21 +02:00
HomeWorld
24b96a5cee Get rid of useless IDLE events 2011-01-30 16:48:46 +02:00
HomeWorld
ce437184c1 Fixed an error popup message when trying to fetch skills with no character selected in character editor - api tab (by default select the first character) 2011-01-26 11:00:04 +02:00
HomeWorld
8796d62408 Disabled shipbrowser items animation (performance issues on some old PCs) - TODO: add option in preferences to enable anim 2011-01-25 18:14:55 +02:00
HomeWorld
0960a1588b Fixed #406, use page index not the current active page index 2011-01-24 13:48:20 +02:00
DarkPhoenix
3c9de11f8e Revert "Actualy do config overrides correctly"
This reverts commit 2b0950a9e5.
2011-01-22 16:17:17 +03:00
DarkPhoenix
891d1125ce Revert "Fix config pyfaPath handling"
This reverts commit b082a6acec.
2011-01-22 16:17:09 +03:00
cncfanatics
b082a6acec Fix config pyfaPath handling 2011-01-20 22:40:55 +01:00
cncfanatics
2b0950a9e5 Actualy do config overrides correctly 2011-01-20 22:29:34 +01:00
DarkPhoenix
006e7d1cb7 Evaluate and assign default values only when no forced variable is present 2011-01-20 11:44:08 +03:00
DarkPhoenix
6f846907a5 Adjust way of getting forced vars again 2011-01-20 00:40:01 +03:00
DarkPhoenix
30fab4bb98 Now, import variables properly 2011-01-20 00:23:08 +03:00
DarkPhoenix
4776b290c4 Make it even more friendly, but now only 2 base paths are customizable 2011-01-20 00:03:47 +03:00
DarkPhoenix
51dc4f4b05 Make config.py a bit more executable-friendly 2011-01-19 23:31:14 +03:00