Commit Graph

25 Commits

Author SHA1 Message Date
cncfanatics
570c5a9a0c Implement a set of modifications to allow attributeDisplay to directly
query attributes, this is always slower then using the normal method
except for the marketBrowser.
2010-12-06 09:47:30 +01:00
HomeWorld
0b5243dc62 Dont mangle border style in Display class, change it where needed 2010-12-03 14:35:37 +02:00
HomeWorld
acb8052469 Make sure we dont screw things up in Display class when the first column has wx.LIST_AUTOSIZE_USEHEADER width specified 2010-12-03 13:48:21 +02:00
HomeWorld
73fc505d3e Revert "Add doubleBuffering to Displays to eliminate flicker"
This reverts commit 475aab1a4d.
Do not use SetDoubleBuffered with wxpython 2.8.11.0 - it's bugged to hell.
2010-11-24 12:19:02 +02:00
HomeWorld
3b6fed377b Revert "More work on flicker"
This reverts commit aa9b1a227a.
2010-11-24 12:18:29 +02:00
HomeWorld
7aa58ee907 Revert "Dont call SetDoubleBuffered at all unless needed"
This reverts commit 628b80e515.
2010-11-24 12:18:06 +02:00
HomeWorld
628b80e515 Dont call SetDoubleBuffered at all unless needed 2010-11-19 14:51:52 +02:00
cncfanatics
aa9b1a227a More work on flicker 2010-11-19 10:08:17 +01:00
cncfanatics
475aab1a4d Add doubleBuffering to Displays to eliminate flicker 2010-11-19 09:50:03 +01:00
HomeWorld
112226e8d2 Fixed bad stuff happening prior to page reparenting 2010-11-17 15:55:41 +02:00
HomeWorld
4922d6c880 Some changes in graphFrame, it doesnt look awesome, but it's nonetheless prettier than before 2010-11-15 19:26:28 +02:00
HomeWorld
97c2c51457 Fix for first column fracked up size 2010-11-15 18:49:41 +02:00
cncfanatics
ea66f6f147 Full complete rework of the columnViews, Every column should now work
regardless if the type of view it was put in.
2010-11-11 15:49:05 +01:00
HomeWorld
653a3108d6 Bad indent is bad.This closes #280 too 2010-11-05 18:45:42 +02:00
HomeWorld
0ed842c747 Fixed an index out of range when resizing columns in display.py 2010-11-05 14:43:09 +02:00
HomeWorld
072681b939 Allow column resize in fitting view. If a column gets resized it will maintain its width when doing a refresh. 2010-11-02 18:23:01 +02:00
HomeWorld
f07b0172eb Fix the fix of the fixing fix. 2010-11-02 17:45:42 +02:00
HomeWorld
7ad1e47cb0 Fitting view/display improvements 2010-11-02 15:04:35 +02:00
HomeWorld
c0c70c9bd4 Little oopsie 2010-11-02 02:31:00 +02:00
HomeWorld
c65b1be486 Various fixes in display.py, including a wxpy listctrl stupid bug workaround 2010-11-02 02:01:14 +02:00
cncfanatics
ab58df372e Add support for delayed changing of text in columns via a delayedText
method that will get called if getText returns false
2010-10-26 12:49:50 +02:00
cncfanatics
c667ecbe36 Fix a bug where hard size settings in displays weren't respected 2010-10-20 15:00:59 +02:00
cncfanatics
bc883685ec Implement basic ammo switching context menu. (still needs much
polishing)
2010-10-19 10:31:52 +02:00
cncfanatics
c41525ff4a Make a slight redesign of the builtins 2010-10-04 09:17:52 +02:00
cncfanatics
72bb1bfcdc Move gui.builtinViewColumns.display to gui.display 2010-10-01 12:14:45 +02:00