Commit Graph

54 Commits

Author SHA1 Message Date
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
3390c06b5d Able to export XML that works with EVEMon 2013-06-13 05:19:02 -07:00
HomeWorld
962ce2194d Implemented preference panel for global options (default character disabled for now) 2011-12-01 01:12:12 +02: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
de8de62a90 Disabled preferences menu item (for rc2 release) 2011-01-17 06:43:11 +02:00
HomeWorld
ab78d8bace Re-enabled preference menu 2010-12-22 18:44:54 +02:00
DarkPhoenix
243291959f Revert "Resolve 352 (Clean up root folder)"
This reverts commit cede27f1b2.
2010-12-18 13:46:36 +03:00
DarkPhoenix
cede27f1b2 Resolve 352 (Clean up root folder) 2010-12-18 13:34:51 +03:00
HomeWorld
ae46d14cef Disabled things that shouldn't be in RC2 (FleetBrowser/debug) 2010-12-15 19:34:57 +02:00
HomeWorld
ca21652be8 Added a nice icon for preferences dialog 2010-12-06 13:37:38 +02:00
HomeWorld
c703252ee5 Moved gauges settings into preferences dialog 2010-12-06 13:20:49 +02:00
HomeWorld
7d0f5cf910 Load matplotlib only when needed, this speeds up a little pyfa startup 2010-12-05 17:47:49 +02:00
HomeWorld
1f44d39cad Pyfa - Incursion release prep 2010-11-30 15:53:46 +02:00
HomeWorld
1c820e3859 Fixed PFNotebook not sending PageChanged event when deleting a tab (if it's the case); multiSwitch uses a smarter BlankPage that responds to PageChanged event, now pyfa is behaving correctly when switching betwen fittingView tabs and empty tabs; FIT_CHANGED event moved to globalEvents.py since it is used a lot in different locations;... 2010-11-28 20:04:45 +02:00
Niklas Bölter
2446c6718c Merge branch 'master' of evefit.org:pyfa 2010-11-22 21:24:21 +01: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
e433928ca5 Gray out graph menu item if graphs aren't available 2010-11-12 13:19:57 +01:00
Corollax
d89766c0cb Added a new graphs icon
Looks nice, I hope?
2010-11-12 05:13:23 -06:00
cncfanatics
346fa708bc Basic (and ugly) setup for graphs 2010-11-08 13:50:37 +01:00
Corollax
c1cb0e41c5 Cleaned up the menu bar a touch.
Added some alt-key accelerators, that sort of thing.
2010-11-03 02:47:20 -05:00
HomeWorld
5edb712fae Stuff already there but ppl have no eyes to see it. Closes #277 2010-11-02 23:08:17 +02:00
cncfanatics
eb65f08510 Remove non-working User Manual entry 2010-10-31 00:31:21 +02:00
cncfanatics
f9a2dd4f4d Merge branch 'copyRework'
Conflicts:
	gui/mainMenuBar.py
2010-10-30 16:55:19 +02:00
cncfanatics
39647b2769 Move menu entries around a bit 2010-10-30 15:46:09 +02:00
cncfanatics
a72fb7586a Remove undo & redo menu entries until they work 2010-10-30 15:43:20 +02:00
cncfanatics
582a25030d Hide the preferences menu entry for now 2010-10-30 15:34:39 +02:00
cncfanatics
5f8efc5c50 Add an icon for the pattern editor 2010-10-30 15:33:21 +02:00
Lucas Thode
8b34a9c666 Removed submenu for copy, will replace with dialog 2010-10-28 08:42:26 -05:00
cncfanatics
3d544e0477 Bind CTRL+C & CTRL+V (CTRL+C nonfunctional for now due to unrelated
stuff)
2010-10-28 15:13:25 +02:00
Lucas Thode
8bc36f3595 Added Ctrl-S shortcut for exporting. 2010-10-26 10:59:56 -05:00
Lucas Thode
10f779fa96 Added support for backing up fittings.
This uses the standard EvE XML fitting format.
2010-10-26 08:47:12 -05:00
Lucas Thode
56371a3e55 Implemented Trac #159.
This adds support for intelligent import from the clipboard (as the paste function).  The old-style textbox import is still around for the time being; it will be killed off by a future change that makes the import dialog into a standard File->Open dialog box instead of the current hacky-box.
2010-10-25 19:37:55 -05:00
cncfanatics
d95fca8582 Add CTRL+W binding for close on windows 2010-10-25 10:35:35 +02:00
Lucas Thode
c862a04b37 Added Close item to File menu to close current fit
We should remove the silly MMB support now that File->Close is in place (also, that gives us Ctrl/Cmd-W support "for free")
2010-10-25 09:46:52 +02:00
cncfanatics
27e011f4f0 Add export to clipboard and gray out export menus when applicable 2010-10-14 12:04:06 +02:00
cncfanatics
d820791a1a Finish the modular preference dialog and add a dummy view 2010-10-14 10:50:10 +02:00
cncfanatics
7b47a70c71 Bind the main menu entry for the damage pattern editor 2010-10-10 12:03:25 +02:00
cncfanatics
f35200eaed Rename "Character" to "Windows" (need a better name, really) and add the
damage pattern editor menu entry to it
2010-10-08 11:20:56 +02:00
cncfanatics
61d341c49b First draft of character editor (non functional) 2010-09-05 19:13:38 +02:00
HomeWorld
4e3e3e1638 Fixed an unwanted behavior of collapsible pane (it shows by default a pane - fix:sized to 0x0) affecting statspane view; Added Widget Inspection Tool in menu - should help debugging UI stuff if needed 2010-09-01 17:08:56 +03:00
cncfanatics
6d371e40b7 Change AGPL to regular GPL for pyfa 2010-08-28 15:18:57 +02:00
cncfanatics
ccecff5e43 Implement a right click context menu for items. 2010-08-24 16:46:25 +02:00
cncfanatics
500e470117 Remove new, delete, rename & copy menu items for now 2010-08-20 22:31:33 +02:00
cncfanatics
53673bb6d4 Make buttons in shipBrowser activate when usable 2010-08-20 16:44:35 +02:00
cncfanatics
0c7bb08836 Change the market and ship browser to a notebook 2010-08-20 14:25:06 +02:00
cncfanatics
0383bf4168 Implement changing menu-items / toolbar icons 2010-08-19 19:56:01 +02:00
cncfanatics
1b07a6f1af Rename "Toggle Ship Browser" to "Ship Browser" 2010-08-19 18:59:49 +02:00
cncfanatics
be07c90c64 Wire up the ship browser menu item so it works too. 2010-08-19 16:59:25 +02:00
unknown
6442c99038 small getStaticBitmap and getBitmap mod to accept a path 2010-08-15 14:35:51 +02:00
cncfanatics
4569e0bcd9 Add a seperator 2010-08-12 18:07:18 +02:00