<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><br></div><div><br>On Dec 13, 2017, at 12:25 AM, Marcel Taeumel <<a href="mailto:marcel.taeumel@hpi.de">marcel.taeumel@hpi.de</a>> wrote:<br><br></div><blockquote type="cite"><div><div id="__MailbirdStyleContent" style="font-size: 12pt;font-family: calibri;color: #000000">
                                        I tried to get rid of those for 5.1, but then realized that some of these standard queries were actually used by some applications. :-) :-/  They should be in "*autogenerated" or something not to be checked-in by accident.</div></div></blockquote><div><br></div>Exactly.  There was some discussion earlier.  The only issue is categorization.  Autogenerated preferences should not be in the System package.  Surely this is easy to fix.<div><br><blockquote type="cite"><div><div id="__MailbirdStyleContent" style="font-size: 12pt;font-family: calibri;color: #000000"><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 12.12.2017 18:42:59 schrieb <a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a> <<a href="mailto:commits@source.squeak.org">commits@source.squeak.org</a>>:</p>Eliot Miranda uploaded a new version of System to project The Trunk:<br><a href="http://source.squeak.org/trunk/System-eem.982.mcz">http://source.squeak.org/trunk/System-eem.982.mcz</a><br><br>==================== Summary ====================<br><br>Name: System-eem.982<br>Author: eem<br>Time: 12 December 2017, 9:41:56.677625 am<br>UUID: 178a5e44-255e-4f96-b321-28c3d27f913c<br>Ancestors: System-eem.981<br><br>Resave to eliminate inadvertent Preferences changes.  I can't believe that we're still having to step around this b.s.  sigh...<br><br>=============== Diff against System-eem.981 ===============<br><br>Item was removed:<br>- ----- Method: Preferences class>>enablePortraitMode (in category 'standard queries') -----<br>- enablePortraitMode<br>-       ^ self<br>-               valueOfFlag: #enablePortraitMode<br>-             ifAbsent: [false]!<br><br>Item was removed:<br>- ----- Method: Preferences class>>enableVirtualOLPCDisplay (in category 'standard queries') -----<br>- enableVirtualOLPCDisplay<br>-        ^ self<br>-               valueOfFlag: #enableVirtualOLPCDisplay<br>-               ifAbsent: [false]!<br><br>Item was changed:<br>+ ----- Method: Preferences class>>haloTheme (in category 'prefs - halos') -----<br>- ----- Method: Preferences class>>haloTheme (in category 'standard queries') -----<br>  haloTheme<br>       ^ self<br>                valueOfFlag: #haloTheme<br>+              ifAbsent: [ #iconicHaloSpecifications ]!<br>-             ifAbsent: [#iconicHaloSpecifications]!<br><br>Item was changed:<br>  ----- Method: Preferences class>>showAdvancedNavigatorButtons (in category 'standard queries') -----<br>  showAdvancedNavigatorButtons<br>     ^ self<br>                valueOfFlag: #showAdvancedNavigatorButtons<br>+           ifAbsent: [ true ]!<br>-          ifAbsent: [false]!<br><br>Item was removed:<br>- ----- Method: Preferences class>>sugarAutoSave (in category 'standard queries') -----<br>- sugarAutoSave<br>-      ^ self<br>-               valueOfFlag: #sugarAutoSave<br>-          ifAbsent: [false]!<br><br>Item was removed:<br>- ----- Method: Preferences class>>vmProfilerFillInIntegral (in category 'standard queries') -----<br>- vmProfilerFillInIntegral<br>-        ^ self<br>-               valueOfFlag: #vmProfilerFillInIntegral<br>-               ifAbsent: [false]!<br><br><br>
                        </blockquote>
                                        </div></div></blockquote><blockquote type="cite"><div><span></span><br></div></blockquote></div></body></html>