diff --git a/src/Mod/Start/Gui/DlgStartPreferences.ui b/src/Mod/Start/Gui/DlgStartPreferences.ui index 5ea9edae43..8fdb97220f 100644 --- a/src/Mod/Start/Gui/DlgStartPreferences.ui +++ b/src/Mod/Start/Gui/DlgStartPreferences.ui @@ -7,7 +7,7 @@ 0 0 476 - 559 + 581 @@ -42,39 +42,23 @@ Start page options - - - - false - - - - 60 - 60 - - + + - the down gradient for the background color (currently unsupported) - - - - 127 - 158 - 181 - + an optional custom folder to be displayed at the bottom of the first page - BackgroundColor2 + ShowCustomFolder Mod/Start - - + + - Link color + Show additional folder @@ -104,132 +88,6 @@ - - - - Box background color - - - - - - - - 60 - 60 - - - - the color of the links - - - - 0 - 0 - 255 - - - - LinkColor - - - Mod/Start - - - - - - - - 60 - 60 - - - - the color of the version text - - - - 255 - 251 - 247 - - - - BackgroundTextColor - - - Mod/Start - - - - - - - Background image - - - - - - - Background color - - - - - - - Page text color - - - - - - - - 60 - 60 - - - - the color of the text on he main pages - - - - 0 - 0 - 0 - - - - PageTextColor - - - Mod/Start - - - - - - - an optional image to display as background - - - BackgroundImage - - - Mod/Start - - - - - - - Page background color - - - @@ -237,75 +95,10 @@ - - - - an optional custom folder to be displayed at the bottom of the first page - - - ShowCustomFolder - - - Mod/Start - - - - - + + - Show additional folder - - - - - - - - 60 - 60 - - - - the background color of the boxes inside the pages - - - - 221 - 221 - 221 - - - - BoxColor - - - Mod/Start - - - - - - - - 60 - 60 - - - - the background color behind the panels - - - - 79 - 88 - 116 - - - - BackgroundColor1 - - - Mod/Start + Background color @@ -348,6 +141,250 @@ + + + + false + + + Background color gradient down + + + + + + + + 60 + 60 + + + + the color of the version text + + + + 255 + 251 + 247 + + + + BackgroundTextColor + + + Mod/Start + + + + + + + Link color + + + + + + + an optional image to display as background + + + BackgroundImage + + + Mod/Start + + + + + + + Switch workbench after loafing + + + + + + + Page background color + + + + + + + + 60 + 60 + + + + the color of the text on he main pages + + + + 0 + 0 + 0 + + + + PageTextColor + + + Mod/Start + + + + + + + Background image + + + + + + + Page text color + + + + + + + + + + + 60 + 60 + + + + the color of the links + + + + 0 + 0 + 255 + + + + LinkColor + + + Mod/Start + + + + + + + + 60 + 60 + + + + the background color of the boxes inside the pages + + + + 221 + 221 + 221 + + + + BoxColor + + + Mod/Start + + + + + + + Box background color + + + + + + + + 60 + 60 + + + + the background color behind the panels + + + + 79 + 88 + 116 + + + + BackgroundColor1 + + + Mod/Start + + + + + + + false + + + + 60 + 60 + + + + the down gradient for the background color (currently unsupported) + + + + 127 + 158 + 181 + + + + BackgroundColor2 + + + Mod/Start + + + + + + + false + + + Open links + + + + + + + Close start page after loading + + + @@ -377,44 +414,7 @@ - - - - false - - - Background color gradient down - - - - - - - false - - - Open links - - - - - - - Switch workbench after loafing - - - - - - - - - - Close start page after loading - - - - + Should the start page be closed after loading? @@ -433,14 +433,14 @@ - + - Apply on start with opening + Close & switch on file open - + If FreeCAD is started by opening a file, apply the two settings above @@ -459,6 +459,32 @@ + + + + Show forum + + + + + + + If this is checked, the latest posts from the FreeCAD forum will be displayed on the Activity tab + + + Qt::RightToLeft + + + + + + ShowForum + + + Mod/Start + + + diff --git a/src/Mod/Start/Gui/DlgStartPreferencesImp.cpp b/src/Mod/Start/Gui/DlgStartPreferencesImp.cpp index 8293182f56..f5b17ee343 100644 --- a/src/Mod/Start/Gui/DlgStartPreferencesImp.cpp +++ b/src/Mod/Start/Gui/DlgStartPreferencesImp.cpp @@ -94,6 +94,7 @@ void DlgStartPreferencesImp::saveSettings() checkBox_1->onSave(); checkBox_2->onSave(); checkBox_3->onSave(); + checkBox_4->onSave(); } void DlgStartPreferencesImp::loadSettings() @@ -118,6 +119,7 @@ void DlgStartPreferencesImp::loadSettings() checkBox_1->onRestore(); checkBox_2->onRestore(); checkBox_3->onRestore(); + checkBox_4->onRestore(); } /** diff --git a/src/Mod/Start/StartPage/StartPage.css b/src/Mod/Start/StartPage/StartPage.css index 5c1d66553e..ca29d29c51 100644 --- a/src/Mod/Start/StartPage/StartPage.css +++ b/src/Mod/Start/StartPage/StartPage.css @@ -113,6 +113,10 @@ ul.icons { max-width: 24px; max-height: 24px; } +.forumbox img { + max-width: 100% !important; + max-height: 100% !important; +} .allwidth { max-width: 98%; } @@ -148,3 +152,7 @@ ul.workbenches li, ul.addonslist li { .forum ul { padding: 10px; } +.forumbox { + margin-top: 20px; + display: none; /* forumbox */ +} diff --git a/src/Mod/Start/StartPage/StartPage.html b/src/Mod/Start/StartPage/StartPage.html index aa2a591ecb..44b5c18007 100644 --- a/src/Mod/Start/StartPage/StartPage.html +++ b/src/Mod/Start/StartPage/StartPage.html @@ -95,16 +95,16 @@
-

TIP: T_OFFLINEHELP

+

T_TIP: T_OFFLINEHELP