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
HomeWorld
60bf53fa37
Small tinkering for race selection (appearance)
2011-05-16 14:46:48 +03:00
Corollax
987209089c
Revert "Get rid of useless IDLE events"
...
This reverts commit 24b96a5cee .
2011-02-23 06:51:47 -06:00
HomeWorld
24b96a5cee
Get rid of useless IDLE events
2011-01-30 16:48:46 +02:00
HomeWorld
50afa50388
Made file import threaded with nice animation
2011-01-18 08:24:11 +02:00
HomeWorld
2c6a951cae
Disabled fleet stuff (rc2 release)
2011-01-18 07:45:13 +02:00
DarkPhoenix
e2f30eacac
Remove debug line
2011-01-17 00:40:10 +03:00
HomeWorld
ac45498472
Removed eft cfg type ability from pyfa export choices
2011-01-16 22:13:15 +02:00
HomeWorld
1265a6ae51
Moved WaitDialog class to gui.utils.animUtils
2011-01-16 21:04:31 +02:00
HomeWorld
dc9f07367c
Added file name to fit import
2011-01-16 18:22:49 +02:00
HomeWorld
d27c600257
Minor cleanup in gui.mainframe
2011-01-16 15:26:31 +02:00
HomeWorld
6bbcd84574
Changed fit backup busy animation
2011-01-16 14:49:43 +02:00
HomeWorld
c4446e11e9
Added shortcuts (ctrl +1/2/3/4) for additions tabs
2011-01-14 15:02:51 +02:00
HomeWorld
d86903daaa
Reenabled fleetbrowser
2011-01-14 14:43:59 +02:00