Constantin Wenger
cf60bbc904
Merge remote-tracking branch 'upstream/master'
...
updated from upstream
2016-02-11 06:53:01 +01:00
blitzmann
9c67e7dd93
Fix database for icons (using old data), bump for release
2016-02-10 20:07:56 -05:00
blitzmann
7e305aab67
Revert "Tentative fix for character editor issues."
...
This reverts commit 253ebdc4e1 .
2016-01-31 10:52:00 -05:00
blitzmann
55eed0d029
Revert "Fix Character Editor Dialog for osx"
...
This reverts commit 9fc31d6a55 .
2016-01-31 10:51:45 -05:00
blitzmann
9fc31d6a55
Fix Character Editor Dialog for osx
2016-01-25 22:47:27 -05:00
blitzmann
f3f1d022ef
Updated to new repo location and forum thread
2016-01-25 21:14:45 -05:00
blitzmann
253ebdc4e1
Tentative fix for character editor issues.
2016-01-25 21:10:20 -05:00
Constantin Wenger
96048b5133
added command line option to set the window title
2016-01-12 21:28:15 +01:00
blitzmann
343d605a84
Fitting file import improvements:
...
- Blank files don't cause crash
- If error happens during processing, notify user
2016-01-03 21:45:19 -05:00
blitzmann
ad738f7e7c
Fix exporting fit to XML when name is unicode
2016-01-03 00:06:53 -05:00
blitzmann
2fadaa890b
fix save character as on os x
2015-11-08 13:52:53 -05:00
blitzmann
95dba166eb
Remove some debugging prints
2015-11-08 12:37:31 -05:00
blitzmann
83adadd71f
Convert pubsub to wx events
2015-11-08 12:33:56 -05:00
blitzmann
febc2eee09
Add some conditionals to disable Attribute Editor for wxPython 2.8
2015-11-06 20:23:09 -05:00
blitzmann
bf0b89f3b5
Old mac client shouldn't even know about CREST / override. Disable all instances of them for this build.
2015-11-03 21:25:52 -05:00
blitzmann
4b27becb5f
Merge branch 'overrides' into singularity
...
Conflicts:
eos/db/__init__.py
eos/db/saveddata/__init__.py
eos/db/saveddata/queries.py
gui/mainFrame.py
gui/mainMenuBar.py
2015-11-02 19:01:12 -05:00
blitzmann
c436e0e669
Create a proper menu item toggle for overrides
2015-11-01 21:19:49 -05:00
blitzmann
0d0ec42daf
Initial GUI commit. Still need to actually handle the attribute change
2015-11-01 19:49:22 -05:00
blitzmann
ccb9e085b2
Setting to change server for CREST, and some other improvements.
2015-10-31 13:20:13 -04:00
blitzmann
7032baa7ef
Add some logic to disable from CREST menu items if character is not logged in
2015-10-25 22:02:15 -04:00
blitzmann
6496164d95
Merge branch 'crest_fitting' of https://github.com/DarkFenX/Pyfa into crest_fitting
2015-10-25 18:14:46 -04:00
blitzmann
1ce2921eb7
Put current character info in titlebar, and disable getting image.
2015-10-25 18:14:12 -04:00
blitzmann
056e961ccc
use webrowser module to open URIs (had some difficulty with LaunchDefaultBrowser on OS X)
2015-10-25 14:46:24 -04:00
blitzmann
08382db011
Add character management window, ability to add and delete crest characters, and fix issue with not having default client ID available.
2015-10-23 21:26:38 -04:00
blitzmann
9929510e53
More work on CREST stuff. Now implicit character can GET and POST fits.
2015-10-23 19:14:43 -04:00
blitzmann
6e04c64ffb
Changed login box to show currently logged in character with timer, and we now fetch the character image.
2015-10-23 00:52:03 -04:00
blitzmann
e0f99ee133
Start refinement of CREST utilities:
...
* Add preference page which gives option of implicit grant or user client details
* Improve CREST service
* Changes in pycrest which make things a little easier
2015-10-21 23:10:06 -04:00
blitzmann
8151debfe1
Can now login to SSO from pyfa, which completes basic integration. This is very crude, will be refined.
2015-10-19 20:09:39 -04:00
blitzmann
b1729095a0
Export fitting to EVE, fix json bugs, and include forgotten CREST service.
2015-10-18 17:13:19 -04:00
blitzmann
9269c54434
Implement exporting in CREST format
2015-10-18 01:33:39 -04:00
blitzmann
c4246c0d50
Added CREST service and first pass of fitting resource browsing. I want to completely rework this eventually, but right now just focused on getting a rough draft going.
2015-10-18 00:21:01 -04:00
blitzmann
6c80d15f1d
Close update dialog, don't destroy (OSX bug fixes)
2015-10-09 17:43:23 -04:00
blitzmann
4baa6e9e9f
Switch over wx.BusyInfo from custom wait dialog
2015-10-09 13:04:06 -07:00
blitzmann
2e998bd5a4
Merge branch 'master' into osx_fixes
2015-10-09 12:20:07 -07:00
blitzmann
a33ec89e87
Fix issue that caused fits that were supposed to open in the background to calculate. Unfortunately this fix breaks the tab snapshot, will have to figure that out later
2015-10-09 18:32:03 -04:00
blitzmann
ba9232e514
Fix preferences dialog
2015-10-09 09:10:37 -07:00
blitzmann
231cdb8399
Fix minor default settings, fix dist script for wx3 merge
2015-10-04 22:07:23 -04:00
blitzmann
9465aceddb
Add splitter between fitting and additions
2015-10-04 18:28:15 -04:00
blitzmann
b454ac003b
Present error message if HTML Export path does not exist
2015-10-04 15:36:56 -04:00
blitzmann
17d353e09b
Fix crash with GUI HTML export, and clean up dialogs.
2015-10-04 15:24:53 -04:00
blitzmann
0f8992432b
Merge branch 'master' into wx3
...
Conflicts:
gui/characterEditor.py
2015-09-26 18:53:28 -04:00
blitzmann
b844bdf986
Add save character as dialog
2015-09-24 20:46:07 -04:00
blitzmann
61614553a2
Fix bug with char copy, and added char revert and save as (unfinished)
2015-09-24 19:03:30 -04:00
blitzmann
e9d02ce4c8
Change to use BitmapLoader class
2015-09-24 12:21:50 -04:00
blitzmann
474f270b26
Change to new icon locations
2015-09-24 12:17:17 -04:00
blitzmann
ca34217f3b
Added character saving.
...
Deleting characters is broken for now due to using wrong session, but I believe creating character works. Further tests needed
2015-09-09 20:33:15 -04:00
blitzmann
e5e7311748
Revert "Fix preferenceDialog list view width" and actually fix it. OS X untested
...
This reverts commit 9ba3ca3f5f .
2015-07-26 19:34:42 -04:00
blitzmann
9ba3ca3f5f
Fix preferenceDialog list view width
2015-07-26 19:19:53 -04:00
blitzmann
e12b3f3054
Merge tag 'v1.13.2' into wx3
...
Conflicts:
config.py
A lot of icons
2015-07-20 13:21:00 -04:00
blitzmann
5e56107582
Revert changes to minimum / default sizes of splitter windows
2015-07-07 13:28:02 -04:00