zhaoweny
|
bf99132f2f
|
i18n: more string annotation
|
2020-06-30 17:19:40 +08:00 |
|
blitzmann
|
42706f35c6
|
Update various instances where Category name wasn't displaying the translated version (in context menus)
|
2020-06-25 20:32:49 -04:00 |
|
DarkPhoenix
|
27d3bea8d8
|
Merge branch 'ammo_graph' into singularity
# Conflicts:
# gui/targetProfileEditor.py
|
2020-06-09 19:04:20 +03:00 |
|
DarkPhoenix
|
c1356906bb
|
Add ship effects
|
2020-06-05 23:36:39 +03:00 |
|
DarkPhoenix
|
1a897c0419
|
Pass search results as set of item IDs
|
2020-04-16 15:13:32 +03:00 |
|
DarkPhoenix
|
9cbdc6055d
|
Add search timer to attribute overrides to prevent hangs
|
2020-04-10 11:52:57 +03:00 |
|
DarkPhoenix
|
b3278ca9ec
|
Tokenize regexp requests taking into consideration regexp context
|
2020-04-08 13:24:48 +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
|
b613d3e312
|
Use market sorting in attribute override editor
|
2020-01-31 00:37:35 +03:00 |
|
DarkPhoenix
|
b9a26ec28d
|
Do not return items from all the categories in overrides editor searches
|
2020-01-31 00:00:05 +03:00 |
|
DarkPhoenix
|
7c8f4d51bb
|
Move sorting from item view to market service
|
2019-10-17 17:39:44 +03:00 |
|
DarkPhoenix
|
3d70ca941c
|
Change ammo picker window to be auxiliary frame rather than modal dialog
|
2019-10-10 19:10:28 +03:00 |
|
DarkPhoenix
|
12956d435a
|
Update database to 1581357 and do necessary schema changes to support changed source data
|
2019-10-08 19:28:24 +03:00 |
|
DarkPhoenix
|
6fceda5f27
|
Ensure right-clicked item is selected on Mac in Display list panels
|
2019-08-22 08:47:45 +03:00 |
|
DarkPhoenix
|
fcb85c85a3
|
Rename modules to items
|
2019-08-08 09:50:50 +03:00 |
|
DarkPhoenix
|
9be1b96226
|
Add modules to recents when they are removed too
|
2019-08-08 09:45:14 +03:00 |
|
DarkPhoenix
|
11598f9a09
|
Do not add items to recents which cannot be fetched (e.g. item was removed since last pyfa start)
|
2019-08-08 08:57:29 +03:00 |
|
DarkPhoenix
|
39e23237a5
|
Move functionality of storing item to market service
|
2019-08-08 08:54:41 +03:00 |
|
DarkPhoenix
|
22507673aa
|
Do not sort items in recently used
|
2019-08-08 08:42:06 +03:00 |
|
DarkPhoenix
|
cd20164d7a
|
Pass calling window to context menu
|
2019-07-30 19:12:45 +03:00 |
|
DarkPhoenix
|
d5c5e2698e
|
Redraw only after some delay (reuse market search delay for that)
|
2019-05-27 13:46:40 +03:00 |
|
DarkPhoenix
|
33883c562a
|
Collapse all children when collapsing market group
|
2019-04-30 17:37:16 +03:00 |
|
DarkPhoenix
|
f8c2604fb2
|
Do not crash when changing slot color option with item view unitialized
|
2019-04-30 00:47:04 +03:00 |
|
DarkPhoenix
|
c03d000c45
|
Pass item which is considered to be clicked item to context menus
|
2019-04-22 15:45:37 +03:00 |
|
DarkPhoenix
|
881ec8b5b4
|
Select all items in fitting panel on ctrl-a
|
2019-04-22 13:36:59 +03:00 |
|
DarkPhoenix
|
61ef7c3487
|
Make market item list single-selectable
|
2019-04-19 15:51:04 +03:00 |
|
DarkPhoenix
|
feb164a48e
|
Reset item list to empty during search cancel only if we still were searching, do nothing otherwise
|
2019-04-08 00:16:58 +03:00 |
|
DarkPhoenix
|
2435e08dc0
|
Implement option to select all meta buttons on market group selection
|
2019-04-07 19:42:44 +03:00 |
|
DarkPhoenix
|
31645d20a5
|
As recents are int, do == instead of is
|
2019-04-05 21:57:01 +03:00 |
|
DarkPhoenix
|
f45ad5ceab
|
Implement logic which temporarily enables/disables meta groups for search
|
2019-04-03 18:16:10 +03:00 |
|
DarkPhoenix
|
5dae614fa1
|
Split search and recent modes
|
2019-04-03 17:49:08 +03:00 |
|
DarkPhoenix
|
c144c16a7f
|
Enable only available buttons in case of empty item list
|
2019-04-03 16:45:24 +03:00 |
|
DarkPhoenix
|
10425cd5d9
|
Do not run "emtpy item list" logic on market groups with no items at all
|
2019-04-03 16:41:33 +03:00 |
|
DarkPhoenix
|
1d208a0cf7
|
Move search mode reset on market jump to market browser from item view
|
2019-04-03 16:30:51 +03:00 |
|
DarkPhoenix
|
db07f9d534
|
Implement logic to autoselect some metagroups if no items were filtered
|
2019-04-03 15:58:18 +03:00 |
|
DarkPhoenix
|
292d95f6f8
|
Implement market jump meta category logic
|
2019-04-03 15:34:26 +03:00 |
|
DarkPhoenix
|
48ac6cb2af
|
Remove debugging prints or move them to pyfalog
|
2019-03-23 14:01:43 +03:00 |
|
blitzmann
|
f8e6474b39
|
Some slight tweaks to work done by @tonycoz for #1839
|
2019-03-02 17:21:46 -05:00 |
|
Tony Cook
|
9bdb4ea967
|
move the item slot colours to config and use it from there
|
2019-03-01 19:52:02 +11:00 |
|
Tony Cook
|
af17a4f1c9
|
make slot a property for item and use that for the item list bg
|
2019-03-01 19:51:30 +11:00 |
|
Tony Cook
|
2ea3394845
|
make the item list colour per slot if colorFitBySlot set
attempts to resolve #1839
|
2019-03-01 19:51:30 +11:00 |
|
Jonah Jolley
|
a5a9dc0877
|
Adding support for ctrl+backspace in searchbars
|
2019-02-21 18:18:01 -07:00 |
|
blitzmann
|
b4b8a158f5
|
Bunch of import optimizations
|
2018-09-16 00:05:36 -04:00 |
|
blitzmann
|
2f9d2e2a60
|
Force command processors not to show (#1562)
|
2018-05-21 23:15:41 -04:00 |
|
Filip Sufitchi
|
efc07e1553
|
Move minimum search length check to the service, to cover jargon
|
2018-04-02 17:23:30 -04:00 |
|
blitzmann
|
9f7e4e0dc0
|
Fix issue with market search (None / int comparison)
|
2018-01-10 21:39:50 -05:00 |
|
blitzmann
|
2936b88c3d
|
code cleanup
|
2017-11-27 21:05:06 -05: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
|
0f94557699
|
Use wx.AutoBufferedPaintDC instead of wx.BufferedPaintDC (helps with drawing on linux)
|
2017-11-21 00:05:52 -05:00 |
|