Commit Graph

26 Commits

Author SHA1 Message Date
blitzmann
4dc4679d03 Fix for refresh API button
This fix enables and disabled the API refresh button on main view.
Button is disable by default, and only enabled when both of the
following are true:
- Character is user created (no All 0/All 5), and
- Character has api data in database (including default character),
otherwise it obviously wouldn't work
2013-08-10 01:22:39 -04:00
blitzmann
7dce615933 Improvements to Character API
This commit adds default character and characters retrieved from API to
the DB, opening the door for "quick update" of API data (we now have api
details and character to update).
2013-08-06 13:01:30 -04:00
Martin Falatic
f53e6f8533 Added the character import enhancement (reads native EVE CCP XML)
Character class inherits from 'object' now for consitency
 (as fit class does)
Strings updated for consistency (e.g., 'EvE' -> 'EVE')
Minor cleanup of the previous skills exporter enhancement
Moved character change/update event bindings to globalEvents (as fit changes are) for better re-use
2013-06-22 18:24:04 -07:00
Martin Falatic
fa64ed904d Fixed skills exporter to remove duplicates that confuse EVEMon 2013-06-20 00:44:19 -07:00
Martin Falatic
67ed8818d8 Cleaned up. Supports txt, xml and emp (gzipped xml) 2013-06-15 17:50:53 -07:00
Martin Falatic
961fbaef69 Fix broken commit with better parameter passing; cleanup 2013-06-15 16:29:26 -07:00
Martin Falatic
3390c06b5d Able to export XML that works with EVEMon 2013-06-13 05:19:02 -07:00
HomeWorld
0a1ac49c97 Moved getProxySettings from service.character to service.settings 2011-12-23 22:13:39 +02:00
HomeWorld
c51a1400e1 Fixed the the way proxy settings is sent to eveapi 2011-12-23 22:02:39 +02:00
HomeWorld
5d2519ec18 Fixed a little mistake in service.character.apiFetch 2011-12-23 20:30:32 +02:00
HomeWorld
6b30eeaba1 Make use of proxy settings in service.character api stuff 2011-12-23 20:26:15 +02:00
DarkPhoenix
f9af29a335 Add getCharacter method 2011-11-22 21:52:14 +04:00
DarkPhoenix
4be9ae60e1 Add all5-getters for pyfa 2011-11-21 21:39:58 +04:00
HomeWorld
2173560546 Proper try/except block for service.character.charList - catch all errors 2010-12-04 20:30:36 +02:00
cncfanatics
887ad4d9f6 Prettify the missing skills tooltip a bit by also displaying the item
requiring said skills
2010-11-02 10:04:21 +01:00
cncfanatics
661dfc66a1 Add requiredSkills tooltip 2010-10-31 00:08:27 +02:00
cncfanatics
4655035d77 When opening the character editor, always select the currently used
character by default
2010-10-30 19:37:06 +02:00
cncfanatics
887462e4db Make character & damagePattern global across all fits 2010-10-30 16:40:26 +02:00
cncfanatics
e05ded882c Fix changing characters not udpating stats right away as well as
unlearning not working
2010-10-29 13:01:26 +02:00
cncfanatics
341bd9ca04 Hide unpublished skill groups 2010-10-15 07:01:37 +02:00
DarkPhoenix
3a1e188d87 Remove non-published skills from character sheet 2010-10-15 01:01:58 +04:00
cncfanatics
d1401dae6c Fix a traceback when unlearning skills 2010-10-14 20:28:09 +02:00
cncfanatics
0a07aba7ca Fix bug #102: saved API details not being displayed 2010-10-11 23:14:58 +02:00
cncfanatics
89a0ccf513 Fix a bug with incorrect handling of "Unlearn" and "Level 0" 2010-10-07 08:04:33 +02:00
cncfanatics
60d3ae7a8a Finish first complete implementation of character implant editor: needs
polishing
2010-09-30 15:10:10 +02:00
cncfanatics
993c79f4f5 Rename controller to service 2010-09-18 12:31:22 +02:00