Commit Graph

193 Commits

Author SHA1 Message Date
blitzmann
cbcd5ccca5 Fixed bugs:
* Importing 1 fit would open stage3 of that ship, but add incorrect history data.
* Deleting fit from search stage caused blank stage most times, fixed this.
2015-02-08 20:29:54 -05:00
blitzmann
30d2ab23ad Initial support for import stage in shipBrowser. Few bugs, see issue #93 2015-02-08 16:14:52 -05:00
blitzmann
7b8bb79cbe Fix error when loading previous fits that no longer exist in DB 2015-02-03 15:23:31 -05:00
blitzmann
3a9e1f8b85 Fix XML export 2015-01-17 13:41:49 -05:00
DarkPhoenix
731477b366 Open fit upon importing 2015-01-11 00:43:05 +03:00
blitzmann
e42671fbec Workaround for seg fault (see comments in pull request # 232) 2014-12-31 16:20:25 -05:00
blitzmann
c59b818677 Add wx.ProgressDialog to HTML export, along with some documentation and silent try-except in HTML export 2014-12-19 00:13:06 -05:00
blitzmann
26e50f2e8a Implement ProgressDialog for fit file imports (EVE XML / EFT cfg).
To make it simpler, changed the way fits are imported and saved from a per-file basis (process file->save fits->process file->save fits) to a per-batch basis (process file->process file -> save all fits).
2014-12-17 21:36:42 -05:00
blitzmann
25e30672fe Start conversion of various wait dialogs to wx.ProgresDialog. Implemented new wx.ProgresDialog for fitting backup 2014-12-15 20:01:03 -05:00
blitzmann
d7ab709d52 Add EVE version to about box 2014-12-02 01:35:30 -05:00
blitzmann
8c1d14ec4a Add version to title bar 2014-11-21 13:39:14 -05:00
blitzmann
f187caa549 Reduce minimum vertical size 2014-11-20 13:00:57 -05:00
blitzmann
2e1d0c43a1 Added agility and mass to align time tooltip 2014-10-26 00:13:22 -04:00
Ryan Holmes
b5f2df58ce Merge pull request #168 from blitzmann/161-effDps
Implement effective DPS
2014-09-19 19:18:20 -04:00
blitzmann
8e383a085e Enable Ctrl+Page(Up/Down) for fitting tab navigation 2014-09-13 00:32:00 -04:00
blitzmann
1ab76a7170 Commit initial work for effect DPS / Target resists 2014-09-03 00:49:53 -04:00
blitzmann
f406d7da09 Added keyboard shortcut to toggle search box in market and ship browser 2014-07-24 22:37:20 -04:00
blitzmann
a1416e6bec Improves on fit loading on startup by only calculating the last fit that is opened.
Issue with FittingView.MakeSnapshot() need an exception catch.
2014-05-25 02:55:28 -04:00
blitzmann
2d82eb7c92 Add thread for opening fits on startup, which allows us of wait dialog
Wait dialog doesn't actually move as the GUI thread is locked when opening the fits, but at least it shows that -something- is happening.
2014-05-24 22:20:26 -04:00
blitzmann
9a2408741e Feature: reopen previous fits on startup 2014-05-23 21:31:36 -04:00
blitzmann
8a0778662f Fixes refresh issue with importing from fitting window into empty fit.
This removes a conditional that makes sure we don't fire the FitSelected event if the active fit is same as imported fit. Removing this, to my knowledge, has no adverse effects because when importing we *always* create a new fit (with the exception of the new fitting window import) and thus this conditional is not needed.
2014-05-14 23:44:44 -04:00
blitzmann
f9c141fa25 Adds import support for fitting window copy. Resolves #91
This requires us to pass an active fit to use as a base for the modules, as the format does not include ship information. Features:
* If active fit has modules, makes a new fit using same ship
* Does basic dummy checking. As the format doesn't include ship info, it will probably be common for someone to accidentally try to import a Legion fit to a Rifter by mistake. Import logic checks module legality for fit and, if fails, silently halts import without saving.
2014-05-14 23:39:47 -04:00
blitzmann
0c40aa7244 Merge branch 'about' 2014-04-30 13:13:30 -04:00
blitzmann
23e6331909 Some Mac love, and added missing accelerator for fleet pane (set as CTRL+5) 2014-04-03 19:44:03 -04:00
blitzmann
4faa2abe96 HTML can now be manually called. "Enabled" now refers to "Enable Automatic". Also, fixed nagging typo. ("HTMl" lol) 2014-03-27 22:15:34 -04:00
blitzmann
4bcb368d17 More about box changes 2014-03-11 21:49:50 -04:00
blitzmann
f42fd1de43 Tweaks to about box, including adding my name as developer 2014-03-11 21:34:19 -04:00
blitzmann
3718d20361 Probably best to generalize. Changed user guide to wiki. 2014-03-10 23:34:00 -04:00
blitzmann
1d66757b28 Added some help menu options the point to external resources 2014-03-10 19:08:06 -04:00
blitzmann
7ced595cca Custom dialog implemented. 2014-02-15 00:55:04 -05:00
blitzmann
d7dda83314 More work on update notification. Displays debug popup now. 2014-02-13 22:52:36 -05:00
blitzmann
6ee474a8ff Started work on update notification. Successfully prints out alert to stdout if version from GitHub is not the same as internal version. 2014-02-13 22:28:56 -05:00
DarkPhoenix
0d696881af Make link platform-specific
It didn't work on windows in current state
2013-08-31 20:19:49 +04:00
DarkPhoenix
0c4850ed8f Add extension based on export type, if no extension specified 2013-08-31 00:43:35 +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
7b063987d7 Merge remote-tracking branch 'remotes/upstream/master' into add_skills_exporter 2013-06-20 01:11:35 -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
DarkPhoenix
32677a3904 Fix warning which is shown on about box opening 2013-06-14 22:06:10 +04:00
Martin Falatic
3390c06b5d Able to export XML that works with EVEMon 2013-06-13 05:19:02 -07:00
DarkPhoenix
ce48e368c4 Remove mentions of evefit, set tag to stable 2013-06-13 00:40:02 +04:00
DarkPhoenix
38393ad2b9 Update eos, staticdata in pyfa & make UI adjustments to add implants export 2012-05-12 15:29:22 +04:00
HomeWorld
76adcac467 Added proper icons for market/ship browser tabs 2011-12-09 19:45:50 +02:00
HomeWorld
42d74d4c0c Revert "Enable fleet browser (temp)"
This reverts commit 3ff6835cbb.
2011-10-18 13:36:07 +03:00
HomeWorld
3ff6835cbb Enable fleet browser (temp) 2011-10-18 13:06:31 +03:00
HomeWorld
9b3c6592ce Make sure we post the right events when walking the fitting tabs 2011-09-18 13:59:03 +03:00
HomeWorld
e243f122f5 Small cleanup in mainFrame.py (removed an obsolete function) 2011-08-08 18:03:14 +03:00
HomeWorld
d55584fc1e Revert "Small cleanup in mainFrame.py (removed an obsolete function)"
This reverts commit c05f7eeed5.
2011-08-08 18:02:59 +03:00
HomeWorld
c05f7eeed5 Small cleanup in mainFrame.py (removed an obsolete function) 2011-08-08 18:02:00 +03:00
HomeWorld
ea1d5a48bb Minor cleanup in mainFrame.py (also use a dynamic generated ID for widgets inspector menu item 2011-06-07 19:03:57 +03:00