HomeWorld
|
d86903daaa
|
Reenabled fleetbrowser
|
2011-01-14 14:43:59 +02:00 |
|
HomeWorld
|
053ff24d37
|
Pyfa works with sqlalchemy 0.5.8, modified the check accordingly (0.5.8 is the minimum required version)
|
2011-01-14 14:26:38 +02:00 |
|
HomeWorld
|
17ecb34d85
|
Fixed some traceback (on wxgtk) caused by FitItem OnPaint (accessing vars that were not declared yet)
|
2011-01-14 14:21:24 +02:00 |
|
HomeWorld
|
c30b8ac2a9
|
Revert "Do not use tab_traversal in pfnotebook panels"
This reverts commit 9c2fa3404e.
|
2011-01-14 14:11:08 +02:00 |
|
HomeWorld
|
9c5807309d
|
Merge branch 'master' of evefit.org:pyfa
|
2011-01-14 13:23:36 +02:00 |
|
HomeWorld
|
9c2fa3404e
|
Do not use tab_traversal in pfnotebook panels
|
2011-01-14 13:23:27 +02:00 |
|
HomeWorld
|
be9c66b42e
|
Added support for ctrl+tab/ctrl+shift+tab (next/prev multiswitch tab)
|
2011-01-14 13:14:35 +02:00 |
|
Corollax
|
83ad6058d0
|
Merge branch 'master' of evefit.org:pyfa
|
2011-01-14 05:14:29 -06:00 |
|
Corollax
|
3ec02d39f4
|
s/couldn\'t/cannot/g
|
2011-01-14 04:38:57 -06:00 |
|
HomeWorld
|
c1ce9cd885
|
Added some \n here and there in aboutData.py
|
2011-01-14 12:35:21 +02:00 |
|
HomeWorld
|
897ab307a5
|
Merge branch 'master' of evefit.org:pyfa
|
2011-01-14 12:31:26 +02:00 |
|
HomeWorld
|
2388c080f7
|
Added version info for python/wx/sqlalchemy in aboutbox
|
2011-01-14 12:31:08 +02:00 |
|
Corollax
|
f1a7d3210c
|
Fixed a few typos in pyfa.py
|
2011-01-14 04:24:30 -06:00 |
|
HomeWorld
|
8878927e53
|
Cleaned up pyfa.py
|
2011-01-14 12:22:26 +02:00 |
|
HomeWorld
|
f63b867cee
|
Added a check at startup for python version
|
2011-01-14 12:16:52 +02:00 |
|
HomeWorld
|
b6ee5a66a1
|
Added a check at startup for sqlalchemy (installed/version)
|
2011-01-14 12:07:53 +02:00 |
|
HomeWorld
|
67b5a809bc
|
Added a message at startup in case wxpython is missing completly
|
2011-01-14 11:53:09 +02:00 |
|
HomeWorld
|
f40b8e50b4
|
Code cleanup in shipbrowser
|
2011-01-14 11:26:34 +02:00 |
|
HomeWorld
|
ca57d80f8b
|
Fixed a traceback in fittingview - MakeSnapshot - gtfo if fit is None
|
2011-01-14 11:23:32 +02:00 |
|
HomeWorld
|
1d5293fc63
|
Implemented DND for FitItem - shipbrowser
|
2011-01-14 11:20:07 +02:00 |
|
HomeWorld
|
e3cc3022f5
|
Completed animation stuff on all shipbrowser item types
|
2011-01-14 11:01:19 +02:00 |
|
HomeWorld
|
900b8e85eb
|
Added missing font color change in ship/fit items - shipbrowser
|
2011-01-14 10:30:28 +02:00 |
|
HomeWorld
|
8ff77b765d
|
Merge branch 'master' of evefit.org:pyfa
|
2011-01-14 10:26:45 +02:00 |
|
HomeWorld
|
322d469d03
|
More tinkering to FitItem
|
2011-01-14 10:26:33 +02:00 |
|
DarkPhoenix
|
3524b2cc7f
|
Display number of shots instead of number of charges by default
|
2011-01-14 02:03:35 +03:00 |
|
HomeWorld
|
d0e9309e0e
|
Paranoid check in case of fit delete, don't try to delete an already deleted fit (it may happen when clicking delete button very fast)
|
2011-01-14 00:25:21 +02:00 |
|
HomeWorld
|
a4cd30c6b7
|
Fixed a nasty crash (random) caused by chromeTabs.DeletePage
|
2011-01-14 00:19:53 +02:00 |
|
HomeWorld
|
8c64923c84
|
Switched back to old FitItem till python crash caused when deleting an item is sorted out
|
2011-01-13 21:43:13 +02:00 |
|
HomeWorld
|
f565b3010f
|
Do not animate stuff while in stage 4
|
2011-01-13 21:36:25 +02:00 |
|
HomeWorld
|
cf3550b5bd
|
Safety check in stage2 callback, we don't want stage 2 items to be shown in stage 1
|
2011-01-13 21:05:48 +02:00 |
|
HomeWorld
|
c76d7af05c
|
Rewritten shipbrowser FitItem - basic functionality only (copy/delete)
|
2011-01-13 20:07:28 +02:00 |
|
HomeWorld
|
c082f3da9d
|
Animate toolbar on load too - ShipItem
|
2011-01-13 18:36:51 +02:00 |
|
HomeWorld
|
550469f7ce
|
Added small eye-candy stuff to ShipItem
|
2011-01-13 18:23:28 +02:00 |
|
HomeWorld
|
1181ef8168
|
Cleaned up shipitem DrawItem code
|
2011-01-13 17:27:51 +02:00 |
|
HomeWorld
|
fa18a621c1
|
Completed ShipItem class rewrite (it uses SBItem base class)
|
2011-01-13 16:18:51 +02:00 |
|
HomeWorld
|
6d78ad2529
|
* ~cncfanatics browses DarkPhoenix
|
2011-01-13 14:10:06 +02:00 |
|
HomeWorld
|
c48ea7297e
|
Implemented basic button functionality for shipbrowser toolbar buttons
|
2011-01-13 12:09:09 +02:00 |
|
HomeWorld
|
d1981a1b14
|
Base classes for shipbrowser item toolbar (replacement for ugly buttons code)
|
2011-01-13 10:56:03 +02:00 |
|
DarkPhoenix
|
858b304be5
|
Highlight labels with red when max active drones or used calibration goes over max value
|
2011-01-11 18:55:56 +03:00 |
|
DarkPhoenix
|
886d5ade07
|
Update item meta groups
|
2011-01-11 09:18:01 +03:00 |
|
DarkPhoenix
|
33ce40c0dc
|
Also jump to proper meta tab when opening market group of forced items
|
2011-01-10 23:18:45 +03:00 |
|
DarkPhoenix
|
bd93b6c6ec
|
Added missing items to market
Revert if you don't like it :)
|
2011-01-10 18:28:06 +03:00 |
|
DarkPhoenix
|
293a30fc85
|
Copy-pasted some data from wiki to readme and added extension to it (more windows-friendly)
|
2011-01-10 11:43:24 +03:00 |
|
HomeWorld
|
08906b0f5b
|
Padded fit creation date in shipbrowser fit item as req. in ticket #369
|
2011-01-08 21:45:51 +02:00 |
|
HomeWorld
|
b35cda3b92
|
Show a more generalized status for prices fetching stuff as req. in ticket #377
|
2011-01-08 21:21:26 +02:00 |
|
DarkPhoenix
|
73617d16aa
|
Update staticdata and eos in pyfa
|
2011-01-08 10:07:29 +03:00 |
|
Corollax
|
1e34ac75bc
|
Revert the isoffensive and isdefensive commit
Was fscking up pyfa. It should be in a BRANCH.
|
2011-01-07 18:50:43 -06:00 |
|
Corollax
|
d2244de49b
|
Pull in a few effects changes
Auto targeting systems and whatnot.
|
2011-01-06 23:52:55 -06:00 |
|
HomeWorld
|
a24712ebf3
|
Fixed a little oversight, skip by default in base class
|
2011-01-03 11:45:33 +02:00 |
|
HomeWorld
|
d2c9ef8411
|
Moved common stuff of category/ship/fit item classes into SBItem class; Subclassed CategoryItem from SBItem
|
2011-01-03 11:42:20 +02:00 |
|