Commit Graph

1915 Commits

Author SHA1 Message Date
DarkPhoenix
5c073dc83f Handle renames of items and groups 2013-08-21 01:07:27 +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
737cf97896 Change readme file and about box 2013-06-12 20:42:49 +04:00
DarkPhoenix
37f6cd2970 Show tooltip based on EHP/HP used 2013-06-12 17:54:24 +04:00
DarkPhoenix
db64713756 Show EHP restored by AAR/ASB before reload 2013-06-12 13:27:36 +04:00
DarkPhoenix
003eaa45ed Add several local mods to misc column 2013-06-12 12:04:22 +04:00
DarkPhoenix
25cb5825aa Bump version and change tag to git, update submods and links to API 2013-06-09 21:04:48 +04:00
Jon DeVree
1ca8acc8f6 Fix T2 HAM explosion velocity/radius display issue 2012-12-16 14:09:25 +01:00
Sakari Orisi
489f25a576 Bool fix 2012-12-09 21:33:43 +01:00
Sakari Orisi
6346fbb3a1 Correct heavy assault missile groupname 2012-12-08 12:37:09 +01:00
Sakari Orisi
11f1c16f5b Add option to color the fitting view by slot 2012-12-08 12:37:00 +01:00
Sakari Orisi
7efd5125dd Add microjump drive misc info 2012-12-03 22:43:16 +01:00
Sakari Orisi
e75e0e3fa4 Add salvage drones group for sorting 2012-12-03 22:43:05 +01:00
sakari
89b3c8dc87 Fix non ascii chars in the html export causing a crash 2012-08-08 17:45:11 +02:00
Corollax
b343d8b120 Tons of error checking and cleanup
getIconsByMarketGroup() was badly broken. I've added various error checking
routines and fixed a runaway memory allocation freeze in the event that
no icons can be found.

The cause of that problem remains, however. Still working on it.
2012-07-25 23:45:14 +03:00
Erik Snoeijs
3270432f0b Add html export support 2012-07-08 13:51:40 +02:00
DarkPhoenix
da5d2e0ff0 Update warp distance on any fit change 2012-05-12 20:28:55 +04:00
DarkPhoenix
38393ad2b9 Update eos, staticdata in pyfa & make UI adjustments to add implants export 2012-05-12 15:29:22 +04:00
DarkPhoenix
96590f2c37 Fix yet another bug in ammo picker 2012-05-09 01:08:04 +04:00
DarkPhoenix
a5dcddb009 Update eos, staticdata in pyfa and fix missile ammo picker 2012-05-09 00:58:06 +04:00
DarkPhoenix
f7c0a12e03 Show data for remote hull repairers as well 2012-03-19 19:47:19 +04:00
DarkPhoenix
c42bdc1f4e Clarify point/warpstab tooltip 2012-03-19 17:09:01 +04:00
DarkPhoenix
e1931caf4e Add mining data to misc column 2012-03-19 17:07:26 +04:00
DarkPhoenix
bda2f574b3 Show tooltips in drone window too 2012-03-19 16:48:13 +04:00
DarkPhoenix
c75ef1cc29 Show sensible tooltips for misc column 2012-03-19 16:43:35 +04:00
HomeWorld
2971a97dc7 Small fix in display->HitTestSubitem (proper calc. of offset when list is scrolled) 2012-03-19 13:57:09 +02:00
DarkPhoenix
8adc2b0f68 Use native tooltips which are updated on per-cell basis 2012-03-19 15:38:23 +04:00
DarkPhoenix
fc813b5900 Revert "Implemented a new way to show 'tooltips' of miscellanea column in fittingView"
This reverts commit b647f22fa7.
2012-03-19 15:36:47 +04:00
DarkPhoenix
dec3a9ab62 Revert "Use some black magic for 'tooltip' window show to avoid parent window (pyfa) losing focus (all blames goes to Entity)"
This reverts commit 2a262e447a.
2012-03-19 15:36:34 +04:00
DarkPhoenix
41cf39d43e Revert "Raise parent after tooltip windows is shown"
This reverts commit 9666276cb0.
2012-03-19 15:36:14 +04:00
DarkPhoenix
753e0d1360 Revert "Do not show tooltip window if tooltip is None or ''"
This reverts commit cdf5731d66.
2012-03-19 15:35:57 +04:00
DarkPhoenix
386496bb39 Add tooltip for tracking 2012-03-19 13:59:13 +04:00
HomeWorld
cdf5731d66 Do not show tooltip window if tooltip is None or '' 2012-03-19 06:28:50 +02:00
HomeWorld
9666276cb0 Raise parent after tooltip windows is shown 2012-03-18 20:12:42 +02:00
HomeWorld
2a262e447a Use some black magic for 'tooltip' window show to avoid parent window (pyfa) losing focus (all blames goes to Entity) 2012-03-18 20:03:52 +02:00
HomeWorld
b647f22fa7 Implemented a new way to show 'tooltips' of miscellanea column in fittingView 2012-03-18 16:22:43 +02:00
DarkPhoenix
ee79c2700d Fix imageList bug & rework misc data getting method 2012-03-18 17:28:05 +04:00
HomeWorld
e9a364f2e6 Use an alternative method to show tooltips for fittingView 2012-03-18 14:58:43 +02:00
HomeWorld
de909902a2 Use SetToolTip(None) (SetToolTipString('') isn't reliable on GTK (fittingView) 2012-03-18 14:13:43 +02:00
HomeWorld
80150ab301 Use a 'fixed' HitTestSubItem in display.py (from ObjectListView) 2012-03-18 13:55:40 +02:00
HomeWorld
ddbd54fe5d Make sure we don't get an index out of range in fittingview tooltip show stuff (OnMouseMove) 2012-03-18 13:39:42 +02:00
HomeWorld
37a24ad432 Replaced Tracking with Miscellanea in fittingview->OnMouseMove 2012-03-18 13:17:55 +02:00
HomeWorld
d804b49d79 Merge branch 'master' of evefit.org:pyfa 2012-03-18 13:14:24 +02:00
HomeWorld
a52afa4e51 Added tooltip support for tracking column in fittingview 2012-03-18 13:13:44 +02:00