PowerSwitcher icon indicating copy to clipboard operation
PowerSwitcher copied to clipboard

Bring UI for icon/flyout enhancements done in EarTrumpet

Open petrroll opened this issue 5 years ago • 2 comments

Since most of the UI is based on EarTrumpet we should backport all of their updates to UI since September 2017.

Might help with:

  • animation fluidity
  • light/dark theme support
  • better DPI support
  • tutorial window

petrroll avatar Oct 06 '19 18:10 petrroll

Unfortunately I've stopped development of this app so I (most probably) won't be looking at sorting this personally. Anyone, feel free to contribute a PR/create a fork.

More info in #23

petrroll avatar Oct 06 '19 18:10 petrroll

On a whim I decided to download the EarTrumpet source and see if I could figure out what is going on. Let me be frank here... It's a complete and utter mess. Something in the project files is stopping the IDE from even analyzing the code properly. It's not recognizing missing reference information (and it's got every reference including system ones flagged as not loaded properly, despite deleting and re-adding them) and it won't provide any IDE assistance in code fixing or refactoring. I don't know what sort of enhancements that program has received lately, but it's near impossible to make any sense of. Back-porting anything from that project is, in my opinion, a really bad idea.

Gaalidas avatar Jan 22 '20 20:01 Gaalidas