blitzmann
36ab224853
Update to 996005 and bump stable
2016-01-12 00:28:19 -05:00
blitzmann
3d26a31ee2
Add option to disable gauge animations (primarily for osx 10.11 users, see #438 )
2016-01-09 12:36:55 -05: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
ef1228eb32
Ensure that utf-8 is tested when importing fits
2016-01-03 13:24:05 -05:00
blitzmann
8e28925336
Add civilian weapons
2015-12-20 21:10:18 -05:00
Neugeniko
0c278b668c
Handle Crest Import and Export of Drone Bay and Cargo Bay contents.
2015-12-16 12:56:28 +11:00
blitzmann
81fa88a36d
Remove previously mentioned old item
2015-12-09 20:55:34 -05:00
blitzmann
0dd98330aa
Fix issue with old item in market service causing error due to being non-existent.
2015-12-09 20:54:29 -05:00
blitzmann
fbf67c134b
Merge remote-tracking branch 'origin/singularity'
2015-12-07 19:39:45 -05:00
blitzmann
a0cfe05eb5
Update to 988883, fix market conversion and add the converted modules, and improve on rename/conversion helper script
2015-12-07 19:38:54 -05:00
blitzmann
ba6e8d7ad1
Add renamed items
2015-12-06 14:28:35 -05:00
blitzmann
04c6fad531
Change user agent of CREST calls
2015-12-03 20:50:01 -05:00
Neugeniko
dde8b1f802
Added detection of Unicode BOM (Byte Order Mark) to determine the encoding used in imported files.
2015-11-14 01:00:32 +11: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
b302a0a6e5
Weak ciphers aren't needed to CREST it seems (probably was at one point)
2015-11-06 20:06:08 -05:00
blitzmann
8fe5f43875
fix some stuff
2015-11-03 22:44:01 -05:00
blitzmann
c8cfee3511
More mac fixes
2015-11-03 22:12:35 -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
fc84c5dc94
Whoops
2015-11-03 13:24:49 -05:00
blitzmann
8cd36f3cbf
Add item renames
2015-11-02 21:06:54 -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
0d0ec42daf
Initial GUI commit. Still need to actually handle the attribute change
2015-11-01 19:49:22 -05:00
blitzmann
bb4fe63a7c
Add CREST preference icon (basic EVE icon), and fix menus when changing modes and whatnot
2015-10-31 14:10:41 -04:00
blitzmann
ccb9e085b2
Setting to change server for CREST, and some other improvements.
2015-10-31 13:20:13 -04:00
blitzmann
24f770aa7b
Use + instead of space (fixes an Iceweasel browser issue)
2015-10-30 21:09:06 -04:00
blitzmann
649b99d7bd
Another possible fix for server issues.
2015-10-30 21:07:56 -04:00
blitzmann
6eafbb0a25
Possible fix for server issues. Instead of using a timer, use the socket timeout, and ensure that we stop server before spawning a new one.
2015-10-28 21:25:01 -04:00
blitzmann
aedd7ce2de
Add support to delete fit from EVE
2015-10-26 21:27:54 -04:00
blitzmann
b0511ed856
Delete crest chars when changing client settings
2015-10-26 23:54:42 -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
b52cbef26f
Clean up some imports, get rid of CharacterInfo window.
2015-10-25 21:49:24 -04:00
blitzmann
5b341dfc06
pycrest now injects cached until value into the results
2015-10-25 21:44:04 -04:00
blitzmann
cb0003b942
Use deepcopy instead of copy. Fixes issue with using same session object across characters
2015-10-25 20:17:42 -04:00
blitzmann
6ee6186280
Make a post thing for pycrest. Still having authentication errors occasionally.
2015-10-25 19:51:58 -04:00
blitzmann
781abeea53
Implement a character cache, as the database-layer cache is seemingly not working. =/
2015-10-25 19:41:12 -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
6eb6925606
Move html
2015-10-25 17:55:39 -04:00
blitzmann
9d7a3605dc
Use timers properly
2015-10-25 17:52:53 -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
8f08f8efb8
Make sure httpd server stops after a certain time frame.
2015-10-25 00:09:33 -04:00
blitzmann
167eb60fe3
Added logic to find CA certs for SSL connections (for frozen apps) and added some logging
2015-10-24 23:32:15 -04:00
blitzmann
c81774a3aa
Move pycrest to service (might move it to utils later, dunno)
2015-10-24 22:28:31 -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
953a70327a
Fix (hack at) pycrest to fix caching issue when getting another character.
2015-10-23 01:21:51 -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
69a4e42ab0
Forgot the server
2015-10-19 21:34:47 -04:00