66d60892fb
Trigger an event when an item is activated
cncfanatics
2010-08-28 16:46:06 +02:00
9406114d44
Added pretty custom made EVE like gauges, toggle _showNormalGauges
HomeWorld
2010-08-28 17:22:42 +03:00
c43834f913
Also trigger FIT_CHANGED when fit goes to None (for example, when a tab is cleared). Note: causes an exception until some other code is fixed
cncfanatics
2010-08-28 16:12:04 +02:00
6bcb32d447
Change license info in about screen
cncfanatics
2010-08-28 15:29:33 +02:00
686e2d49ca
Use latest eos
cncfanatics
2010-08-28 15:19:22 +02:00
6d371e40b7
Change AGPL to regular GPL for pyfa
cncfanatics
2010-08-28 15:18:57 +02:00
262840252a
Fix a bug that prevented padding from working
cncfanatics
2010-08-28 15:16:53 +02:00
d5cedede4e
Finish up filling all the labels in the stats pane and the mini stats pane. All except best tank (in mini) and price (in both) is done now.
cncfanatics
2010-08-28 13:29:20 +02:00
0d29327aa2
Fill the resonance data
cncfanatics
2010-08-28 01:18:32 +02:00
01c82d8acf
Only add GJ/S for cap to the full panel
cncfanatics
2010-08-28 00:24:15 +02:00
b2b8ce61db
Implement most of the labels common to both panes now
cncfanatics
2010-08-28 00:20:50 +02:00
eaeca63f70
Add volley & total dps
cncfanatics
2010-08-27 23:49:22 +02:00
5b06ebdbc0
Change image positions & size somewhat to give the collapsed pane more space
cncfanatics
2010-08-27 22:46:35 +02:00
ac7b285177
Update eos version
cncfanatics
2010-08-27 12:39:34 +02:00
6d64e612ce
Trigger an event when the fit changes. Order slots
cncfanatics
2010-08-27 12:30:32 +02:00
351357d434
Add some code to populate the fitting view with empty dummies when a fit is selected.
cncfanatics
2010-08-27 10:37:47 +02:00
daba65a1f6
Put gauges at 20px
cncfanatics
2010-08-27 00:45:10 +02:00
c9450cb431
Add some padding 'n stoof
cncfanatics
2010-08-27 00:41:05 +02:00
8597c6bb2e
Rename minPanel to miniPanel
cncfanatics
2010-08-27 00:37:03 +02:00
bf9666aecc
Add manuevrability info
cncfanatics
2010-08-27 00:35:43 +02:00
d7b8c36220
Add capacitor info to mini statspanel
cncfanatics
2010-08-27 00:15:59 +02:00
7e1aad2a49
Add a display for the ship's most powerful tank in the ministats pane
cncfanatics
2010-08-26 21:36:41 +02:00
9423f40aef
Add eos as a submodule.
cncfanatics
2010-08-26 20:32:57 +02:00
2bf08a9cb5
Add cpu & pg display to ministats
cncfanatics
2010-08-26 20:12:16 +02:00
05ff3b220e
Change gitignore a bit
cncfanatics
2010-08-26 19:05:51 +02:00
37eb238afd
Change a few things around, add some spaces where needed, turn "Total DPS:" into "DPS:" to win space
cncfanatics
2010-08-26 18:52:21 +02:00
f48b5d594a
Fixed the fixing fix of Firepower (removed duplicate static text)
HomeWorld
2010-08-26 18:07:12 +03:00
e229ba2ab2
Added Firepower info in small view of statsPane
HomeWorld
2010-08-26 18:00:05 +03:00
20c879af24
Do calibration in a saner way
cncfanatics
2010-08-26 18:44:40 +02:00
7380338078
Put the icon next to the text instead of above it
cncfanatics
2010-08-26 13:06:58 +02:00
ad4e22797c
Add callibration to the mini-stats display
cncfanatics
2010-08-26 12:44:55 +02:00
877504f73f
Start adding stuff to the mini statspane, more later
cncfanatics
2010-08-26 12:10:36 +02:00
e0eba227fc
Change the stats pane to have a minimal and a full sized version. TODO: Put widgets in the minimal one
cncfanatics
2010-08-26 01:39:01 +02:00
40337e3d38
Correctly clear out the fitting view from a tab when it gets deleted
cncfanatics
2010-08-26 01:23:40 +02:00
87c24f0082
use TREE_ITEM_ACTIVATED instead of doubleclick event, it handles but enter and doubleclicks. Remove doubleclick rename Activating a tree element will now put it into the active tab
cncfanatics
2010-08-26 01:04:49 +02:00
6462e1a588
Make the stats pane collapsable, need feedback on looks
cncfanatics
2010-08-26 01:04:01 +02:00
2e5d88d4c1
Rename fitMultiSwitch to multiswitch and allow it to contain nonfit stuff
cncfanatics
2010-08-26 01:02:54 +02:00
ee510e16d7
Remove more useless code
cncfanatics
2010-08-25 21:30:25 +02:00
d4f39bd9b2
Clear images when a tab is emptied, don't rename fits to "" if user cancels renaming
cncfanatics
2010-08-25 20:20:25 +02:00
a201153b33
Add race icon and ship name to the tabs of the fitswitch
cncfanatics
2010-08-25 19:56:35 +02:00
17f21a0ded
Correctly handle deletion of fits
cncfanatics
2010-08-25 19:35:49 +02:00
05e1deb193
Add an IsOk() check
cncfanatics
2010-08-25 19:28:05 +02:00
321188e23e
Wire up events so the active fit in a tab changes when a new fit is selected, and names change when renamed, etc.
cncfanatics
2010-08-25 19:20:38 +02:00
2d33a5dda5
Add a bunch of event.Skip() statements where needed. Wire up a few events in the fittingView Make the + button actualy add new tabs
cncfanatics
2010-08-25 14:59:46 +02:00
12e348a0c3
Actualy remove the . after "fit" in the menu tooltips now
cncfanatics
2010-08-25 13:53:24 +02:00