burnsypet
a3c19d1d1c
Issue #1261 show variations menu for cargo items
...
Added logic to condition statement in metaSwap.py to accomodate
cargoItem context. Will replace existing cargo item with selected
item and retain the original stack amount.
2017-07-30 21:34:21 +01:00
blitzmann
bc462ede3e
Fix some back event reference due to sleepiness last night ;_;
2017-07-11 19:23:29 -04:00
blitzmann
d19486ce15
cleanup
2017-07-11 02:30:26 -04:00
blitzmann
b55fcfaf04
cleanup
2017-07-11 02:06:09 -04:00
blitzmann
5adde95807
Remove print statement
2017-07-11 01:42:45 -04:00
blitzmann
30fe7930a9
Remove log spam
2017-07-11 01:10:55 -04:00
blitzmann
453054f6c7
Remove command fitting from the command fits context menu upon deletion ( #1244 )
2017-07-11 01:10:39 -04:00
blitzmann
1202c335d9
Fix implant set clipboard import ( #1237 )
2017-07-10 00:28:22 -04:00
blitzmann
854d7cb09c
Rename "system effects" to "wormhole effects" ( #1229 )
2017-07-09 18:35:44 -04:00
blitzmann
b70f401a91
Merge branch 'qol/file-reorg' into development
2017-07-09 18:27:18 -04:00
blitzmann
496b28226d
Merge branch 'feature/booster-side-effects' into development
2017-07-09 18:26:38 -04:00
blitzmann
f8e5e15051
Fixed bug with meta swap context menu for subsystems
2017-07-09 15:08:59 -04:00
blitzmann
de35692666
Fix a few things with affected by tab (indentation issue, overwriting modifier incorrectly)
2017-07-09 13:18:28 -04:00
blitzmann
b6a28ae15f
Merge branch 'master' into development
...
Conflicts:
config.py
2017-06-25 01:23:08 -04:00
Ryan Holmes
ad535ccc78
Merge branch 'qol/additionPanes' into qol/file-reorg
2017-06-12 01:17:22 -04:00
Ryan Holmes
9dee761f6d
Move addition pane views into their own directory
2017-06-12 01:17:00 -04:00
Ryan Holmes
f5531b458b
Fix up focus for ship browser, allowing space or enter to work to open up new stage
2017-06-12 00:28:06 -04:00
Ryan Holmes
a7c89f7b40
break out market browser to individual class files
2017-06-11 17:54:36 -04:00
Ryan Holmes
048ae0205c
Breakout shipBrowser into individual class files
2017-06-11 17:32:43 -04:00
Ryan Holmes
e6a0784466
space to select fit when it's focus'd
2017-06-11 15:43:01 -04:00
blitzmann
53d15425f3
tab / tab+shift to change focus of ship browser items
2017-06-09 01:27:28 -04:00
Ryan Holmes
94256876e4
Add tooltip for alpha clones to explain functionality ( #1227 )
...
See #1219
2017-06-08 22:13:46 -04:00
Ryan Holmes
d319b74d7a
Fix exception when double clicking CREST fit browser hull ( #1226 )
2017-06-08 21:58:20 -04:00
blitzmann
c2cb5d763f
Implement selectable booster side effects and persist them to the database, very much based on the fighter ability code. Still need to name them and enable the effects.
...
This also removes the old boosterActiveSideEffect table definition (migration script to drop table still needs to be written)
2017-06-04 23:33:11 -04:00
blitzmann
f77cd0b834
Merge branch 'master' into development
2017-06-01 00:32:06 -04:00
Ryan Holmes
45c3533501
Make some extra logging statements and stuff to troubleshoot fit deletion bugs ( #1199 )
2017-05-30 22:57:52 -04:00
Michael Ryan
46f61ecfa3
address travis errors
2017-05-30 21:07:02 -05:00
Michael Ryan
d09f21fe15
updated drag and drop behavior to not trigger a suspected wx bug on Mac
2017-05-30 20:18:32 -05:00
petosorus
33410f0618
Formatting
2017-05-30 15:51:48 +02:00
petosorus
2c98baade8
Price options labels + total computing in minimal
2017-05-29 15:24:21 +02:00
petosorus
380f90d065
Price options in context menu
2017-05-24 17:30:55 +02:00
petosorus
1781c6dcf0
total computation + settings
2017-05-24 16:27:32 +02:00
Ryan Holmes
cff3d0ee95
Don't process removeModule is ctrl / cmd key is active ( #1190 )
2017-05-22 01:50:13 -04:00
Ryan Holmes
18554e3186
Fix a bunch of item swapping mechanisms (see #1186 ) ( #1187 )
2017-05-21 20:31:12 -04:00
blitzmann
fbf455c9fe
Fix for fighter prices ( #1178 )
2017-05-18 22:28:09 -04:00
blitzmann
00dcda6fad
Check if projected / command thing actually exist before attempting to remove it
2017-05-18 22:22:02 -04:00
Ryan Holmes
65f71b6f6b
Fix exception with character implants, and don't show implant set menu if there aren't any ( #1172 )
2017-05-15 22:59:47 -04:00
Ryan Holmes
6344f7a975
Merge branch 'master' into bug/char_fixes
2017-05-14 22:56:34 -04:00
blitzmann
bff44c46f8
Fix character list sorting ( https://forums.eveonline.com/default.aspx?g=posts&m=6940327#post6940327 )
2017-05-14 22:44:02 -04:00
Ryan Holmes
da33a372cb
Set all strings to be unicode when referencing fit.name. This won't catch all conversion errors, but it should catch most. ( #1168 )
2017-05-14 20:52:06 -04:00
blitzmann
79445225de
fix issue with market shortcuts if not active items are present
2017-05-14 02:21:23 -04:00
blitzmann
3b23c9eacd
flake8
2017-05-14 01:41:15 -04:00
blitzmann
d4ce1ef3db
Fix issue with Delete key event on t3d mode causing exception ( #1160 ). Additionally, work around the fact that every module that is removed also recalculates the fit, allowing for a faster response time when deleting multiple modules at a time. This is somewhat ugly as the removeModule function was originally based on the assumption of removing only one module. Should clean it up at some point.
2017-05-14 01:37:49 -04:00
blitzmann
ffe840e245
Fix for #1161 . Can't reproduce, but I'm unsure what the root cause is (probably something firing in the wrong order). 9be4ae may also alleviate the root cause.
2017-05-13 23:28:51 -04:00
blitzmann
2e3c3e92f1
Fix for a possible bug (see comments in #1147 ).
2017-05-13 23:28:50 -04:00
blitzmann
c68739d78c
Move the FitRemoved event before the stage selected events. Otherwise, if the stage is selected first and the FitItem (self) is deleted before the FitRemoved is done, we get an error about how self is not valid anymore
2017-05-13 23:28:49 -04:00
Ryan Holmes
9f5e14fe2d
Bugfixes and bump point release ( #1159 )
...
* Add some logging to try to figure out what happens with #1149 , along with some other fixes
* Bump point release
2017-05-11 20:53:37 -04:00
Ryan Holmes
25bfb4ddb8
Fox for issue #1152 - unicode characters in entity names ( #1153 )
2017-05-10 22:36:10 -04:00
Ryan Holmes
de9b167242
Bump version and include fix for #1147 ( #1150 )
...
* bump dev
* Fix two issues with deleting fits (#1147 )
2017-05-10 18:48:33 -04:00
blitzmann
e2de1565bf
Forgot to add notes to the import fit list. Caused break. Very bad.
2017-05-09 20:59:11 -04:00