Commit Graph

94 Commits

Author SHA1 Message Date
blitzmann
11cf4b356c Correct GUI problem with character editor 2015-10-05 03:26:41 -04:00
blitzmann
0f8992432b Merge branch 'master' into wx3
Conflicts:
	gui/characterEditor.py
2015-09-26 18:53:28 -04:00
blitzmann
c751544560 Do not show level change menu for All 5/0 in char editor 2015-09-25 12:56:40 -04:00
blitzmann
1d51e86c1c Added individual skill save to context menu 2015-09-25 12:16:11 -04:00
blitzmann
05b9d1e607 Fixed some bugs, added character action buttons on editor 2015-09-25 12:13:17 -04:00
blitzmann
2a88e3114b Skill color goes back to normal when saving/reverting skill. 2015-09-25 11:15:08 -04:00
blitzmann
a0f9fb6ad6 Enable/disable edit menu options, and add color to character editor to show which skills are edited 2015-09-24 22:11:31 -04:00
blitzmann
b844bdf986 Add save character as dialog 2015-09-24 20:46:07 -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
3ea4439b8d Allow changing all 5 and 0 from editor 2015-09-18 11:59:52 -04:00
blitzmann
f2b4400834 Do auto-save when editing in character editor. 2015-09-14 20:30:12 -04:00
blitzmann
89c011d37e Minor modifications. 2015-09-12 10:30:51 -04:00
blitzmann
6d01877d78 Merge branch 'master' into wx3
Conflicts:
	pyfa.py
2015-06-27 19:33:12 -04:00
blitzmann
98815f2b85 Fix #307 by moving menu code to spawn event 2015-06-27 18:18:43 -04:00
blitzmann
a4fe3fe142 Fix crash in character editor 2015-06-27 15:56:34 -04:00
blitzmann
dc035469ed Fix background color for certain panels under Linux 2015-06-25 16:09:56 -04:00
blitzmann
21937c02ff Made it look nicer 2015-06-24 19:53:55 -04:00
blitzmann
7ec78b941e Add help text for why api is disabled, per #269. I may or may not make it look nicer later 2015-06-24 15:10:37 -04:00
blitzmann
0686b602c6 Adds network toggling to the preferences, as well as a few tweaks to network service 2014-08-15 01:00:31 -04:00
blitzmann
1279b20370 Some (bad) network error handling logic, borrowed from eveapi 2014-08-14 22:52:27 -04:00
blitzmann
c7042f314b Code consistency 2014-07-31 00:14:29 -04:00
blitzmann
3cfa1c0822 Layout tweaks 2014-03-27 22:50:21 -04:00
blitzmann
4f4829ebb4 Spaced API information 2014-03-04 14:01:30 -05: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
DarkPhoenix
25cb5825aa Bump version and change tag to git, update submods and links to API 2013-06-09 21:04:48 +04:00
HomeWorld
e4db794117 Do not allow creation of All 0 or All 5 named chars, it gets renamed to something else 2011-11-23 20:22:22 +02:00
DarkPhoenix
3088661dda Use proper term for character sheet 2011-09-14 20:31:53 +04:00
HomeWorld
26b0a2f424 Modified char editor/ apiview ui to be on par with the new api changes 2011-09-14 18:20:31 +03:00
DarkPhoenix
3c48839569 Rework context menus 2011-04-24 21:58:07 +04:00
HomeWorld
ce437184c1 Fixed an error popup message when trying to fetch skills with no character selected in character editor - api tab (by default select the first character) 2011-01-26 11:00:04 +02:00
HomeWorld
46948e238f Disabled implant tab from char editor (RC2) 2011-01-19 18:52:57 +02:00
HomeWorld
6a7d43cb84 Fixed a traceback in characterEditor caused when trying to add an implant while implants/booster tree has no item selected 2010-12-08 16:47:10 +02:00
HomeWorld
c09cae2804 Error check for fetch skills added. Display a message in all cases 2010-12-04 21:04:27 +02:00
HomeWorld
fe3b195946 Update API tab properly when we change current character (account) 2010-12-04 20:42:33 +02:00
HomeWorld
4af02a8304 Added an error notify for char fetching in CharacterEditor 2010-12-04 20:12:01 +02:00
HomeWorld
c7b93f4b44 Fixed a traceback in CharacterEditor/ImplantsViewer add implant to char, sanity check anyone? 2010-12-04 11:11:09 +02:00
HomeWorld
afb4e40e4b Add/delete bitmap buttons in CharacterEditor/Implants view uses now famfamfam icons 2010-12-03 14:19:32 +02:00
HomeWorld
4fa1ad8e74 Fixed column size issue in fetched char list 2010-12-03 13:04:39 +02:00
HomeWorld
de3d10dc2c Fixed implants browser in CharacterEditor 2010-12-03 12:51:35 +02:00
HomeWorld
7db8d81ec0 Removed niki's workaround in CharEditor editboxes since it causes unwanted behaviour on wxgtk/msw (workaround was for wxMac: the pasted text preserves color/font attribs) 2010-11-30 16:37:37 +02:00
HomeWorld
af6c3b0bae Do nothing if API ID/Key are empty 2010-11-30 16:13:18 +02:00
HomeWorld
a9bd89f5c5 Fixed stats refresh when closing CharacterEditor, also properly re-enable all windows by deleting the WindowDisabler right before calling CharacterEditor.Destroy 2010-11-28 23:23:34 +02:00
HomeWorld
f3729f0287 Updated FitChanged in all files 2010-11-28 22:51:08 +02:00
cncfanatics
6e1b789fb2 Move some view handling stuff around and do initial work on the
fleetBrowser
2010-11-20 20:32:47 +01:00
cncfanatics
b126264e9d Typo alert 2010-11-18 09:45:50 +01:00
cncfanatics
8fb9ef584c Fix regression in character editor on non-mac platforms 2010-11-15 12:44:16 +01:00
Niklas Bölter
18d142e2a1 Style is now cleared when the API key/User ID controls are changed (clipboard style would overwrite the default style on osx) 2010-11-14 14:03:07 +01:00
cncfanatics
4ad55d24e9 Fix a bug where All 5 wouldn't get restricted if it was selected on
startup
2010-11-11 12:54:38 +01:00