Commit Graph

485 Commits

Author SHA1 Message Date
cncfanatics
c41525ff4a Make a slight redesign of the builtins 2010-10-04 09:17:52 +02:00
cncfanatics
7564914cf0 Add an early draft for context menus 2010-10-04 08:52:45 +02:00
HomeWorld
978d1e5835 Added togglepanel->header.layout to all statsview comps in refreshPanel 2010-10-03 13:42:19 +03:00
HomeWorld
a45798bd1f Small visual bug fix in resistancesViewFull - TODO: all statsview comps should do header layout in refreshPanel 2010-10-02 21:39:39 +03:00
cncfanatics
63913a309e Add builtinContextMenus package in gui 2010-10-01 12:17:18 +02:00
cncfanatics
72bb1bfcdc Move gui.builtinViewColumns.display to gui.display 2010-10-01 12:14:45 +02:00
cncfanatics
f38e6832f0 Fix a bug where pygauge wouldn't work when passing integers to
SetValue/SetRange
2010-10-01 07:41:50 +02:00
cncfanatics
792696aec4 Set Uniform as default damage Pattern, TODO: fix damagePattern display
code, its broken atm
2010-10-01 07:37:18 +02:00
cncfanatics
aa2b399b4e Add a module ammo display column and add it to defaults 2010-09-30 18:21:45 +02:00
cncfanatics
8f4f26b0e3 Add ammo selection. TODO: add an ammo display column 2010-09-30 18:16:29 +02:00
cncfanatics
6821d8b78a Trigger CHAR_CHANGED also on deletions/copies 2010-09-30 15:41:04 +02:00
cncfanatics
60d3ae7a8a Finish first complete implementation of character implant editor: needs
polishing
2010-09-30 15:10:10 +02:00
cncfanatics
bb49727317 More work on the implant editor, finish the market view part 2010-09-30 13:04:07 +02:00
HomeWorld
14347324f3 Shipbrowser searchctrl pos fix attempt (macs sucks) 2010-09-29 21:09:06 +03:00
cncfanatics
4d1961cba0 More work on the implant browser for chars 2010-09-29 11:31:50 +02:00
cncfanatics
c3d3bcb7d1 Add basic looks to character implant editor 2010-09-29 10:32:04 +02:00
cncfanatics
5a61ef1810 Fix some MSW specific "special" behaviour. 2010-09-29 09:01:25 +02:00
cncfanatics
b19798021d CHange stuff around to be a bit more resilient against errors, create
non-existent folders, add a staticPath config var
2010-09-28 22:07:33 +02:00
HomeWorld
9cc1205f2e Removed .layout() on every paint event in pyfatogglepanel 2010-09-28 21:23:10 +03:00
HomeWorld
43ec3260c6 Final fix for ticket #58 2010-09-23 20:23:15 +03:00
HomeWorld
70fd71771e Fixed ticket #33 by increasing the width of module state header cell : WTF 2010-09-23 19:00:11 +03:00
HomeWorld
58d7611b6f Make sure we keep the same item selected in builtinview\display.py refresh() 2010-09-23 17:44:30 +03:00
HomeWorld
bd7062702f Forcefully deselect the replaced item in builtinviewcolumns refresh(). Fixes ticket #58 2010-09-23 17:37:29 +03:00
cncfanatics
54c2f23f78 recalculate when the char editor is closed, in case stuff changed 2010-09-23 12:49:12 +02:00
cncfanatics
0e20da2262 Remove old toolbar file 2010-09-22 10:34:00 +02:00
cncfanatics
6b851dd3e0 Remove print statements 2010-09-22 10:32:26 +02:00
cncfanatics
bdd959d75f Change over the price fetching code to a queue instead of a cv, fix some minor stuff 2010-09-21 20:54:30 +02:00
cncfanatics
2b4376614b Gray out unused toggles while browsing through the marketBrowser too 2010-09-21 16:40:44 +02:00
cncfanatics
c079759426 If search gets cleared while the thread is working, just discard the
result afterwards
2010-09-21 16:20:27 +02:00
cncfanatics
2fa5c34b33 Merge branch 'master' of evefit.org:pyfa 2010-09-21 16:17:11 +02:00
HomeWorld
514a3e80ba Made pygauges use percentage values when doing the animation. This solves ticket #39 2010-09-21 17:17:29 +03:00
cncfanatics
a02815dfba Fixup some oversights when refactoring our search code 2010-09-21 16:16:55 +02:00
cncfanatics
5af70cf5a5 Merge branch 'master' of evefit.org:pyfa
Conflicts:
	eos
2010-09-21 16:08:49 +02:00
cncfanatics
8578b9bcd1 Add a worker thread for search and use it to run search requests 2010-09-21 15:55:38 +02:00
HomeWorld
5c609bdbc5 Added booster stuff view.. tho, it needs a close look since it yields some tracebacks 2010-09-19 20:02:21 +03:00
cncfanatics
bc3e7ec411 Start an early implant implementation 2010-09-18 16:11:40 +02:00
cncfanatics
993c79f4f5 Rename controller to service 2010-09-18 12:31:22 +02:00
HomeWorld
8f32e53795 Replaced CollapsiblePane in AdditionsPane with TogglePanel, old code remains commented for now 2010-09-17 20:13:03 +03:00
HomeWorld
ad6da2a331 Fixing stuff mentioned in ticket #51 2010-09-17 16:54:32 +03:00
HomeWorld
93ed44bb80 Removed NO_BORDER style from itemview in marketbrowser - it made things look strange 2010-09-17 15:56:17 +03:00
HomeWorld
b162f7d4c9 Make sure that the header collums in fittingview dont get resized till we find a way to assure a minimum size 2010-09-17 14:57:35 +03:00
HomeWorld
4e5d66f52f Show dummy values when no itemId is set in itemStats 2010-09-17 14:36:35 +03:00
HomeWorld
d9344738ba Completed item stats skelet 2010-09-17 12:29:02 +03:00
HomeWorld
77b618404f Align the choice control in characterselection correctly 2010-09-16 22:28:21 +03:00
HomeWorld
28dac9b6ad Fix attempt ...., wait what? Hardcode the wx.choice size (30 px height) 2010-09-16 22:16:56 +03:00
HomeWorld
e11feae5fe Fix attempt for charselection choice draw bug on OSX , the hard way 2010-09-16 21:21:58 +03:00
HomeWorld
66ed4f5f15 Revert "Fix attempt for charselection choice control draw bug on OSX"
This reverts commit fb452b0261.
2010-09-16 21:11:39 +03:00
HomeWorld
fb452b0261 Fix attempt for charselection choice control draw bug on OSX 2010-09-16 20:28:10 +03:00
HomeWorld
f63891e627 Small fix in fitting view tab (usage of Hide() when the object doesn't have that attribute) 2010-09-16 18:22:51 +03:00
HomeWorld
3d0fa7eeef Small deprecated stuff fix 2010-09-16 17:56:21 +03:00