blitzmann
85608616dd
readjust some mode logic
2014-12-10 22:04:12 -05:00
blitzmann
94e1c7aba3
Fix more bindings
2014-12-08 15:10:45 -05:00
blitzmann
797db36a42
Fix menu spawning when no fit open
2014-12-08 12:26:51 -05:00
blitzmann
ac18c58a0a
fix menu bindings
2014-12-08 12:12:50 -05:00
blitzmann
edbdaf5631
Add .Check() to tactical mode menu items
2014-11-30 16:56:43 -05:00
blitzmann
23a71e7448
Implement service layer mode setter. Modes now have basic support and testing.
...
Also decided to have two separate functions that return the mode items as Items or Modes. Returning them as Items makes it easier to check if provided modeID from user database is valid (since we cannot easily map the modeID to create a Mode), returning as Modes allows us to easily use them for setters. There's probably a better way to do this, but w/e
2014-11-30 16:43:15 -05:00
blitzmann
081e32da6f
Various event binding fixes for context menus. It's still a mess, but it's not as bad of a mess.
2014-11-30 01:14:47 -05:00
blitzmann
dda1494b90
Added method to check/get modes, and start GUI integration (simple context menu)
2014-11-28 01:23:44 -05:00
blitzmann
222ee22fe3
Ability to remove Cargo from context menu
2014-11-20 00:45:30 -05:00
blitzmann
76f1f217e1
Implements forced price refresh ( resolves #196 )
2014-11-20 00:29:53 -05:00
DarkPhoenix
c28e52f2d1
Disable global ammo picker until we find alternative solution to using it (RMB or modifier keys for regular ammo picker)
2014-11-06 23:02:16 +03:00
DarkPhoenix
e60b677b3f
Update to Phoebe 1.0 data
2014-11-06 02:17:29 +03:00
DarkPhoenix
d298ed8e01
Fix for new ammo picker (which borked resistance profile selector)
2014-11-05 22:00:55 +03:00
Headpigeon
635e684c3a
Added module context menu entry for changing charges on all modules of same type at once (no need to manually select them)
2014-11-02 19:12:03 +01:00
blitzmann
90369b679c
Fix #179
2014-10-03 21:25:28 -04:00
blitzmann
a931d46cb0
Implement open fit context item for projected fits
2014-09-29 01:02:00 -04:00
blitzmann
030e6aa9db
Instead of sending id, send parent item (which contains ID). This allows us to access the item to modify bitmap or any other value for it.
2014-09-15 15:48:26 -04:00
blitzmann
da047106f3
Implements support for child menus for damage patterns.
2014-09-08 01:11:38 -04:00
blitzmann
c04bb8f82c
Greatly simplified target resists menu logic. Also added active bitmap
2014-09-04 00:23:41 -04:00
blitzmann
1ab76a7170
Commit initial work for effect DPS / Target resists
2014-09-03 00:49:53 -04:00
blitzmann
59be18506c
Added "Open in Ship Browser" to fitting context menu, and modified a bit of the history logic in shipBrowser.
2014-08-19 23:50:10 -04:00
blitzmann
84ac71f528
Fixed bugs introduced from code consistency fix
2014-08-18 01:10:49 -04:00
blitzmann
c7042f314b
Code consistency
2014-07-31 00:14:29 -04:00
DarkPhoenix
88344dcfdc
Disable change affecting skills menu for now
2014-06-01 21:18:41 +04:00
blitzmann
de9ae5c78c
Ensure that we load all skills for a character and some minor tweaks.
2014-05-29 12:59:53 -04:00
blitzmann
0d1c7b93be
Add icons to skill context menu
2014-05-28 22:32:23 -04:00
blitzmann
df046769ff
Add GUI support for changing affected skills
2014-05-27 16:26:14 -04:00
blitzmann
b75c86d251
Ignore Orbital ammo in ammo picker - see #71
2014-05-15 11:44:09 -04:00
blitzmann
6992537750
Fix regression
2014-05-07 17:44:47 -04:00
blitzmann
d9e61a3305
Improved on drag/drop for cargo and fitting views. Can now copy rather than swap
2014-05-07 17:18:01 -04:00
blitzmann
294f51ae5d
Add support for drag and drop between pyfa displays which explicitly support it (some other tweaks as well)
2014-05-07 11:21:50 -04:00
blitzmann
f7ef3705b5
Added available cargo to capacity tooltip and cargo volume column
2014-05-04 11:35:13 -04:00
blitzmann
8e9ea0a36b
Allow any item to be added to cargo (allows to distribute "refits" with fit)
2014-05-03 21:21:21 -04:00
blitzmann
89a8bde574
Merge branch 'master' into cargo
...
Conflicts:
eos/saveddata/fit.py
2014-05-03 20:46:32 -04:00
blitzmann
631d97e21a
Fix #71
2014-04-08 12:48:58 -04:00
blitzmann
5df7e193e7
Cargo works, but needs a more TLC
2014-03-30 17:12:32 -04:00
DarkPhoenix
d97764586f
Re-publish festival items
2014-01-21 23:31:18 +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
728c9bb046
Reorder context menu items
2013-08-31 15:22:07 +04: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
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
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
HomeWorld
6365810a86
Made factor in reload time global option behave
2011-12-23 11:11:36 +02:00
HomeWorld
f1b5000685
Fixed wh context menu handling
2011-12-09 20:25:51 +02:00
DarkPhoenix
941fc86e14
Bind evennt to the parent menu as well
...
Apparently, this is required by msw wx, otherwise handle selection is not called
2011-11-30 15:04:20 +04:00
DarkPhoenix
421229983c
Move context check for market group menu to earlier stage
2011-11-22 00:55:48 +04:00