blitzmann
|
e42671fbec
|
Workaround for seg fault (see comments in pull request # 232)
|
2014-12-31 16:20:25 -05:00 |
|
blitzmann
|
c59b818677
|
Add wx.ProgressDialog to HTML export, along with some documentation and silent try-except in HTML export
|
2014-12-19 00:13:06 -05:00 |
|
blitzmann
|
88074c8516
|
Fix fonts and lag with OS X
|
2014-12-11 23:25:44 -05:00 |
|
blitzmann
|
e8041470c8
|
Remove / disable debugging prints
|
2014-08-17 23:40:22 -04:00 |
|
blitzmann
|
c7042f314b
|
Code consistency
|
2014-07-31 00:14:29 -04:00 |
|
blitzmann
|
4f64ae9f85
|
Added "Last Updated" stat to HTML export, resolves #128
|
2014-07-23 23:04:02 -04:00 |
|
blitzmann
|
9bbe7f7fb0
|
Tweak to HTML export - have ship group link to fit if only 1 fit exists
|
2014-03-31 00:18:22 -04:00 |
|
blitzmann
|
4faa2abe96
|
HTML can now be manually called. "Enabled" now refers to "Enable Automatic". Also, fixed nagging typo. ("HTMl" lol)
|
2014-03-27 22:15:34 -04:00 |
|
blitzmann
|
50fbda288a
|
Open fits at null-sec.com if not in IGB
|
2014-03-13 22:06:14 -04:00 |
|
blitzmann
|
7a33aba329
|
Finished visual improvements to the HTML export and removed debugging statements
|
2014-03-13 00:14:57 -04:00 |
|
blitzmann
|
ec7a58c592
|
Update jQuery mobile and add ship group heading.
|
2014-03-12 18:40:53 -04:00 |
|
sakari
|
89b3c8dc87
|
Fix non ascii chars in the html export causing a crash
|
2012-08-08 17:45:11 +02:00 |
|
Erik Snoeijs
|
3270432f0b
|
Add html export support
|
2012-07-08 13:51:40 +02:00 |
|
DarkPhoenix
|
c75ef1cc29
|
Show sensible tooltips for misc column
|
2012-03-19 16:43:35 +04:00 |
|
DarkPhoenix
|
8f6680acab
|
Show data for rr/et/neuts in tracking column
|
2012-03-18 14:27:42 +04:00 |
|
HomeWorld
|
5c08b32e66
|
Small visual change for shipbrowser/etc
|
2011-11-30 23:37:35 +02:00 |
|
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 |
|
DarkPhoenix
|
14f368a048
|
Update OrderedDict recipe
|
2011-06-22 15:18:15 +04:00 |
|
DarkPhoenix
|
8c0983a558
|
Make sure number formatter properly processes negative numbers in some cases
|
2011-06-11 13:58:19 +04:00 |
|
HomeWorld
|
c3c07c0a45
|
More drop shadow effects in shipbrowser
|
2011-06-08 19:43:11 +03:00 |
|
HomeWorld
|
f5b6bcadc0
|
Added basic ship stats as context menu for stage2, removed ship description as tooltip also.
|
2011-05-22 13:09:28 +03:00 |
|
HomeWorld
|
84d0f87eb0
|
Added tooltip description for stage 2 items
|
2011-05-22 02:32:55 +03:00 |
|
HomeWorld
|
b8d8e1e96e
|
Modified gui.utils.drawUtils.RenderGradientBar/DrawGradientBar to be more consistent
|
2011-05-16 18:25:03 +03:00 |
|
HomeWorld
|
2c5565bda9
|
Minor visual improvement in race selection
|
2011-05-16 16:41:57 +03:00 |
|
HomeWorld
|
ee57ac0123
|
Moved animation effects to gui.utils.animEffects.py . Modified pygauge
|
2011-05-15 18:10:27 +03:00 |
|
HomeWorld
|
a2f7e37131
|
Changed the way how tab label is displayed so it cannot overlap with tab close button
|
2011-02-26 16:47:30 +02:00 |
|
HomeWorld
|
1265a6ae51
|
Moved WaitDialog class to gui.utils.animUtils
|
2011-01-16 21:04:31 +02:00 |
|
HomeWorld
|
07d70c2cc7
|
Added loading animation for shipbrowser stage 2
|
2011-01-16 15:19:00 +02:00 |
|
HomeWorld
|
6bbcd84574
|
Changed fit backup busy animation
|
2011-01-16 14:49:43 +02:00 |
|
HomeWorld
|
e7815bf028
|
Code cleanup in shipbrowser.py - moved GetRoundShape and it support func to utils.drawUtils
|
2011-01-14 18:11:55 +02:00 |
|
HomeWorld
|
76c6f47882
|
Lowered the gradientBar filling ratio
|
2010-12-22 18:56:48 +02:00 |
|
HomeWorld
|
adae21452a
|
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 |
|
HomeWorld
|
11d5f37606
|
Moved compat.py to gui/utils folder
|
2010-12-22 17:42:07 +02:00 |
|
HomeWorld
|
15690ad3cd
|
Shipbrowser -> drawUtils -> eye-candy stuff for DrawGradientBar (added a fill ratio)
|
2010-12-22 17:28:35 +02:00 |
|
HomeWorld
|
ff130f910c
|
Fixed a little oopsie in gui.utils.drawUtils.DrawFilledBitmap
|
2010-12-09 19:52:16 +02:00 |
|
HomeWorld
|
7c4a63a81a
|
Cleanup in shipbrowser items OnPaint (last step till final optimization)
|
2010-12-09 18:11:09 +02:00 |
|
HomeWorld
|
79a524f7bb
|
Moved duplicate code from shipbrowser items OnPaint in gui.utils.drawUtils
|
2010-12-09 16:55:41 +02:00 |
|
HomeWorld
|
ee01d3e593
|
Changed the way chrometabs calculate its colors. Now it should look perfect on any theme.
|
2010-12-08 17:46:10 +02:00 |
|
HomeWorld
|
b5a1d51d1c
|
Added a missing import in utils.colorUtils
|
2010-12-08 17:05:34 +02:00 |
|
HomeWorld
|
12976417e7
|
Added GetBrightness(O1/O2), GetSuitableColor methods in utils.colorUtils
|
2010-12-08 16:59:08 +02:00 |
|
HomeWorld
|
a73497a8d1
|
Added boundry check for colorUtils.DarkenColor
|
2010-12-08 15:00:24 +02:00 |
|
HomeWorld
|
5a46cefb14
|
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 |
|