Difference between revisions of "Template:Latest stable software release/KDE Software Compilation 4"

From blackwiki
Jump to navigation Jump to search
imported>Lent1999
(Undid revision 405203004 by 67.170.109.35 (talk))
Line 1: Line 1:
    prefs.js:
+
{{LSR|
 +
article = KDE Software Compilation 4
 +
|latest_release_version = 4.5.4
 +
|latest_release_date = {{Start date and age|2010|12|02|df=yes}}
 +
}}<ref name="4.5 schedule">{{cite web | url=http://techbase.kde.org/Schedules/KDE4/4.5_Release_Schedule | title=KDE 4.5 Release Schedule}}</ref><ref>{{cite web | url=http://kde.org/announcements/announce-4.5.4.php | title=KDE Ships November Updates}}</ref><noinclude>
  
    // Display internal shortcut
+
→ Back to article "'''[[KDE Software Compilation 4]]'''"
    user_pref("keyconfig.devmode", true);
 
  
    // Reverse the order in which submenu names are used, defaults are:
+
To see where a transclusion of this template is also required, then go:
    // Thunderbird      "Menu > Menuitem"
 
    // Others            "Menuitem [Menu]"
 
    user_pref("keyconfig.nicenames.reverse_order", true);
 
  
    // Use another keyconfig profile, can be used to temporary disable all keys
+
→ Back to article "'''[[Konqueror]]'''"
    user_pref("keyconfig.profile", "1");
 
  
    // Disables the warning if you close the window
+
→ Back to article "'''[[Kontact]]'''"
    user_pref("keyconfig.warnOnClose", false);
 
  
    // Disables the warning if an already used key was entered
+
→ Back to article "'''[[KWin]]'''"
    user_pref("keyconfig.warnOnDuplicate", false);
 
    prefs.js:
 
  
    // Display internal shortcut
+
→ Back to article "'''[[KWrite]]'''"
    user_pref("keyconfig.devmode", true);
 
  
    // Reverse the order in which submenu names are used, defaults are:
+
{{Template reference list}}
    // Thunderbird      "Menu > Menuitem"
 
    // Others            "Menuitem [Menu]"
 
    user_pref("keyconfig.nicenames.reverse_order", true);
 
  
    // Use another keyconfig profile, can be used to temporary disable all keys
+
[[Category:Latest stable software release templates|KDE Software Compilation 4]]
    user_pref("keyconfig.profile", "1");
+
[[pt:Predefinição:Último lançamento estável/KDE Software Compilation 4]]
 
+
</noinclude>
    // Disables the warning if you close the window
 
    user_pref("keyconfig.warnOnClose", false);
 
 
 
    // Disables the warning if an already used key was entered
 
    user_pref("keyconfig.warnOnDuplicate", false);
 
 
 
    // Don't wait for additional key stroke, jump immediately to the Apply butten
 
    user_pref("keyconfig.allowAltCodes", false);
 
 
 
    // Code which will be run in every window (only if non empty)
 
    user_pref("keyconfig.global.20080611", "Module('UIHook');");
 
 
 
    // Module('UIHook'); adds a key to all windows matching this pref
 
    user_pref("keyconfig.UIHook","");
 
 
 
    // Don't try to invalidate the key cache in case this causes problems
 
    user_pref("keyconfig.tryToInvalidateCache", false);
 
 
 
    userChrome.css:
 
 
 
    /* Style different types of keys differently */
 
    #keyconfig-window treechildren::-moz-tree-cell-text(hardcoded) { color: GrayText; }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(disabled) { text-decoration: line-through; }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(user) { font-weight: bold; }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(duplicate) { background-color: rgb(80%, 80%, 80%); }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(custom) { font-style: italic; }    prefs.js:
 
 
 
    // Display internal shortcut
 
    user_pref("keyconfig.devmode", true);
 
 
 
    // Reverse the order in which submenu names are used, defaults are:
 
    // Thunderbird      "Menu > Menuitem"
 
    // Others            "Menuitem [Menu]"
 
    user_pref("keyconfig.nicenames.reverse_order", true);
 
 
 
    // Use another keyconfig profile, can be used to temporary disable all keys
 
    user_pref("keyconfig.profile", "1");
 
 
 
    // Disables the warning if you close the window
 
    user_pref("keyconfig.warnOnClose", false);
 
 
 
    // Disables the warning if an already used key was entered
 
    user_pref("keyconfig.warnOnDuplicate", false);
 
 
 
    // Don't wait for additional key stroke, jump immediately to the Apply butten
 
    user_pref("keyconfig.allowAltCodes", false);
 
 
 
    // Code which will be run in every window (only if non empty)
 
    user_pref("keyconfig.global.20080611", "Module('UIHook');");
 
 
 
    // Module('UIHook'); adds a key to all windows matching this pref
 
    user_pref("keyconfig.UIHook","");
 
 
 
    // Don't try to invalidate the key cache in case this causes problems
 
    user_pref("keyconfig.tryToInvalidateCache", false);
 
 
 
    userChrome.css:
 
 
 
    /* Style different types of keys differently */
 
    #keyconfig-window treechildren::-moz-tree-cell-text(hardcoded) { color: GrayText; }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(disabled) { text-decoration: line-through; }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(user) { font-weight: bold; }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(duplicate) { background-color: rgb(80%, 80%, 80%); }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(custom) { font-style: italic; }    prefs.js:
 
 
 
    // Display internal shortcut
 
    user_pref("keyconfig.devmode", true);
 
 
 
    // Reverse the order in which submenu names are used, defaults are:
 
    // Thunderbird      "Menu > Menuitem"
 
    // Others            "Menuitem [Menu]"
 
    user_pref("keyconfig.nicenames.reverse_order", true);
 
 
 
    // Use another keyconfig profile, can be used to temporary disable all keys
 
    user_pref("keyconfig.profile", "1");
 
 
 
    // Disables the warning if you close the window
 
    user_pref("keyconfig.warnOnClose", false);
 
 
 
    // Disables the warning if an already used key was entered
 
    user_pref("keyconfig.warnOnDuplicate", false);
 
 
 
    // Don't wait for additional key stroke, jump immediately to the Apply butten
 
    user_pref("keyconfig.allowAltCodes", false);
 
 
 
    // Code which will be run in every window (only if non empty)
 
    user_pref("keyconfig.global.20080611", "Module('UIHook');");
 
 
 
    // Module('UIHook'); adds a key to all windows matching this pref
 
    user_pref("keyconfig.UIHook","");
 
 
 
    // Don't try to invalidate the key cache in case this causes problems
 
    user_pref("keyconfig.tryToInvalidateCache", false);
 
 
 
    userChrome.css:
 
 
 
    /* Style different types of keys differently */
 
    #keyconfig-window treechildren::-moz-tree-cell-text(hardcoded) { color: GrayText; }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(disabled) { text-decoration: line-through; }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(user) { font-weight: bold; }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(duplicate) { background-color: rgb(80%, 80%, 80%); }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(custom) { font-style: italic; }
 
    // Don't wait for additional key stroke, jump immediately to the Apply butten
 
    user_pref("keyconfig.allowAltCodes", false);
 
 
 
    // Code which will be run in every window (only if non empty)
 
    user_pref("keyconfig.global.20080611", "Module('UIHook');");
 
 
 
    // Module('UIHook'); adds a key to all windows matching this pref
 
    user_pref("keyconfig.UIHook","");
 
 
 
    // Don't try to invalidate the key cache in case this causes problems
 
    user_pref("keyconfig.tryToInvalidateCache", false);
 
 
 
    userChrome.css:
 
 
 
    /* Style different types of keys differently */
 
    #keyconfig-window treechildren::-moz-tree-cell-text(hardcoded) { color: GrayText; }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(disabled) { text-decoration: line-through; }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(user) { font-weight: bold; }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(duplicate) { background-color: rgb(80%, 80%, 80%); }
 
    #keyconfig-window treechildren::-moz-tree-cell-text(custom) { font-style: italic; }
 

Revision as of 20:32, 31 December 2010

4.5.4 (Template:Start date and age) [±][1][2]

→ Back to article "KDE Software Compilation 4"

To see where a transclusion of this template is also required, then go:

→ Back to article "Konqueror"

→ Back to article "Kontact"

→ Back to article "KWin"

→ Back to article "KWrite"

References

  1. "KDE 4.5 Release Schedule".
  2. "KDE Ships November Updates".

pt:Predefinição:Último lançamento estável/KDE Software Compilation 4