Commit Graph

1902 Commits

Author SHA1 Message Date
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
DarkPhoenix
b4a581863a Merge branch 'master' of evefit.org:pyfa 2012-03-18 15:07:16 +04:00
DarkPhoenix
85e34aa70f Rename column from tracking to misc and change its icon to data disk 2012-03-18 15:06:35 +04:00
HomeWorld
a097e95174 Properly detect column at a given position in fittingview/display (we were doing it in a very wrong way) 2012-03-18 12:42:45 +02:00
DarkPhoenix
940b270224 Merge branch 'master' of evefit.org:pyfa 2012-03-18 14:28:22 +04:00
DarkPhoenix
8f6680acab Show data for rr/et/neuts in tracking column 2012-03-18 14:27:42 +04:00
HomeWorld
88dcc94cf0 Small code optimization [if any] in pygauge ontimer 2012-03-13 22:24:26 +02:00
DarkPhoenix
307341be8f Show optimal signature radius for fighter bombers 2012-03-13 20:32:29 +04:00
DarkPhoenix
3fefac0c1b Add carrier to lock time presets
With potential scanres of 5, titan pilots need this :)
2012-03-13 18:31:01 +04:00
DarkPhoenix
72f5e5c3a1 Update eos & use tracking column to show various things 2012-03-13 18:13:45 +04:00
DarkPhoenix
895d8054ec Restore old tracking column functionality in new form
For now it just has additional data for salvagers/hackers/etc
2012-03-13 16:17:36 +04:00
DarkPhoenix
b51a962075 Avoid crashing during search on items w/o market group
Notify about these to stdout
2012-03-13 15:44:01 +04:00
DarkPhoenix
49d5cc7041 Do not choke on ctrl-click on fit when tab is empty 2012-01-25 14:35:44 +04:00
DarkPhoenix
a9070d83c9 Use cmdDown everywhere
The same as ctrlDown on win and nix, but uses cmd on mac
2012-01-25 13:57:09 +04:00