Karl Werner
ce9ce17ad2
use mode to limit refresh
2024-07-07 14:41:16 +02:00
DarkPhoenix
c950592b5b
If corresponding option is enabled, re-enable all meta buttons on every search change rather than just on search beginning
2019-05-03 03:41:09 +03:00
DarkPhoenix
e865c9a399
Use GetModifiers() instead of asking status of individual keys
2019-04-27 14:22:09 +03:00
DarkPhoenix
9d322ca862
Drop selection when search is used
2019-04-07 23:50:39 +03:00
DarkPhoenix
2435e08dc0
Implement option to select all meta buttons on market group selection
2019-04-07 19:42:44 +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
1d208a0cf7
Move search mode reset on market jump to market browser from item view
2019-04-03 16:30:51 +03:00
DarkPhoenix
292d95f6f8
Implement market jump meta category logic
2019-04-03 15:34:26 +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
d0235f6d93
Fix market browser meta filtering
2017-11-12 12:00:24 -05:00
blitzmann
d19486ce15
cleanup
2017-07-11 02:30:26 -04:00
Ryan Holmes
3b546de070
More deprecated fixes, and re-enable a working stats view
2017-06-14 03:51:40 -04:00
Ryan Holmes
828b18d0fd
py2to3 automatic conversion. Woot!
2017-06-12 16:12:45 -04:00
Ryan Holmes
a7c89f7b40
break out market browser to individual class files
2017-06-11 17:54:36 -04: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
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
blitzmann
cca61b8ac1
Fix issue with selecting item with an empty view
2017-04-14 21:45:41 -04:00
Ryan Holmes
ebda1349cf
Add a small delay on key down for market search ( #1123 )
...
* Add a small delay on key down for market search
* prevent a double search if user does something like hit enter in the middle of a timer
2017-04-11 23:30:38 -04:00
Ebag333
35e330f574
Improve handling for exceptions, output more information so we can find and fix problems.
2017-02-12 13:09:26 -08: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
3e916e42f2
pyCharm inspection fixes. Mostly variable refernce issues
2017-02-08 17:55:20 -08:00
Ebag333
e18deb5eeb
Roll up #967 and #974
...
Takes the import fixes and cleanup out of those and rolls it into this
one
2017-02-08 13:12:54 -08:00
Ebag333
be66ff1eec
Tox fixes
2017-02-05 15:39:07 -08:00
blitzman
85131e6166
oh god this isn't gonna work
...
Merge branch 'ebag_importchanges' into test_import
Conflicts:
config.py
eos/db/saveddata/queries.py
eos/effects/chargebonuswarfarecharge.py
eos/effects/elitebonuscommandshipinformationhiddencs3.py
eos/effects/elitebonuslogisticremotearmorrepairoptimalfalloff1.py
eos/effects/energydestabilizationnew.py
eos/effects/iceharvestingdroneoperationdurationbonus.py
eos/effects/miningforemanstrengthbonus.py
eos/effects/modulebonuswarfarelinkarmor.py
eos/effects/modulebonuswarfarelinkinfo.py
eos/effects/modulebonuswarfarelinkmining.py
eos/effects/modulebonuswarfarelinkshield.py
eos/effects/modulebonuswarfarelinkskirmish.py
eos/effects/moduletitaneffectgenerator.py
eos/effects/remotehullrepair.py
eos/effects/rolebonusremotearmorrepairoptimalfalloff.py
eos/effects/shipbonusforceauxiliarya4warfarelinksbonus.py
eos/effects/shipmodesmallmissiledamagepostdiv.py
eos/effects/structureenergyneutralizerfalloff.py
eos/effects/structuremoduleeffectstasiswebifier.py
eos/effects/structurerigmaxtargets.py
eos/effects/subsystembonusamarrdefensiveinformationwarfarehidden.py
eos/effects/subsystembonuscaldaridefensiveinformationwarfarehidden.py
eos/effects/subsystembonusgallentedefensiveinformationwarfarehidden.py
eos/effects/techtwocommandburstbonus.py
eos/saveddata/fighter.py
eos/saveddata/fit.py
eos/saveddata/module.py
eve.db
gui/bitmapLoader.py
gui/builtinContextMenus/itemStats.py
gui/builtinStatsViews/miningyieldViewFull.py
gui/builtinViewColumns/misc.py
gui/builtinViews/__init__.py
gui/builtinViews/fittingView.py
gui/contextMenu.py
gui/graphFrame.py
gui/itemStats.py
gui/mainFrame.py
gui/marketBrowser.py
service/__init__.py
service/character.py
service/fit.py
service/port.py
service/prefetch.py
service/pycrest/eve.py
service/settings.py
2017-01-23 21:06:12 -05:00
Resin Neublem
d6db30b7fc
We weren't setting user selection in all branches
...
I heavily refactored the button click handler to make it a little easier to understand
2016-12-28 19:54:37 -05:00
Resin Neublem
a7b6647135
Remembers user's meta filtering choices
...
There is a lot of logic that overwrites the user's choices of meta
filtering on every search.
That's a little too clever. Especially if the user is looking for
different variations of a certain meta.
If a user wants to include the other meta buttons they can re-add them
after filtering.
Extra care has to be taken with Windows. If a button is Enabled=False AND
SetValue=True, then it looks like it's Enabled=True, but clicking it
doesn't do anything. So we handle that logic in it's own class
closes: https://github.com/pyfa-org/Pyfa/issues/818
2016-12-19 22:39:56 -05: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
0d0ec42daf
Initial GUI commit. Still need to actually handle the attribute change
2015-11-01 19:49:22 -05:00
blitzmann
e9d02ce4c8
Change to use BitmapLoader class
2015-09-24 12:21:50 -04:00
blitzmann
474f270b26
Change to new icon locations
2015-09-24 12:17:17 -04:00
blitzmann
5e56107582
Revert changes to minimum / default sizes of splitter windows
2015-07-07 13:28:02 -04:00
blitzmann
1b5e0467fc
Save browser sizes
2015-07-05 13:59:18 -04:00
blitzmann
9ab79af70c
Show shortcut values in market list
2015-07-04 00:44:19 -04:00
blitzmann
c7042f314b
Code consistency
2014-07-31 00:14:29 -04:00
blitzmann
294f51ae5d
Add support for drag and drop between pyfa displays which explicitly support it (some other tweaks as well)
2014-05-07 11:21:50 -04:00
Corollax
b343d8b120
Tons of error checking and cleanup
...
getIconsByMarketGroup() was badly broken. I've added various error checking
routines and fixed a runaway memory allocation freeze in the event that
no icons can be found.
The cause of that problem remains, however. Still working on it.
2012-07-25 23:45:14 +03:00
DarkPhoenix
b51a962075
Avoid crashing during search on items w/o market group
...
Notify about these to stdout
2012-03-13 15:44:01 +04:00
DarkPhoenix
a9070d83c9
Use cmdDown everywhere
...
The same as ctrlDown on win and nix, but uses cmd on mac
2012-01-25 13:57:09 +04:00
HomeWorld
7f320144a1
Show all recently used modules by default (no rtpe filtering)
2011-12-10 19:50:49 +02:00
HomeWorld
d7ecc0b30c
Use a permanent storage [settings -> pyfaMarketRecentlyUsedModules] for last used modules (20 modules max storage LRU gets deleted)
2011-12-09 21:27:20 +02:00
HomeWorld
1c4f711a98
Removed a debug print in marketBrowser - > populateSearch
2011-12-09 19:50:33 +02:00
HomeWorld
6aeb47f131
Implemented recently used modules category in market browser
2011-12-09 19:36:19 +02:00
DarkPhoenix
bc844e30f5
Change sorting algorythm
...
Now it sorts by category name > market group ID > parent item name > meta tab position > meta level > item name
Sounds huge, but that's the most universal sorting for generic tab display & search results display
2011-10-16 16:07:29 +04:00
DarkPhoenix
7f35f8f4e9
Do not count wildcards as search symbols when checking character limitations
2011-07-28 19:47:33 +04:00
HomeWorld
15890666cb
Updated market broswer search box to be inline with ship browser navigation panel (almost)
2011-07-20 15:23:01 +03:00