DarkPhoenix
|
e90e9a5ca1
|
Make removal of fighters completely undoable
|
2019-04-11 16:31:44 +03:00 |
|
DarkPhoenix
|
f2c26af791
|
Fix toggling of abilities of projected fighters
|
2019-04-11 13:45:25 +03:00 |
|
DarkPhoenix
|
4cbeb34a3e
|
Make toggling fighter abilities undoable
|
2019-04-11 00:05:28 +03:00 |
|
DarkPhoenix
|
8072bb600c
|
Make toggling side-effects undoable
|
2019-04-10 18:47:46 +03:00 |
|
DarkPhoenix
|
7fc98037a6
|
Save booster state upon deletion for undo
|
2019-04-10 17:59:34 +03:00 |
|
DarkPhoenix
|
b51c8d8ecf
|
Focus projected pane when something is projected via context menu
|
2019-04-10 16:11:23 +03:00 |
|
DarkPhoenix
|
fbb192404f
|
Add undo support to muta->normal conversion
|
2019-04-10 09:51:07 +03:00 |
|
DarkPhoenix
|
7e41d8e20c
|
Make conversion to mutaplasmid undoable
|
2019-04-10 09:14:22 +03:00 |
|
Anton Vorobyov
|
444d7af7ed
|
Merge pull request #1916 from pyfa-org/issue1887
Stats menu indicators
|
2019-04-09 12:13:43 +03:00 |
|
DarkPhoenix
|
b3a556e70a
|
Raise error instead of doing nothing for abstract methods
|
2019-04-07 23:59:54 +03:00 |
|
DarkPhoenix
|
9bde08b1ce
|
Rework price stats panel context menu
|
2019-04-07 23:33:22 +03:00 |
|
DarkPhoenix
|
278d946f77
|
Fix price context menu
|
2019-04-05 20:22:24 +03:00 |
|
DarkPhoenix
|
af197e56cf
|
Revert "Remove price cache clear menu item"
This reverts commit d59111eef5.
|
2019-04-05 20:17:25 +03:00 |
|
DarkPhoenix
|
1d5ba89f2e
|
Revert "Remove price options menu item"
This reverts commit f784f45b4e.
|
2019-04-05 20:17:13 +03:00 |
|
DarkPhoenix
|
f784f45b4e
|
Remove price options menu item
|
2019-04-01 15:39:15 +03:00 |
|
DarkPhoenix
|
d59111eef5
|
Remove price cache clear menu item
|
2019-04-01 15:36:58 +03:00 |
|
Ryan Holmes
|
8fed78d596
|
Add a few conditionals in case menu is spawned without a fit being loaded
|
2019-03-26 09:44:43 -04:00 |
|
Ryan Holmes
|
fa0892032f
|
Develop method for context menu classes to signal that they should be displayed, but disabled. This will allow us to determine if a context menu exists for a certain context (stats panel, for example) without relying on old logic of not displaying them if fitting is not loaded.
|
2019-03-26 09:36:31 -04:00 |
|
Ryan Holmes
|
d40a7c2efa
|
Fix for GTK - you can only enable a menu item after it's been added to menu
|
2019-03-24 08:17:49 -04:00 |
|
Ryan Holmes
|
b836ceb216
|
Use checked api instead of bitmap for factor reload (#1897)
|
2019-03-23 22:07:08 -04:00 |
|
Ryan Holmes
|
549353dba1
|
Merge pull request #1885 from pyfa-org/issue1870
Implement fixes for #1870 - undo the Module.toDummy that happens when…
|
2019-03-20 18:01:30 -04:00 |
|
Ryan Holmes
|
bb7fb022ef
|
fixes for windows and selected menu item
|
2019-03-18 20:25:28 -04:00 |
|
DarkPhoenix
|
52c9f4076b
|
Change reset label
|
2019-03-18 20:08:06 +03:00 |
|
DarkPhoenix
|
894231b009
|
Change selection affix
|
2019-03-18 19:40:30 +03:00 |
|
DarkPhoenix
|
34fe530ac7
|
Add current value marker
|
2019-03-18 19:29:27 +03:00 |
|
DarkPhoenix
|
33b91a79ab
|
Add option to disable this context menu
|
2019-03-18 18:21:53 +03:00 |
|
DarkPhoenix
|
6e44963d57
|
Implement spoolup selection via purely context menu
|
2019-03-18 17:52:37 +03:00 |
|
DarkPhoenix
|
8114765236
|
Merge branch 'master' into spoolup
|
2019-03-18 16:04:45 +03:00 |
|
Ryan Holmes
|
a74cdc59bd
|
Implement fixes for #1870 - undo the Module.toDummy that happens when replacing a module, but the new module doesn't fit. And shuffle around the logic that dictates if a module / item fits onto a particular ship to allow us to ask a fit if a base item can fit based on low-level attributes that don't change
|
2019-03-17 22:03:39 -04:00 |
|
Ryan Holmes
|
9a16c579eb
|
fixing various imports to point to eos.const instead of old locations
|
2019-03-14 12:50:20 -04:00 |
|
Indiction
|
6333a0c74b
|
Adding descriptions to enums.
Renaming Enums into more useful names.
|
2019-03-07 22:30:51 +01:00 |
|
Ryan Holmes
|
b944f27fc8
|
tweak
|
2019-03-02 22:14:39 -05:00 |
|
Ryan Holmes
|
df80449b0b
|
Simplify the spoolup dialog
|
2019-03-02 22:11:55 -05:00 |
|
Ryan Holmes
|
f81cc4ad93
|
Merge remote-tracking branch 'origin/master' into spoolup
|
2019-03-02 20:57:29 -05:00 |
|
DarkPhoenix
|
a4fae73a1e
|
Make "fill with module" context menu entry disablable via preferences
|
2019-02-13 17:12:21 +03:00 |
|
DarkPhoenix
|
7bad3bc376
|
Show 'market group' context menu for mutated items as well
|
2019-02-13 17:07:06 +03:00 |
|
blitzmann
|
0745ed50e0
|
* Merge branch 'fill-with-module' of git://github.com/petosorus/Pyfa into petosorus-fill-with-module
* Remove settings check
# Conflicts:
# gui/fitCommands/__init__.py
|
2019-01-10 23:36:05 -05:00 |
|
blitzmann
|
3259cc3e50
|
Rename Scale to percentage
|
2019-01-10 23:24:34 -05:00 |
|
blitzmann
|
5f237e578b
|
use spoolup dialog with remote reps
|
2019-01-10 23:16:04 -05:00 |
|
blitzmann
|
c645c089dd
|
More work on the spoolup gui, including support for commands and some other nicities (recalc fit when changing, load the input with previous)
|
2019-01-10 23:13:22 -05:00 |
|
blitzmann
|
436bee1e85
|
Start working on a gui to set spoolup options
|
2019-01-05 22:26:17 -05:00 |
|
blitzmann
|
194c159379
|
Create a new property on Module, returns if module is projected (or None if it's not attached to a fit). Fix issues with setting charges on projected modules because the command was always looking at the literal modules on the fit (instead of projected)
|
2018-12-01 20:50:40 -05:00 |
|
DarkPhoenix
|
4845b3b0ce
|
Add PvP weather to abyssal weather menu
|
2018-11-22 16:17:54 +03:00 |
|
petosorus
|
46f5a592ce
|
Right click option to fill slots with a module
|
2018-10-21 16:07:02 +02:00 |
|
blitzmann
|
1454cd8a0d
|
Merge remote-tracking branch 'origin/development' into release/v2.5.0
|
2018-10-08 12:40:23 -04:00 |
|
blitzmann
|
31c3101d6d
|
Remove redundant parenthesis
|
2018-09-16 01:11:16 -04:00 |
|
blitzmann
|
b4b8a158f5
|
Bunch of import optimizations
|
2018-09-16 00:05:36 -04:00 |
|
blitzmann
|
5c6303995d
|
Replace set() with a literal
|
2018-09-15 23:44:32 -04:00 |
|
blitzmann
|
621672bf34
|
Some tox fixes
|
2018-09-15 20:38:08 -04:00 |
|
Alexander Maryanovsky
|
8e41a90f57
|
Fixed missile module ammo picker not showing damage type icons.
|
2018-09-12 23:54:02 +03:00 |
|