ab78d8bace
Re-enabled preference menu
HomeWorld
2010-12-22 18:44:54 +02:00
6650436ab4
Renamed run.py into pyfa.py
HomeWorld
2010-12-22 18:14:07 +02:00
2662c5ba7a
Corrected an import in attributeDisplay
HomeWorld
2010-12-22 18:01:09 +02:00
adae21452a
Moved and splitted util.py into gui.utils.numberFormatter and gui.utils.clipboard; GetPartialText moved into gui.utils.drawUtils.py
HomeWorld
2010-12-22 17:57:21 +02:00
11d5f37606
Moved compat.py to gui/utils folder
HomeWorld
2010-12-22 17:42:07 +02:00
d70a96fb48
Moved aboutData.py into gui folder
HomeWorld
2010-12-22 17:33:08 +02:00
15690ad3cd
Shipbrowser -> drawUtils -> eye-candy stuff for DrawGradientBar (added a fill ratio)
HomeWorld
2010-12-22 17:28:35 +02:00
353d1e5006
Update eos to grab character skill deletion fix
cncfanatics
2010-12-22 15:53:59 +01:00
ab17c6d3c4
Now replace it with both more sane & the thing which actually works
DarkPhoenix
2010-12-18 01:13:17 +03:00
6cd400ae7c
Revert "Replace reliance on current working dir with something more sane, although it doesn't work for some cases"
DarkPhoenix
2010-12-18 01:00:18 +03:00
bfd69470d3
Replace reliance on current working dir with something more sane, although it doesn't work for some cases
DarkPhoenix
2010-12-18 00:56:04 +03:00
c000e97603
Added middle click down as show fit in new tab for stage 3
HomeWorld
2010-12-16 19:42:24 +02:00
016ba65b8b
Added kb modifier -> ctrl + left click on a stage3 item opens it in a new tab
HomeWorld
2010-12-16 19:34:09 +02:00
123634242b
Updated staticdata ref for pyfa
HomeWorld
2010-12-16 18:20:41 +02:00
5372ddb4a8
Updated pyfa EOS submodule ref to latest EOS
HomeWorld
2010-12-15 20:00:50 +02:00
75d2f11c4c
Fixed a clear case of brain failure (Don't try to show graphFrame window if MPL isn't installed)
HomeWorld
2010-12-15 19:42:35 +02:00
ae46d14cef
Disabled things that shouldn't be in RC2 (FleetBrowser/debug)
HomeWorld
2010-12-15 19:34:57 +02:00
bc10b2edd6
Now pyfa should launch if user account name contains non-ASCII symbols
DarkPhoenix
2010-12-15 18:50:44 +03:00
bbf727d773
Pull changes to eos and staticdata
Corollax
2010-12-15 03:14:11 -06:00
0825f56a4e
Merge branch 'master' of evefit.org:pyfa
Corollax
2010-12-11 15:42:21 -06:00
f116a1425e
Pull in the fix to warp speed
Corollax
2010-12-11 15:40:14 -06:00
22ecdba471
Make sure implant/booster/projected view gets in sync with current fit (clear its content if there is no active fitting), also , make sure the first item is visible/all selected items deselected in case we switch to other fit
HomeWorld
2010-12-11 14:16:57 +02:00
8660e36bad
Make sure drone view gets in sync with current fit (clear its content if there is no active fitting), also , make sure the first item is visible/all selected items deselected in case we switch to other fit
HomeWorld
2010-12-11 14:09:57 +02:00
b6602bf501
Deselect items by default if marketBrowser itemView is repopulated
HomeWorld
2010-12-11 13:50:52 +02:00
374f91eec9
Fixed implant/booster views dblclick behaviour - added a check for remove case - we do not want our items removed if we are double clicking on state column
HomeWorld
2010-12-11 13:40:44 +02:00
1763619fe6
Fixed a little logic oopsie in gui.Display.Populate
HomeWorld
2010-12-11 13:31:00 +02:00
abdd9498ca
Removed an useless import in gui.Display
HomeWorld
2010-12-11 13:06:15 +02:00
3d264d47b7
Optimized Display.populate to avoid wx.ListCtrl.DeleteAllItems as much as posible. The result is a smoother market search, etc
HomeWorld
2010-12-11 13:01:20 +02:00
2bec2e38b6
Made Display class 100% flicker free on wxMSW.
HomeWorld
2010-12-11 04:05:19 +02:00
91c58ec257
Reduced flickering in fittingView to almost 0.0001%
HomeWorld
2010-12-11 02:42:07 +02:00
e2a8874688
MSW can be a bitch when dealing with left clicks (sometimes a dbl click is generated, fixed module state switching, now its faster as it can gets
HomeWorld
2010-12-11 02:04:09 +02:00
2cac5adf8d
Use stored bitmaps for viewcolumns headers (required to get a proper fitting view snapshot)
HomeWorld
2010-12-11 00:45:09 +02:00
d455c65412
NEVER EVER USE wx.ImageList.Draw with arg solidBackground=TRUE - it will fuck up the bitmap contained into it
HomeWorld
2010-12-10 21:49:36 +02:00
7c089faeb3
Removed useless code from fittingView.MakeSnapshot
HomeWorld
2010-12-10 15:39:32 +02:00
40f2073648
Pull in latest eos commit
Corollax
2010-12-09 15:55:21 -06:00
f623b72b94
Optimized the **** out of shipbrowser.(Category,Ship)Item gradient background drawing
HomeWorld
2010-12-09 21:49:56 +02:00
ff130f910c
Fixed a little oopsie in gui.utils.drawUtils.DrawFilledBitmap
HomeWorld
2010-12-09 19:52:16 +02:00
667433dee5
Optimized the **** out of shipbrowser.FitItem gradient background drawing
HomeWorld
2010-12-09 19:43:20 +02:00
6a7d43cb84
Fixed a traceback in characterEditor caused when trying to add an implant while implants/booster tree has no item selected
HomeWorld
2010-12-08 16:47:10 +02:00
a73497a8d1
Added boundry check for colorUtils.DarkenColor
HomeWorld
2010-12-08 15:00:24 +02:00
5a46cefb14
Streamlined pygauge/pyfaGaugePreferences a little; moved common code in gui.utils.colorUtils - this module will be used soon everywhere where color processing is needed (shipbrowser/chrometabs..)
HomeWorld
2010-12-08 14:54:06 +02:00
cdba057ce3
Fixed gradient start color calculation in pygauges. Now the colors are scaled properly
HomeWorld
2010-12-08 13:27:59 +02:00
3ff31d20af
Removed the clearItemImages method from gui.Display - there is no need for it since we now use CachingImageList
HomeWorld
2010-12-07 20:20:06 +02:00
cb5d89c35e
Revert "Don't clear all items on populate if wanted in Display class. (default - clear all)"
HomeWorld
2010-12-07 20:16:32 +02:00
219c00ac57
Don't clear all items on populate if wanted in Display class. (default - clear all)
HomeWorld
2010-12-07 18:26:57 +02:00
95edfb5496
Removed an useless statement in bultinViewColumns.tracking
HomeWorld
2010-12-07 15:12:21 +02:00
e3d4993854
Updated builtinViewColumns.tracking to use CachingImageList.GetImageIndex - the class was wrongly named (MaxRange) - changed its name to Tracking
HomeWorld
2010-12-07 15:10:36 +02:00
2155038589
Updated builtinViewColumns.propertyDisplay to use CachingImageList.GetImageIndex
HomeWorld
2010-12-07 15:05:47 +02:00
a092e39b8b
Updated builtinViewColumns.price to use CachingImageList.GetImageIndex
HomeWorld
2010-12-07 15:03:36 +02:00
d5035de19f
Updated builtinViewColumns.maxRange to use CachingImageList.GetImageIndex
HomeWorld
2010-12-07 15:01:23 +02:00
893f52a49d
Updated builtinViewColumns.capacitorUse to use CachingImageList.GetImageIndex
HomeWorld
2010-12-07 14:59:20 +02:00
8008edd80b
Updated builtinViewColumns.baseName to use CachingImageList.GetImageIndex
HomeWorld
2010-12-07 14:56:09 +02:00
b264f36761
Updated builtinViewColumns.baseIcon to use CachingImageList.GetImageIndex
HomeWorld
2010-12-07 14:54:38 +02:00
f34d038308
Updated builtinViewColumns.attributeDisplay to use CachingImageList.GetImageIndex
HomeWorld
2010-12-07 14:49:58 +02:00
7be2edc0f5
Updated builtinViewColumns.ammoIcon to use CachingImageList.GetImageIndex
HomeWorld
2010-12-07 14:46:39 +02:00
292b18b1a5
Updated builtinViewColumns.ammo to use CachingImageList.GetImageIndex
HomeWorld
2010-12-07 14:42:25 +02:00
0eda688351
Display class now uses CachingImageList instead of wx.ImageList; updated builtinViewColumns.state to use it properly
HomeWorld
2010-12-07 14:35:37 +02:00
8e3fd63225
Use CachingImageList.GetImageIndex for bitmaps that resides on FS, let wx.ImageList.Add deal with the rest (memory bitmaps)
HomeWorld
2010-12-07 14:19:25 +02:00