Commit Graph

74 Commits

Author SHA1 Message Date
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
d23cff6371 Slap fittingView multiple selection state changes into working nicely 2010-10-21 20:37:11 +02:00
cncfanatics
05b16830c4 Move range & tracking further to the right 2010-10-21 15:09:24 +02:00
cncfanatics
cba064d063 Tweak ammo display 2010-10-21 14:57:13 +02:00
cncfanatics
37a647012c Move capacitor 2010-10-21 14:53:15 +02:00
cncfanatics
415f126356 Add a row != -1 check to the click handler 2010-10-21 10:39:25 +02:00
cncfanatics
f5f13b971c Fix state switching unselected mods 2010-10-20 19:48:00 +02:00
cncfanatics
67f55e1cb7 Don't use slotsChanged when d&d'ing, not needed 2010-10-20 18:32:57 +02:00
cncfanatics
7bae66ff78 Use a loop instead of recursion 2010-10-20 17:56:41 +02:00
cncfanatics
0e2853dffd Implement d&d for modules 2010-10-20 17:52:33 +02:00
cncfanatics
46011bb0c5 Revert "Revert "DND modules test""
This reverts commit 36be7839d1.
2010-10-20 17:02:34 +02:00
cncfanatics
d12f581d5b Recalculate fits on state changes 2010-10-20 16:11:18 +02:00
cncfanatics
5ef0a8cded Reorder some columns & menus 2010-10-20 15:16:48 +02:00
cncfanatics
46428ca0d8 Finish up ammo menus 2010-10-20 09:18:21 +02:00
cncfanatics
d1a2cb1290 First draft of state switching in fitting view 2010-10-19 22:08:43 +02:00
cncfanatics
bc883685ec Implement basic ammo switching context menu. (still needs much
polishing)
2010-10-19 10:31:52 +02:00
HomeWorld
36be7839d1 Revert "DND modules test"
This reverts commit d9fc65f18a.
2010-10-17 04:40:58 +03:00
HomeWorld
d9fc65f18a DND modules test 2010-10-17 04:34:05 +03:00
HomeWorld
490fc91364 Implemented removal of modules using delete key as requested in ticket #113 2010-10-16 16:57:30 +03:00
cncfanatics
0362914b5b Fix the capacitor usage column 2010-10-11 09:06:51 +02:00
HomeWorld
f042041c93 Fixed context menu misbehaviour on wxgtk in fittingview 2010-10-07 20:23:20 +03:00
HomeWorld
ff18cc9dfc Revert "Fixed context menu getting closed when releasing right mouse button"
This reverts commit d00325470b.
2010-10-07 19:42:14 +03:00
HomeWorld
d00325470b Fixed context menu getting closed when releasing right mouse button 2010-10-07 19:35:58 +03:00
cncfanatics
25c74e1f4c Add support for having a contextMenu class add more then a single entry, start
work on damage pattern selection menu
2010-10-04 19:55:58 +02:00
cncfanatics
b6e37ef434 Item stats context menu tweaks 2010-10-04 16:30:53 +02:00
cncfanatics
c5e69816fa Add ammo display when relevant as well as icons for the stats 2010-10-04 16:26:05 +02:00
cncfanatics
1654843295 Polish up context menu related code, start work on item stats 2010-10-04 13:45:30 +02:00
cncfanatics
7564914cf0 Add an early draft for context menus 2010-10-04 08:52:45 +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
8f4f26b0e3 Add ammo selection. TODO: add an ammo display column 2010-09-30 18:16:29 +02:00
cncfanatics
5a61ef1810 Fix some MSW specific "special" behaviour. 2010-09-29 09:01:25 +02:00
cncfanatics
993c79f4f5 Rename controller to service 2010-09-18 12:31:22 +02:00
HomeWorld
ad6da2a331 Fixing stuff mentioned in ticket #51 2010-09-17 16:54:32 +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
cncfanatics
5911480ba5 Don't trigger fitChanged if nothing changed, only call SetItem on text
changes
2010-09-15 18:05:33 +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
cncfanatics
a336068d98 Don't do anything if we dun have to, LETS BE LAZY! 2010-09-11 20:26:30 +02:00
cncfanatics
21e4ae2a52 Remove some debug code and fixup Layout() calls in statviews 2010-09-11 14:53:27 +02:00
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
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
410f1db0f1 Rename remove/addItem in the fit controllere to remove/addModule 2010-09-04 21:32:32 +02:00
cncfanatics
9d78284581 Move everything related to column displays to a seperate class 2010-09-04 19:23:12 +02:00
cncfanatics
9dc7fe6d08 Fix item removal using wrong indice 2010-09-03 23:57:46 +02:00
cncfanatics
a76f4198ab do fitting view sorting on the python side 2010-09-03 23:50:38 +02:00