DarkPhoenix
73dc056e61
Fix creating of new implant sets / damage patterns / target profiles on new wx
2022-10-21 07:21:57 +04: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
339367f730
More _t() conversion
2020-06-20 15:09:42 -04:00
blitzmann
8e83adf7db
Merge tag 'v2.22.1' into i18n
...
# Conflicts:
# gui/esiFittings.py
2020-06-19 21:51:45 -04:00
blitzmann
7fa638f62b
More localization
2020-06-19 11:35:37 -04:00
DarkPhoenix
27d3bea8d8
Merge branch 'ammo_graph' into singularity
...
# Conflicts:
# gui/targetProfileEditor.py
2020-06-09 19:04:20 +03:00
DarkPhoenix
f259df85cd
Fix editors
2020-04-25 17:27:29 +03:00
DarkPhoenix
4ba948c6f9
Merge branch 'master' into ammo_graph
...
# Conflicts:
# gui/builtinMarketBrowser/itemView.py
# service/market.py
2020-02-04 01:43:52 +03:00
DarkPhoenix
9ddfcc894f
Make sure not to catch keyboard interrupts and system exits
2020-02-03 16:12:41 +03:00
DarkPhoenix
eacc97160b
Merge branch 'master' into ammo_graph
2020-01-21 15:25:39 +03:00
DarkPhoenix
8c2788fd78
Do not show implant set editor if user cancels addition of an implant set
2019-12-16 18:06:03 +03:00
Gochim
9c7fa37a72
Issue #2073 : Added functionality to add all implants in fit implant tab to implant set list
2019-12-10 18:14:13 +02:00
Gochim
d92e11893a
Issue #2073 : Added mechanism to pass implant list to implant set manager
2019-12-10 08:50:21 +02:00
Gochim
f55ab00bf5
Fixed error message text in EntityEditor
2019-12-10 08:18:01 +02: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
3e6e3b0743
Migrate more windows to new window control scheme
2019-08-12 01:41:38 +03:00
DarkPhoenix
01371f227c
Change the way we handle dialogs
2019-08-09 20:09:31 +03:00
DarkPhoenix
5b52da737a
Do not trigger esc when modifier keys are pressed
2019-05-12 17:08:41 +03:00
DarkPhoenix
72fc560241
Make all secondary windows closable by ESC
2019-04-21 19:34:14 +03:00
DarkPhoenix
72ecc62732
Even bigger on linux!
2019-04-18 16:45:14 +03:00
DarkPhoenix
0471ffa924
Change size of implant editor to fit some quite long hardwiring names (like em-8 series)
2019-04-18 16:38:57 +03: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
1202c335d9
Fix implant set clipboard import ( #1237 )
2017-07-10 00:28:22 -04:00
Ryan Holmes
1082d8a173
fix fix fix
2017-07-02 23:45:28 -04:00
Ryan Holmes
2bbcd96ce3
Even more fixes
2017-06-13 15:01:30 -04:00
Ryan Holmes
828b18d0fd
py2to3 automatic conversion. Woot!
2017-06-12 16:12:45 -04:00
Ebag333
3b185e1bcb
Roll up all changes from #962 as the base has been massively changed by code cleanups. Rename our logging to a universal pyfalog to avoid shadowing either Logging or Logbook loggers
2017-02-11 11:51:53 -08:00
Ebag333
72633825cf
Formatting and layout changes
2017-02-08 23:32:51 -08:00
Ebag333
6e524de320
Disable import inspections for wxPython, because it's not installed traditionally and we can't include it in requirements.txt
2017-02-08 20:15:24 -08:00
Ebag333
be53dedb18
Large pep8 compliance to make work for Tox
2016-12-13 21:23:01 -08:00
a-tal
d3b6bc1c93
so many pep8 fixes
...
(cherry picked from commit bee125d)
2016-12-13 20:16:44 -08:00
Ebag333
d963327ed4
Make it run again
2016-12-02 03:13:54 -08:00
blitzmann
b9f0812b38
Fix issue with entity editor and wxPython 2.8
2016-06-28 23:24:01 -04:00
blitzmann
39b2f87194
Add in logic that required an entity for implant sets and target resists (not needed for character or damage profiles as we have read-only defaults)
2016-03-30 00:03:48 -04:00
blitzmann
1161037092
Migrate implant set editor to new entity editor
2016-03-29 21:51:39 -04:00
blitzmann
24bb0ff39a
Fix issue in which implant editor did not spawn if no implant sets
2016-03-21 23:49:01 -04:00
blitzmann
3ae312db37
Import / export implants sets
2016-03-21 23:43:45 -04:00
blitzmann
731b54a1f7
Continued work on implant set editor
2016-03-20 18:58:13 -04:00
blitzmann
80e47d5157
Add some functionality to implantSet service, and get editor working correctly with implant editor view
2016-03-20 12:49:29 -04:00
blitzmann
c1653c5f2e
Abstract the implant editor to work with different sources
2016-03-20 12:26:37 -04:00
blitzmann
36ad31ab25
Get some initial scaffolding up for implant sets sourced from the resist code.
2016-03-20 02:04:55 -04:00