Commit Graph

59 Commits

Author SHA1 Message Date
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
Lucas Thode
50020159bb Most of the module price column.
(It appears and has the correct icon, but the data isn't available due to a synchronization issue between the market service and the GUI.
2010-10-26 10:00:27 +02:00
Lucas Thode
ac810bc36a Revert "Most of the module price column."
This reverts commit 42c07c1d7a.
2010-10-25 19:46:29 -05:00
Lucas Thode
42c07c1d7a Most of the module price column.
(It appears and has the correct icon, but the data isn't available due to a synchronization issue between the market service and the GUI.
2010-10-25 12:20:11 -05:00
cncfanatics
b12ab46065 Fix permissions 2010-10-21 15:25:37 +02:00
cncfanatics
6a3730bd1e Don't display ammo icon twice 2010-10-21 15:06:15 +02:00
cncfanatics
cba064d063 Tweak ammo display 2010-10-21 14:57:13 +02:00
cncfanatics
473f232f4c Rename Implant Checkbox to Activity Checkbox, seeing as it works for
everything with an active attribute
2010-10-21 14:06:09 +02:00
cncfanatics
96b756fa9d Add support for toggling implants on and off 2010-10-21 07:08:47 +02:00
DarkPhoenix
9f9aff0c39 Fix file permissions 2010-10-14 20:32:54 +04:00
cncfanatics
77d1ade1fe Use some new stuff in eos meaning we don't have to do any effort to get names of
constants in enums
2010-10-13 19:20:37 +02:00
cncfanatics
93a1c31292 FIx an oopsie 2010-10-11 09:18:20 +02:00
cncfanatics
0362914b5b Fix the capacitor usage column 2010-10-11 09:06:51 +02:00
HomeWorld
c0fee80773 Revert "test comit"
This reverts commit 2d3868dea9.
2010-10-09 17:07:15 +03:00
HomeWorld
2d3868dea9 test comit 2010-10-09 17:02:46 +03: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
cncfanatics
aa2b399b4e Add a module ammo display column and add it to defaults 2010-09-30 18:21:45 +02:00
cncfanatics
60d3ae7a8a Finish first complete implementation of character implant editor: needs
polishing
2010-09-30 15:10:10 +02: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
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
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
cncfanatics
5bb8c6e04a Set of improvements to tab behaviour, as well as bugfixes and finishing
up the char editor behaviour
2010-09-16 16:25:11 +02:00
HomeWorld
0257545017 Sanity check added in display.py -> refresh 2010-09-16 15:22:18 +03:00
cncfanatics
5911480ba5 Don't trigger fitChanged if nothing changed, only call SetItem on text
changes
2010-09-15 18:05:33 +02:00
cncfanatics
54ae8919b3 Completely eradicate flicker by only changing text in refresh when
actualy needed
2010-09-15 17:55:48 +02:00
cncfanatics
bf6932b6cc Change populate to not autorefresh. Only ever call populate if the
amount of slots in a fit changes or if the fit itself changes, call
refresh in all other cases
2010-09-15 17:44:23 +02:00
cncfanatics
32531728b0 Revert "Revert "Don't reclear and repopulate the whole fitting view whenever anything""
This reverts commit 2fe3b8271d.
2010-09-15 17:21:27 +02:00
HomeWorld
2fe3b8271d Revert "Don't reclear and repopulate the whole fitting view whenever anything"
This reverts commit 35d9a42d70.
2010-09-15 17:01:28 +03:00
cncfanatics
35d9a42d70 Don't reclear and repopulate the whole fitting view whenever anything
changed. Only repopulate when needed, and just refresh the columns in
all other cases
2010-09-15 10:17:40 +02:00
HomeWorld
e0eecd1d18 Small fix that prevents flickering of fitting view scrollbars when those are present - happens on msw 2010-09-12 14:16:57 +03:00
cncfanatics
15c4be53fc isEmpty is now a property, not a method 2010-09-06 18:12:24 +02:00
cncfanatics
9bfe4ebc2c Give the checkbox some more size 2010-09-05 17:57:08 +02:00
cncfanatics
4348281d9c Add destroy statement so we can draw our bitmap onto another dc on wxMSW 2010-09-05 17:56:06 +02:00
DarkPhoenix
e6f24eaae5 Rework functions in util.py 2010-09-05 17:41:09 +04:00
cncfanatics
a31ea5f712 Add a checkbox for drones instead of + & -, group drones by 5 by default (will be able to be changed via rightclick, later) 2010-09-05 15:04:05 +02:00
cncfanatics
2180f2639a Add native checkboxes to drone view 2010-09-05 11:54:40 +02:00
cncfanatics
00953c1828 Finish working on the + & - buttons for drones, they now correctly activate & deactivate drones \o/ 2010-09-05 11:05:28 +02:00
cncfanatics
370c173627 Rechange maxRange 2010-09-05 10:29:33 +02:00
cncfanatics
a44ec58aaa More work on the drone pane, more specificly, a pwetty + & - button (not working yet) and a bit of polish on the columns 2010-09-05 09:55:37 +02:00
cncfanatics
c05ae0c87c Make maxRange only display "km" after the whole thing 2010-09-05 09:55:20 +02:00
cncfanatics
48293cdf8b First iteration of the drone view, as well as a bunch of other related changes 2010-09-04 23:25:02 +02:00
cncfanatics
635e904a58 Change some drone column stuff 2010-09-04 21:11:54 +02:00
cncfanatics
c571bcb450 Move import * statement to top level 2010-09-04 20:13:16 +02:00
cncfanatics
9d78284581 Move everything related to column displays to a seperate class 2010-09-04 19:23:12 +02:00
DarkPhoenix
85aa5e4ebc Move to new format in ViewColumns and suffixize drone bay and bandwidth 2010-09-04 03:40:50 +04:00