Changeset 1256

Show
Ignore:
Timestamp:
1/19/2010 4:32:34 PM (8 weeks ago)
Author:
vessper
Message:

19/01/2010 (1.14.0.1257)


- Core: Updated version history

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/EveHQ.Prism/Forms/frmPrism.Designer.vb

    r1255 r1256  
    2424    Private Sub InitializeComponent() 
    2525        Me.components = New System.ComponentModel.Container 
    26         Dim ListViewGroup3 As System.Windows.Forms.ListViewGroup = New System.Windows.Forms.ListViewGroup("Corporation", System.Windows.Forms.HorizontalAlignment.Left) 
    27         Dim ListViewGroup4 As System.Windows.Forms.ListViewGroup = New System.Windows.Forms.ListViewGroup("Personal", System.Windows.Forms.HorizontalAlignment.Left) 
     26        Dim ListViewGroup5 As System.Windows.Forms.ListViewGroup = New System.Windows.Forms.ListViewGroup("Corporation", System.Windows.Forms.HorizontalAlignment.Left) 
     27        Dim ListViewGroup6 As System.Windows.Forms.ListViewGroup = New System.Windows.Forms.ListViewGroup("Personal", System.Windows.Forms.HorizontalAlignment.Left) 
    2828        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPrism)) 
    2929        Me.ctxAssets = New System.Windows.Forms.ContextMenuStrip(Me.components) 
     
    10991099        Me.lvwCharFilter.CheckBoxes = True 
    11001100        Me.lvwCharFilter.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colOwnerName}) 
    1101         ListViewGroup3.Header = "Corporation" 
    1102         ListViewGroup3.Name = "grpCorporation" 
    1103         ListViewGroup4.Header = "Personal" 
    1104         ListViewGroup4.Name = "grpPersonal" 
    1105         Me.lvwCharFilter.Groups.AddRange(New System.Windows.Forms.ListViewGroup() {ListViewGroup3, ListViewGroup4}) 
     1101        ListViewGroup5.Header = "Corporation" 
     1102        ListViewGroup5.Name = "grpCorporation" 
     1103        ListViewGroup6.Header = "Personal" 
     1104        ListViewGroup6.Name = "grpPersonal" 
     1105        Me.lvwCharFilter.Groups.AddRange(New System.Windows.Forms.ListViewGroup() {ListViewGroup5, ListViewGroup6}) 
    11061106        Me.lvwCharFilter.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None 
    11071107        Me.lvwCharFilter.Location = New System.Drawing.Point(32, 31) 
     
    38153815        Me.cboOwner.Name = "cboOwner" 
    38163816        Me.cboOwner.Size = New System.Drawing.Size(200, 25) 
     3817        Me.cboOwner.Sorted = True 
    38173818        ' 
    38183819        'ToolStripSeparator2 
  • trunk/EveHQ/Resources/History.txt

    r1118 r1256  
    11EveHQ - Version History 
    22----------------------- 
     3 
     41.14.1.???? 
     5----------- 
     6Fixes & Improvements: 
     7- Core: Fixed skill cost reports showing training time instead of cost 
     8- Core: Correctly handled errors within Widget update in Settings 
     9- Core: Added User Agent string to Updater routine 
     10- Core: Added toolip to the skill queue widget config button 
     11- Core: Fixed crash selecting the "Add Skill" button with no skill queue selected 
     12- Core: Added first PHPBB Report - Character Sheet 
     13- Core: Fixed an issue in the skill queues where a queue could be calculated unnecessarily when changing the active queue tab 
     14- Core: Fixed issue in queue sorting for large queues 
     15- Core: Fixed a null reference error in training form 
     16- Core: Updated all the APIs in the APIRS 
     17- Core: Permitted use of querystrings in the APIRS format to allow for GET as well as POST 
     18- Core: Fixed issues creating new database tables in MSSQL 
     19- Core: Market & Faction prices now correctly stored in the MarketCache folder on download 
     20- Core: Improved plug-in thread start coding 
     21- Core: ServerStatus will now get the actual XML, not the cached version 
     22- Core: Ticking the email notification option now has no effect on the display of the email group box 
     23- Core: Errors in the Test email will only occur once 
     24- Core: Email field now supports multiple email addresses 
     25- Core: Updated certificates for Dominion 
     26- Core: Fixed issue where cache times would cause an infinite loop if they were less than the current time 
     27- Core: An error in market price download will now cause an abort of the update 
     28- Core: Added error handling around character API update thread to catch errors 
     29- Core: Caught error where path creation in the GetXML function was failing 
     30- Core: Fixed error in API trying to save IDToName/NameToID files where filename contains data > 240 characters 
     31- Core: Fixed skill queue issue with skill training bonus where skill extends past the limit 
     32- Core: Fixed skill queue issue with skill training bonus where limit is exceeded in a multiple level skill 
     33- Core: Fixed EMP export and imports issues due to new XML structure of the newer versions of EveMon (1.3.0+) 
     34- Core: Removed duplicate shutdown routine causing conflicts when using the File > Exit menu option 
     35- Core: Added patch for Standings to only use the latest files if multiple directories exist 
     36- Creation: Removed requirement for chrRaceSkills table not present in the official CCP Data Export 
     37- Data Converter: Updated BPDump routines for Dominion 
     38- HQF: Added default images for ships in the Damage Analysis where images can't be found 
     39- HQF: Fixed falloff on tracking computers, tracking enhancers and tracking links 
     40- HQF: Added Rookie ships to HQF (available only via Search) 
     41- HQF: Fixed gang bonuses affecting shield extenders, armor plates 
     42- HQF: Fixed WH Effects affecting shield extenders 
     43- HQF: Fixed display of warp speed 
     44- HQF: Fixed stacking penalties on falloff rigs 
     45- HQF: Fixed consumption quantities of fuel on triage and siege modules 
     46- HQF: Fixed issue with implant name changes in Dominion 
     47- HQF: Fixed import and export of Eve fittings to handle subsystems 
     48- HQF: Increased precision of values in the meta variations form 
     49- HQF: Salvager skill now affect the access bonus on Salvagers 
     50- HQF: Salvage Tackle rigs now affect the access bonus on Salvagers 
     51- HQF: Fixed Eve import issue because CCP assign the same slot number to all subsystems 
     52- HQF: Added Export to Eve option in main Export dropdown menu for exporting the current fit 
     53- HQF: Fixed Rorqual bonus to mining foreman links when Industrial Core is active 
     54- HQF: Fixed tracking bonuses for T1 projectile ammo 
     55- HQF: Energy Emission Systems skill now affects capital energy transfer arrays 
     56- HQF: Combat booster related implants now function correctly 
     57- HQF: Precision of capacitor stability increased to 2dp 
     58- HQF: Fixed bug in BC Browser where all fittings imported in a session took the form of the last import 
     59- HQF: Dialog boxes for creating, renaming and copying fittings have been made more specific 
     60- HQF: Fixed role errors on Ashimmu, Cruor and Daredevil 
     61- HQF: Skirmish Warfare Mindlink now gives bonuses to the correct modules 
     62- HQF: Cloaking device scan resolution penalty now applied even if module is offline 
     63- HQF: Removed effect of drone interfacing skill for fighters 
     64- HQF: Fixed crash trying to show market group where no market group info is available 
     65- HQF: Implants and Boosters now added as a valid market group in the module list 
     66- HQF: Fixed error with duplicate fitting names 
     67- HQF: Fixed bonuses for Flycatcher 
     68- HQF: Siege module now gives bonues to Citadel Cruise Missiles 
     69- HQF: Fixed crash importing Eve fittings where a matching module wasn't found 
     70- HQF: Fixed crash in Damage Analysis using a fit that has been imported into EveHQ from EFT but never opened 
     71- HQF: Skills in the pilot manager are now ordered alphabetically 
     72- Item Browser: The old recycling tab has now been renamed to Duplicating 
     73- Killmail Viewer: Columns in killmail list now sortable 
     74- Map: Fixed issue with database fields from Dominion 1.0 
     75- POS: Fix to the issue of setting NUD values to negative 
     76- POS: Patched a hole in the fuel usage detection routine 
     77- POS: Tower Import and corpID, so Sov was missing 
     78- POS: API fuel calculation and Sov was off, reporting low for calculated fuel values 
     79- Prism: Fixed waste calculations in BP Manager 
     80- Prism: Perfect ML now corrected due to new waste calculations 
     81- Prism: Fixed rig builder quantity issue 
     82- Prism: Fixed number of runs restriction in the BPCalc 
     83- Prism: Fixed issue in BPCalc with 0% waste factor on BPs 
     84- Prism: Fixed copy formula for items where maxProdLimit <> 10 
     85- Prism: Fixed crash clicking update BP button with no owner selected 
     86- Prism: Fixed crash clicking update BPs with no blueprints 
     87- Prism: Fixed custom database SQL strings for table creation 
     88- Prism: BP Manager asset import now shows more detail in the location 
     89- Prism: Blueprint values in assets now analysed correctly based on details in BP Manager 
     90- Prism: Blueprints in assets updated with new text based on copy/original data from BP Manager 
     91- Prism: Multiple blueprints can now be deleted from the BP Manager 
     92- Prism: Deleting and modifying blueprints in the BP Manager will not alter the default sort order 
     93- Prism: Blueprint values in Assets will now be nil if they are of an unknown type in BP Manager 
     94- Prism: Added "Corp Hangar" mode in Assets for splitting corp assets into hangars 
     95- Prism: Owner dropdown listed is now sorted 
     96 
    397 
    4981.14.0.1120