The Trunk: System-cmm.1009.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: System-cmm.1009.mcz

commits-2
Chris Muller uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-cmm.1009.mcz

==================== Summary ====================

Name: System-cmm.1009
Author: cmm
Time: 30 March 2018, 5:47:41.207216 pm
UUID: fce32aff-3701-47be-9d68-125ede7bed60
Ancestors: System-mt.1008

Modernize the fonts of my Community Dark theme to better accomodate larger displays.

=============== Diff against System-mt.1008 ===============

Item was changed:
  ----- Method: CommunityTheme class>>addDarkFonts: (in category 'instance creation') -----
  addDarkFonts: aUserInterfaceTheme
  "Set-up fonts."
  aUserInterfaceTheme
+ set: #balloonHelpFont to: (StrikeFont familyName: 'Darkmap DejaVu Sans' pointSize: 9 emphasized: TextEmphasis italic emphasisCode);
+ set: #standardButtonFont to: (StrikeFont familyName: 'Darkmap DejaVu Sans' pointSize: 9);
+ set: #standardCodeFont to: (StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 12);
+ set: #standardFlapFont to: (StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 9 emphasized: TextEmphasis bold emphasisCode);
- set: #balloonHelpFont to: (StrikeFont familyName: 'Darkmap DejaVu Sans' pointSize: 7 emphasized: TextEmphasis italic emphasisCode);
- set: #standardButtonFont to: (StrikeFont familyName: 'Darkmap DejaVu Sans' pointSize: 7);
- set: #standardCodeFont to: (StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 9);
- set: #standardFlapFont to: (StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 7 emphasized: TextEmphasis bold emphasisCode);
  set: #haloLabelFont to: (StrikeFont familyName: 'Darkmap DejaVu Sans' pointSize: 9);
+ set: #standardListFont to: (StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 12);
+ set: #standardMenuFont to: (StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 12);
+ set: #standardSystemFont to: (StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 12);
+ set: #windowTitleFont to: (StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 12 emphasized: TextEmphasis bold emphasisCode)!
- set: #standardListFont to: (StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 9);
- set: #standardMenuFont to: (StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 9);
- set: #standardSystemFont to: (StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 9);
- set: #windowTitleFont to: (StrikeFont familyName: 'Bitmap DejaVu Sans' pointSize: 9 emphasized: TextEmphasis bold emphasisCode)!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: System-cmm.1009.mcz

timrowledge


> On 30-03-2018, at 3:48 PM, [hidden email] wrote:
>
> Chris Muller uploaded a new version of System to project The Trunk:
> http://source.squeak.org/trunk/System-cmm.1009.mcz
>
> ==================== Summary ====================
>
> Name: System-cmm.1009
> Author: cmm
> Time: 30 March 2018, 5:47:41.207216 pm
> UUID: fce32aff-3701-47be-9d68-125ede7bed60
> Ancestors: System-mt.1008
>
> Modernize the fonts of my Community Dark theme to better accomodate larger displays.

Given the fairly wide range of display sizes used these days we should probably find some way to separate size and font/style a bit better.


tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
He who hesitates is probably right.



Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: System-cmm.1009.mcz

Tobias Pape

> On 31.03.2018, at 01:40, tim Rowledge <[hidden email]> wrote:
>
>
>
>> On 30-03-2018, at 3:48 PM, [hidden email] wrote:
>>
>> Chris Muller uploaded a new version of System to project The Trunk:
>> http://source.squeak.org/trunk/System-cmm.1009.mcz
>>
>> ==================== Summary ====================
>>
>> Name: System-cmm.1009
>> Author: cmm
>> Time: 30 March 2018, 5:47:41.207216 pm
>> UUID: fce32aff-3701-47be-9d68-125ede7bed60
>> Ancestors: System-mt.1008
>>
>> Modernize the fonts of my Community Dark theme to better accomodate larger displays.

> Given the fairly wide range of display sizes used these days we should probably find some way to separate size and font/style a bit better.

*snickers*

>
>
> tim
> --
> tim Rowledge; [hidden email]; http://www.rowledge.org/tim
> He who hesitates is probably right.
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: System-cmm.1009.mcz

marcel.taeumel
Hi Chris,

the basic setting in UI themes should accommodate low-DPI setups. We have several thoughts on hi-DPI in the past and, for the moment, we used Squeak's Demo Mode to "kind-of-do" hi-DPI:


Your changes to the Community-Theme kind of disagrees with the inherent characteristics of all other UI themes. Thus, I would advise you to add not only "(dark)" but "(dark, large)" or something like that to its name so people can see right away. :-)

Best,
Marcel

Am 31.03.2018 11:31:45 schrieb Tobias Pape <[hidden email]>:


> On 31.03.2018, at 01:40, tim Rowledge wrote:
>
>
>
>> On 30-03-2018, at 3:48 PM, [hidden email] wrote:
>>
>> Chris Muller uploaded a new version of System to project The Trunk:
>> http://source.squeak.org/trunk/System-cmm.1009.mcz
>>
>> ==================== Summary ====================
>>
>> Name: System-cmm.1009
>> Author: cmm
>> Time: 30 March 2018, 5:47:41.207216 pm
>> UUID: fce32aff-3701-47be-9d68-125ede7bed60
>> Ancestors: System-mt.1008
>>
>> Modernize the fonts of my Community Dark theme to better accomodate larger displays.

> Given the fairly wide range of display sizes used these days we should probably find some way to separate size and font/style a bit better.

*snickers*

>
>
> tim
> --
> tim Rowledge; [hidden email]; http://www.rowledge.org/tim
> He who hesitates is probably right.
>
>
>