Commit Graph

19 Commits

Author SHA1 Message Date
Vitalii Koshura 0957537763
[Manager][Windows] Make Manager DPI unaware to let wxWidgets and Windows scale GUI elements properly
This fixes #4073

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-03-22 10:42:45 +01:00
davidpanderson e021bdf867 Windows: fix many VS2019 compile warnings. No functional changes. 2020-06-12 09:33:34 -07:00
Juha Sointusalo c5e4eca3af client,mgr: pass on consent to terms to project
Let the project know that the user consented to the project's terms of
use when a new account is created for the user. The project can record
the consent for GDPR compliance.
2018-11-21 00:12:32 +02:00
Charlie Fenton cd68801710
[Manager] Add HTML TOU support to Wizard
Add function to open links in default browser from Wizard TOU.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-06-05 22:14:23 +03:00
Vitalii Koshura 8ef9bb3b51
[Manager] Add HTML TOU support to Wizard
Moved part xml_unescape to gui_rpc_client_ops.cpp closer to its parsing

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-06-05 01:26:42 +03:00
Vitalii Koshura 411ff5571b
Update copyright year
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-06-04 16:48:58 +03:00
Vitalii Koshura 125117f9fc
[Manager] Add HTML TOU support to Wizard
Terms Of Use can be displayed now as HTML as well as plain text.
Fixed xml_unescape function to support escaped \r and \n tags.
Enlarged the size of Terms Of Use field to fill all wizard page.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-06-03 01:53:52 +03:00
Rom Walton 4aef6a2126 MGR: Reduce confusion in the attach wizard by making CWizardAttach the authoritative source for project and account information. 2015-01-12 15:08:36 -05:00
David Anderson 8934f46d88 translations, message tweak 2014-02-02 00:18:20 -08:00
David Anderson 3e288f7766 More line endings (Part 2, From Rom) 2013-03-04 17:24:18 +01:00
Rom Walton 61ba61d846 - MGR: Add missing keyboard accellerators for the event log.
- MGR: Re-enable the next button when the terms of use wizard
        page when the back button is pressed.
        
    clientgui/
        DlgEventLog.cpp
        TermsOfUsePage.cpp

svn path=/trunk/boinc/; revision=23363
2011-04-13 16:32:58 +00:00
Rom Walton f696d90893 - MGR: Remove UserDisagreesPage from the wizard, replace functionality
by enabling/disabling the next button as needed.
    - MGR: Fix a couple of warnings.

    clientgui/
        sg_CustomControls.cpp
        sg_DlgMessages.cpp
        TermsOfUsePage.cpp
        UserDisagreesPage.cpp, .h (Deleted)
        WizardAttach.cpp, .h

svn path=/trunk/boinc/; revision=23293
2011-03-29 19:28:27 +00:00
Charlie Fenton 77773a81f8 MGR: Add a new page to Attach Wizard to display if user reject Terms of Use
svn path=/trunk/boinc/; revision=23218
2011-03-11 11:52:04 +00:00
Rom Walton 6a2d7a88e3 - MGR: Remove any remaining hints that their were two wizards at one time.
- MGR: Save the username and email address in different places in the
        registry
    
    clientgui/
        <Various Wizard Files>

svn path=/trunk/boinc/; revision=22092
2010-08-02 16:01:09 +00:00
Rom Walton 826e3e56de - MGR: Bad things happen when you don't initialize default values
for variables under wxWidgets.
        
    clientgui/
        TermsOfUsePage.cpp

svn path=/trunk/boinc/; revision=21032
2010-03-30 20:44:13 +00:00
Rom Walton e7bb9b2a7c - MGR: Remove bitmap that is part of the Wizard.
clientgui/
        AccountInfoPage.cpp
        AccountManagerInfoPage.cpp
        AccountManagerProcessingPage.cpp
        AccountManagerPropertiesPage.cpp
        AlreadyExistsPage.cpp
        BOINCBaseWizard.cpp, .h
        CompletionErrorPage.cpp
        CompletionPage.cpp
        NoInternetConnectionPage.cpp
        NotDetectedPage.cpp
        NotFoundPage.cpp
        ProjectInfoPage.cpp
        ProjectProcessingPage.cpp
        ProjectPropertiesPage.cpp
        ProxyInfoPage.cpp
        ProxyPage.cpp
        TermsOfUsePage.cpp
        UnavailablePage.cpp
        WelcomePage.cpp
        WizardAttachProject.cpp
        wizardex.cpp, .h
    win_build/
        boincmgr.vcproj

svn path=/trunk/boinc/; revision=19588
2009-11-17 19:19:50 +00:00
Rom Walton 7f7cb4a41a - MGR: Make the Account Manager Properties page and the Project
Properties page the start for all automated wizard processes
        so that we can successfully handle the need to check for
        proxy servers.  When directly advancing to the Processing
        pages the proxy server checks were being skipped.
    - MGR: Add some more smarts to the terms of use page which should
        advance to the processing pages and skip the Account Info
        page when the desired credentials are already known.

    clientgui/
        AccountInfoPage.cpp
        AccountManagerPropertiesPage.cpp, .h
        ProjectPropertiesPage.cpp, .h
        TermsOfUsePage.cpp, .h
        WelcomePage.cpp
        WizardAttachProject.cpp

svn path=/trunk/boinc/; revision=18464
2009-06-19 16:30:08 +00:00
Rom Walton 208a6ec120 - MGR: fix the terms of use wizard page.
clientgui/
        TermsOfUsePage.cpp

svn path=/trunk/boinc/; revision=16657
2008-12-09 15:25:47 +00:00
Rom Walton b43119673e Quick Updates
svn path=/trunk/boinc/; revision=16570
2008-11-26 17:47:42 +00:00