blitzmann
0cc646bab9
Fix gauge resetting to 0 each time (should figure out how to utilize the existing set range and value, but for now this works)
2017-11-05 02:29:58 -05:00
blitzmann
cebca64e5e
Fix CREST stuff
2017-11-05 01:43:39 -05:00
blitzmann
bd0de82a8e
remove repo version of FloatSpin, go with wx bundled version
2017-11-05 01:10:22 -05:00
blitzmann
0f5ae8d9b6
Fix delete fix (renamed MiddleDown to MiddleIsDown)
2017-11-05 01:03:14 -05:00
blitzmann
5ae7805bb1
Fix ammo picker
2017-11-05 01:54:19 -04:00
blitzmann
6a382c4445
More tweaks to getModifiedItemAttr and fix deprecation warning
2017-11-05 01:51:19 -04:00
blitzmann
3b0c8b6117
Fix Racks having a CPU and Power value of 0
2017-11-04 18:32:26 -04:00
blitzmann
0e1e4cad6d
Fix a few more deprecation warnings
2017-11-04 18:24:18 -04:00
blitzmann
e0b92198b0
Fix deprecation warnings
2017-11-04 18:20:54 -04:00
blitzmann
ce3b94696a
Make sure getModifiedItemAttr always returns an int, unless otherwise wanting None
...
In py2, you could compare None to an int and it would always be less than. Unfortunately in py3, this is no longer the case. Returning getModifiedItemAttr as 0 allows us to not do a huge refactor.
2017-11-04 18:20:00 -04:00
blitzmann
56f34873a6
bleh
2017-10-08 22:51:06 -04:00
blitzmann
2afc8b1abe
Get rack headers bold again (courtesy of @RobinD42 - https://github.com/wxWidgets/Phoenix/issues/525 )
2017-09-25 01:58:31 -04:00
blitzmann
3b716e6e5e
fix py2app setup file
2017-07-07 00:22:58 -04:00
blitzmann
961b389b40
test
2017-07-06 23:41:55 -04:00
Ryan Holmes
0527a506ac
fix broken events preventing additions panels to not work
2017-07-03 01:46:46 -04:00
Ryan Holmes
1082d8a173
fix fix fix
2017-07-02 23:45:28 -04:00
Ryan Holmes
7ae41b71b2
Fix some deprecated things and a bug or two
2017-07-02 23:26:44 -04:00
Ryan Holmes
de5a734919
About dialog (looks like shit x_x)
2017-07-02 16:42:22 -04:00
Ryan Holmes
987c55ed8f
Get preferences dialog up and running
2017-07-02 16:32:39 -04:00
Ryan Holmes
57783fe80f
More work on character editor
2017-07-02 15:28:42 -04:00
Ryan Holmes
f24c2ddd22
Get skill list in character editor showing. Mostly doesn't work still
2017-07-02 14:12:00 -04:00
Ryan Holmes
f16e14e0b4
Fix gauges again, convert remaining IconFromBitmap > Icon
2017-06-14 15:05:12 -04:00
Ryan Holmes
729c46ab00
Revert "Remove EVT_ERASE_BACKGROUND events - pretty sure these were there for older versions of wx where the background wasn't erased properly"
...
This does help prevent flickering on resizing. Need to research more before removing them
This reverts commit 8c5c7fba29 .
2017-06-14 03:57:57 -04:00
Ryan Holmes
3b546de070
More deprecated fixes, and re-enable a working stats view
2017-06-14 03:51:40 -04:00
Ryan Holmes
ba64f75f88
Add some missing features to the gauge (and the background erase event, which apparently is needed to prevent flickering. Still need to access if this is something I need to be concerned about in other areas)
2017-06-14 03:44:38 -04:00
Ryan Holmes
4b8f2ce9e7
Deprecation stuff
2017-06-14 01:07:18 -04:00
Ryan Holmes
8c5c7fba29
Remove EVT_ERASE_BACKGROUND events - pretty sure these were there for older versions of wx where the background wasn't erased properly
2017-06-14 01:02:27 -04:00
Ryan Holmes
bec26d5d05
Fix unable to close window
2017-06-14 00:53:22 -04:00
Ryan Holmes
8f369daf1e
InsertStringItem > InsertItem
2017-06-14 00:46:38 -04:00
Ryan Holmes
43cbdc1e57
Fix issue with crashing (set weight not working as intended?)
2017-06-14 00:46:13 -04:00
Ryan Holmes
cf4d0706ae
Fix column headers, and disable event posting which was causing crash
2017-06-14 00:09:30 -04:00
Ryan Holmes
2857eff884
Fix a few None comparison operations... python 3 has changed this. I'm sure there's going to be a lot of these issues popping up.
...
Oh, and now we get a hard crash when opening a fit. Yey!
2017-06-13 23:57:27 -04:00
Ryan Holmes
050f1b4add
Fixed some missing chrome tab stuff, as well as more conversion issues
2017-06-13 15:18:40 -04:00
Ryan Holmes
2bbcd96ce3
Even more fixes
2017-06-13 15:01:30 -04:00
Ryan Holmes
1cbd8ee901
Fix some deprecated stuff
2017-06-12 21:31:37 -04:00
Ryan Holmes
7e86cb0f84
OMG I HAVE A SHIP BROWSER NOW :3 (replace old instances of GetSuitableColor with GetSuitable)
2017-06-12 21:25:07 -04:00
Ryan Holmes
0e7dccccfe
Remove stat panels for now. I HAVE A FRAME SPAWNING OMG
2017-06-12 21:16:21 -04:00
Ryan Holmes
9d75dea31a
"Fix" more spacers
2017-06-12 21:14:45 -04:00
Ryan Holmes
610f501608
"Color Correction"
2017-06-12 21:11:10 -04:00
Ryan Holmes
361f7fc5bb
misc fixes
2017-06-12 21:09:50 -04:00
Ryan Holmes
951b35a345
PyDeadObjectError fixes and PFNotebook -> ChromeNotebook renaming
2017-06-12 20:50:05 -04:00
Ryan Holmes
6c317d56ee
touch up the gauge code
2017-06-12 20:45:58 -04:00
Ryan Holmes
2acb3e759e
Touch up toggle panel
2017-06-12 20:42:03 -04:00
Ryan Holmes
9712ec4fbf
Fix up some stuff, migrate to cleaned up chrome tabs
2017-06-12 20:38:00 -04:00
Ryan Holmes
ae0da59ed2
Clean up draw and color utils
2017-06-12 18:14:29 -04:00
Ryan Holmes
8e4db5a8c3
Do some renaming of some files
2017-06-12 18:08:07 -04:00
Ryan Holmes
7f392006d1
comment out most of the fluff in pyfa.py. Need to come back to this and get it all working
2017-06-12 16:37:15 -04:00
Ryan Holmes
828b18d0fd
py2to3 automatic conversion. Woot!
2017-06-12 16:12:45 -04:00
Ryan Holmes
ad535ccc78
Merge branch 'qol/additionPanes' into qol/file-reorg
2017-06-12 01:17:22 -04:00
Ryan Holmes
9dee761f6d
Move addition pane views into their own directory
2017-06-12 01:17:00 -04:00