DarkPhoenix
be73ffd929
Track changes to underlying modules in stats windows
2022-02-05 00:56:39 +03:00
DarkPhoenix
ea7a5b3c70
Implement drone mutation support with some exceptions
2021-10-25 23:34:08 +03:00
zhaoweny
889e901cbd
i18n: improve string literal annotations
...
1. annotate more strings for statsViews, itemStats
2. fix raw title and description for preferences
3. fix crash on opening AttributeEditor, characterEditor
2020-06-22 17:55:58 +08:00
blitzmann
9b73f1c221
Final conversion of _t()
2020-06-20 15:13:33 -04:00
blitzmann
8e83adf7db
Merge tag 'v2.22.1' into i18n
...
# Conflicts:
# gui/esiFittings.py
2020-06-19 21:51:45 -04:00
blitzmann
2490d3de92
More localization
2020-06-07 13:44:15 -04:00
DarkPhoenix
400d0aaa22
Rework graph ammo picker to be dialog instead of frame
2019-11-25 16:54:25 +03:00
DarkPhoenix
18d8ed6558
Take modifier key info from event where possible
2019-10-08 20:50:14 +03:00
DarkPhoenix
0269a64ae1
Add maximize button to resizeable windows and make character editor resizeable
2019-08-26 12:59:00 +03:00
DarkPhoenix
247add778d
Rework item stats to use new auxiliary frame class
2019-08-11 15:18:40 +03:00
DarkPhoenix
2160cc4aaa
Change how attribute editor frame is closed
2019-08-10 02:50:20 +03:00
DarkPhoenix
53f5656478
Rework item stats from dialog into frame
2019-08-10 02:36:37 +03:00
DarkPhoenix
01371f227c
Change the way we handle dialogs
2019-08-09 20:09:31 +03:00
DarkPhoenix
fb93aa1ad5
Fix crash on closing item stats window when mutation's tab animation was in progress
2019-08-07 22:49:30 +03:00
DarkPhoenix
5b52da737a
Do not trigger esc when modifier keys are pressed
2019-05-12 17:08:41 +03:00
DarkPhoenix
321b939d3a
Commit mutated data before destroying window
2019-05-03 22:28:29 +03:00
DarkPhoenix
b3ef55cb7f
Make modification of mutated stats undoable
2019-05-02 00:18:17 +03:00
DarkPhoenix
bbc8fd0f97
Change mutations UI to properly keep all needed elements visible and scroll when needed
2019-05-01 22:22:18 +03:00
DarkPhoenix
72fc560241
Make all secondary windows closable by ESC
2019-04-21 19:34:14 +03:00
DarkPhoenix
1d7be66eb1
Destroy stats window when it's closed
2019-04-21 18:30:25 +03:00
DarkPhoenix
febc98045c
Remove some GTK-specific close buttons (as gnome now has close titlebar in dialogs for a while) and resize some dialogs
2019-04-18 16:58:28 +03:00
DarkPhoenix
f68ee81634
Change stats window size for gtk
2019-02-25 09:26:35 +03:00
DarkPhoenix
fc04a32913
Add info about base item to mutations tab
2019-02-13 18:14:46 +03:00
DarkPhoenix
deee6fd6ab
Make GTK window even bigger by default, and hide description type if there's no description for the item
2019-02-13 17:31:45 +03:00
blitzmann
89efa9cbf9
Fix syntax issue (see #1657 )
2018-07-09 22:59:26 -04:00
MaruMaruOO
29541bc5d9
Make itemStats.closeBtn fire a close event
2018-07-09 05:51:23 -04:00
blitzmann
39f7ecdf5c
Merge branch 'mutaplasmids'
...
# Conflicts:
# eve.db
2018-06-21 00:22:57 -04:00
blitzmann
15216453c9
Update item attributes panel when mutation changes ( #1644 )
2018-06-17 13:01:54 -04:00
blitzmann
47016c682e
Don't destroy ItemStats window on close. Instead, Skip() the event so that it can finish processing events correctly. ( #1650 )
2018-06-15 02:27:41 -04:00
blitzmann
6fdcce12a3
Merge branch 'icons-1621' into v2.2.0b1
...
# Conflicts:
# eos/db/__init__.py
# eos/db/gamedata/__init__.py
# eos/db/gamedata/item.py
# eos/gamedata.py
# eve.db
2018-06-12 21:43:28 -04:00
blitzmann
b3acc8fd21
Get a slider interface going for the items stats. Starting to come together!
2018-06-04 02:21:52 -04:00
blitzmann
5388ba7a70
Remove need for Icon class, references to it's DB relationship, and remove from DB. Also, add the files. All the files.
2018-05-31 21:13:12 -04:00
blitzmann
b30b3fcbf1
Merge branch 'master' into test-3
...
Conflicts:
eos/gamedata.py
eos/saveddata/booster.py
eos/saveddata/character.py
gui/builtinAdditionPanes/commandView.py
gui/builtinContextMenus/commandFits.py
gui/builtinMarketBrowser/itemView.py
gui/builtinMarketBrowser/marketTree.py
gui/builtinPreferenceViews/pyfaGeneralPreferences.py
gui/builtinShipBrowser/categoryItem.py
gui/builtinShipBrowser/fitItem.py
gui/builtinShipBrowser/navigationPanel.py
gui/builtinShipBrowser/raceSelector.py
gui/builtinShipBrowser/shipItem.py
gui/builtinStatsViews/priceViewFull.py
gui/builtinViews/fittingView.py
gui/characterEditor.py
gui/characterSelection.py
gui/chromeTabs.py
gui/crestFittings.py
gui/itemStats.py
gui/mainFrame.py
scripts/itemDiff.py
service/price.py
2017-11-23 11:19:05 -05:00
blitzmann
cc9b6ea04b
More deprecation fixes
2017-11-13 00:18:24 -05:00
blitzmann
47cbc71e8a
Implement simple skill import/export functionality, and some cleanup top pass tox
2017-08-14 23:28:50 -04:00
blitzmann
7962aa7b1b
Reorganize file structure of item stats dialog box
2017-07-23 17:55:18 -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
Ryan Holmes
7ae41b71b2
Fix some deprecated things and a bug or two
2017-07-02 23:26:44 -04:00
Ryan Holmes
f16e14e0b4
Fix gauges again, convert remaining IconFromBitmap > Icon
2017-06-14 15:05:12 -04:00
Ryan Holmes
4b8f2ce9e7
Deprecation stuff
2017-06-14 01:07:18 -04:00
Ryan Holmes
8f369daf1e
InsertStringItem > InsertItem
2017-06-14 00:46:38 -04:00
Ryan Holmes
610f501608
"Color Correction"
2017-06-12 21:11:10 -04:00
Ryan Holmes
8e4db5a8c3
Do some renaming of some files
2017-06-12 18:08:07 -04:00
Ryan Holmes
828b18d0fd
py2to3 automatic conversion. Woot!
2017-06-12 16:12:45 -04:00
blitzmann
a6a153b703
Update database, add missing renders, fix bug with not being able to add citadel modules, and fix bug associated with engineering complex properties (debug info, don't care about it)
2017-05-09 18:52:32 -04:00
blitzmann
4d8c9e0522
Fix floats in skill tree, and fix typo - apparently I can't spell dependents x_x
2017-05-08 22:49:37 -04:00
blitzmann
3de63c5ca5
flake8 fixes
2017-05-08 21:32:13 -04:00
blitzmann
47a683c44c
Merge branch 'feature/strictSkills' into dev
...
Conflicts:
service/character.py
Implements strict skill requirement handling
2017-05-06 13:13:50 -04:00
blitzmann
1f7858f853
Merge branch 'bug/resist-effects' (also includes current work on sisi branch).
...
This fixes the ewar resists (and possibly implements remote repair impedance, not tested)
2017-05-06 12:04:10 -04:00
blitzmann
622efb624d
Refactor how remote resistance works. We now check the resistance ID directly from the effect, and fall back to the remoteResistanceID attribute. See #1139
2017-05-02 22:19:58 -04:00