Commit Graph

46 Commits

Author SHA1 Message Date
blitzmann
41b8db346f Fix broken drone drag 2015-07-05 01:16:53 -04:00
blitzmann
1315f8d8ed Adds prices to Drone and Cargo bay. Also removed redundant and broken columns in drone bay 2014-08-08 10:46:58 -04:00
blitzmann
c7042f314b Code consistency 2014-07-31 00:14:29 -04:00
Master3See
9bf6870c5c Removed unnecessary white space. 2013-08-01 14:43:08 -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
Sakari Orisi
e75e0e3fa4 Add salvage drones group for sorting 2012-12-03 22:43:05 +01:00
DarkPhoenix
bda2f574b3 Show tooltips in drone window too 2012-03-19 16:48:13 +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
114b1c272e Added delete key as an option to remove items from additions lists (drones/implants/boosters/projected) 2011-07-12 19:18:44 +03:00
DarkPhoenix
3c48839569 Rework context menus 2011-04-24 21:58:07 +04:00
HomeWorld
e9a4faee45 Fixed #397 , take in account forced market groups 2011-01-19 11:40:39 +02:00
Corollax
0ad1132f21 Ugly hack to fix the Shadow Fighter Bomber
Goddamn drones don't have a metaGroup or marketGroup, so I had to hardcode it. This should be fixed later.
2011-01-18 12:53:56 -06:00
HomeWorld
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 2010-12-11 14:16:57 +02:00
HomeWorld
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 2010-12-11 14:09:57 +02:00
HomeWorld
0b5243dc62 Dont mangle border style in Display class, change it where needed 2010-12-03 14:35:37 +02:00
HomeWorld
f3729f0287 Updated FitChanged in all files 2010-11-28 22:51:08 +02:00
HomeWorld
1c820e3859 Fixed PFNotebook not sending PageChanged event when deleting a tab (if it's the case); multiSwitch uses a smarter BlankPage that responds to PageChanged event, now pyfa is behaving correctly when switching betwen fittingView tabs and empty tabs; FIT_CHANGED event moved to globalEvents.py since it is used a lot in different locations;... 2010-11-28 20:04:45 +02:00
cncfanatics
6e1b789fb2 Move some view handling stuff around and do initial work on the
fleetBrowser
2010-11-20 20:32:47 +01:00
cncfanatics
44a1e110fd Fix a few drone related regressions 2010-11-18 14:08:17 +01:00
cncfanatics
ea66f6f147 Full complete rework of the columnViews, Every column should now work
regardless if the type of view it was put in.
2010-11-11 15:49:05 +01:00
cncfanatics
412ee42e06 Implement merging of drone stacks via drag'n'drop 2010-11-02 13:41:42 +01:00
cncfanatics
2d01d664c5 Force all additions views to single selection only, they don't handle
multiselection at all for now
2010-11-02 10:16:49 +01:00
cncfanatics
f2cadf7cea Fix up the final bits of drone sorting 2010-10-27 18:35:25 +02:00
Corollax
452ceb938b Made some very limited progress on drone sorting
Need to find the right parameter to pass into the sort function. Can't make heads from tails from it right now.
2010-10-27 18:32:32 +02:00
cncfanatics
c3f9398bd6 Fix selection ordering bug 2010-10-25 09:40:28 +02:00
cncfanatics
bde937dd8c Fix droneview deletion ordering bug 2010-10-25 09:36:21 +02:00
cncfanatics
774ac5cf8a Add code for drone splitting, lacking a little amount selection popup
atm
2010-10-21 16:47:22 +02:00
cncfanatics
90e592beb7 Implement context menus in booster, drone & implant views 2010-10-21 15:23:37 +02:00
cncfanatics
1e75f09e0b Switch to the relevant additions pane when items are added to it 2010-10-21 07:34:23 +02:00
cncfanatics
72bb1bfcdc Move gui.builtinViewColumns.display to gui.display 2010-10-01 12:14:45 +02:00
cncfanatics
bc3e7ec411 Start an early implant implementation 2010-09-18 16:11:40 +02:00
cncfanatics
993c79f4f5 Rename controller to service 2010-09-18 12:31:22 +02:00
cncfanatics
bf6932b6cc Change populate to not autorefresh. Only ever call populate if the
amount of slots in a fit changes or if the fit itself changes, call
refresh in all other cases
2010-09-15 17:44:23 +02:00
cncfanatics
2bb7abca11 First draft of price fetching code, as well as a bugfix fixing fitting calculations being done twice 2010-09-11 14:05:04 +02:00
cncfanatics
a31ea5f712 Add a checkbox for drones instead of + & -, group drones by 5 by default (will be able to be changed via rightclick, later) 2010-09-05 15:04:05 +02:00
cncfanatics
2180f2639a Add native checkboxes to drone view 2010-09-05 11:54:40 +02:00
cncfanatics
00953c1828 Finish working on the + & - buttons for drones, they now correctly activate & deactivate drones \o/ 2010-09-05 11:05:28 +02:00
cncfanatics
a44ec58aaa More work on the drone pane, more specificly, a pwetty + & - button (not working yet) and a bit of polish on the columns 2010-09-05 09:55:37 +02:00
cncfanatics
48293cdf8b First iteration of the drone view, as well as a bunch of other related changes 2010-09-04 23:25:02 +02:00
cncfanatics
635e904a58 Change some drone column stuff 2010-09-04 21:11:54 +02:00
cncfanatics
9d78284581 Move everything related to column displays to a seperate class 2010-09-04 19:23:12 +02:00
cncfanatics
41909ae9de Block the OnEraseBackground method from redrawing anything to reduce flicker (hopefully) 2010-09-03 22:57:11 +02:00
cncfanatics
6014e0c62d Commit the base of the drone stuff. Next step: making adding drones actualy work! :D 2010-09-03 22:05:26 +02:00
cncfanatics
647ddbccf7 Add a Booster, Drone, Implant & Projected view in the additions pane (dummies for now) 2010-09-02 17:04:08 +02:00