This website requires JavaScript.
Explore
Help
Sign In
dave
/
pyfa
Watch
1
Star
0
Fork
0
You've already forked pyfa
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
5
Wiki
Activity
Files
bfb75807927578d9224a40bc49802a928c46cfd8
pyfa
/
gui
/
utils
History
DarkPhoenix
3488a5d26e
Rework number formatter to avoid silly stuff like formatting 999999 with precision of 3 to 1000k instead of 1M
2011-06-24 21:37:41 +04:00
..
__init__.py
Streamlined pygauge/pyfaGaugePreferences a little; moved common code in gui.utils.colorUtils - this module will be used soon everywhere where color processing is needed (shipbrowser/chrometabs..)
2010-12-08 14:54:06 +02:00
animEffects.py
Moved animation effects to gui.utils.animEffects.py . Modified pygauge
2011-05-15 18:10:27 +03:00
animUtils.py
Moved WaitDialog class to gui.utils.animUtils
2011-01-16 21:04:31 +02:00
clipboard.py
Moved and splitted util.py into gui.utils.numberFormatter and gui.utils.clipboard; GetPartialText moved into gui.utils.drawUtils.py
2010-12-22 17:57:21 +02:00
colorUtils.py
Changed the way chrometabs calculate its colors. Now it should look perfect on any theme.
2010-12-08 17:46:10 +02:00
compat.py
Update OrderedDict recipe
2011-06-22 15:18:15 +04:00
drawUtils.py
More drop shadow effects in shipbrowser
2011-06-08 19:43:11 +03:00
numberFormatter.py
Rework number formatter to avoid silly stuff like formatting 999999 with precision of 3 to 1000k instead of 1M
2011-06-24 21:37:41 +04:00