Commit Graph

1940 Commits

Author SHA1 Message Date
blitzmann
c0b4e73629 Added logic for notification suppression, along with other tweaks. Did not worry too much on how to handle pre-releases. 2014-02-16 01:26:13 -05:00
blitzmann
024637432c Added settings for update notification suppression. 2014-02-15 21:58:48 -05: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
d97764586f Re-publish festival items 2014-01-21 23:31:18 +04:00
DarkPhoenix
782f3cd590 Add support for SoE race. Their ships do not use it yet due to wrong skill requirements 2013-10-08 01:05:46 +04:00
DarkPhoenix
9d132d3bb9 Reorder context menu for drones 2013-10-07 22:39:48 +04:00
Eugen Beck
bb76e9b3b4 Added "Remove Drone Stack" to drone context menu 2013-09-22 14:19:24 +02: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
e6290e12fb Swap refresh / skillrq button positions 2013-08-31 16:39:17 +04:00
DarkPhoenix
8014c8d0a5 Merge branch 'master' into singularity 2013-08-31 15:32:10 +04:00
Anton Vorobyov
137f0c8d3c Merge pull request #7 from blitzmann/master
Character API improvements
2013-08-31 04:30:35 -07:00
DarkPhoenix
728c9bb046 Reorder context menu items 2013-08-31 15:22:07 +04:00
DarkPhoenix
eb2a34c739 Merge branch 'master' into singularity 2013-08-31 15:17:25 +04:00
DarkPhoenix
0c4850ed8f Add extension based on export type, if no extension specified 2013-08-31 00:43:35 +04:00
DarkPhoenix
5c073dc83f Handle renames of items and groups 2013-08-21 01:07:27 +04:00
blitzmann
4dc4679d03 Fix for refresh API button
This fix enables and disabled the API refresh button on main view.
Button is disable by default, and only enabled when both of the
following are true:
- Character is user created (no All 0/All 5), and
- Character has api data in database (including default character),
otherwise it obviously wouldn't work
2013-08-10 01:22:39 -04:00
blitzmann
ebddc44463 Changed Char API refresh bitmap 2013-08-10 00:20:43 -04:00
blitzmann
b0f2371e9d Added API update button near character selection
This make it easy to fix those "I can't fly this ship!?!? Oh wait, I
need to update the skills". A simple click and it fetches the data.
todo: disable button for characters without default char in database
2013-08-06 22:14:48 -04: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
Master3See
0d955fc5ed Removed Unnecessary Whitespace 2013-08-01 14:55:30 -06:00
Master3See
9bf6870c5c Removed unnecessary white space. 2013-08-01 14:43:08 -06:00
Master3See
bc2c12efc4 Repaired droneSplit Bug I Caused
I accidentally removed a reference to parent that I should not have from
the drone split class.
2013-08-01 14:27:04 -06:00
Master3See
fb20847920 Added new supported items in itemRemove item class.
Added the ability to remove charges and projected items using the
itemRemove built in context menu.

In this commit I fixed a minor bug in the projected view that caused the
right clicked item not to be SHOWN as selected until after the context
menu had been spawned and closed.

I also removed all parent references from the ContextMenu class and sub
classes. I am instead using the fit service to do all the work of
removing the items in the itemRemove class.
2013-08-01 14:14:50 -06:00
Master3See
0a162b30e6 Feature Added Remove <item> from Context Menu 2013-07-30 20:06:32 -06: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