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
Ryan Holmes
f5531b458b
Fix up focus for ship browser, allowing space or enter to work to open up new stage
2017-06-12 00:28:06 -04:00
Ryan Holmes
a7c89f7b40
break out market browser to individual class files
2017-06-11 17:54:36 -04:00
Ryan Holmes
048ae0205c
Breakout shipBrowser into individual class files
2017-06-11 17:32:43 -04:00
Ryan Holmes
e6a0784466
space to select fit when it's focus'd
2017-06-11 15:43:01 -04:00
blitzmann
53d15425f3
tab / tab+shift to change focus of ship browser items
2017-06-09 01:27:28 -04:00
Ryan Holmes
a79257271e
bump to stable 1.29.4 ( #1228 )
2017-06-08 22:22:30 -04:00
Ryan Holmes
94256876e4
Add tooltip for alpha clones to explain functionality ( #1227 )
...
See #1219
2017-06-08 22:13:46 -04:00
Ryan Holmes
d319b74d7a
Fix exception when double clicking CREST fit browser hull ( #1226 )
2017-06-08 21:58:20 -04:00
Ryan Holmes
208148b670
Fix issue with fit deletion ( #1211 )
...
* bump dev
* Fix issue with deleted fit not being removed from database cache (#1207 ). Also, include some error handling around the our commit stuff
2017-06-02 00:30:58 -04:00