Commit Graph

70 Commits

Author SHA1 Message Date
AenBleidd 76d9e92975 Update copyright year 2024-01-01 00:08:56 +00:00
Vitalii Koshura 44742026e2
Remove trailing whitespaces. Add CI script to verify in on every commit
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-05-05 20:08:17 +02:00
Vulpine05 3b951ae703 Update copyright year 2023-01-01 14:18:13 -06:00
Vulpine05 6e644f5cd1 Updated copyright year 2022-06-07 22:14:45 -05:00
Charlie Fenton f451430bab Update copyright dates in source files I recently modified 2020-08-26 01:10:14 -07:00
Charlie Fenton 0ffa65a909 Mac: fixes to client and Manager to support arm64, remove some obsolete PowerPC support.
Caution: we need to add code for arm64 CPU to get_cpu_info_mac() in hostinfo_unix.cpp
I have not removed is_native_i386_app() in app_start.cpp so it can be modified to identify arm64 apps
2020-08-04 05:25:48 -07:00
Vitalii Koshura 9c34d3a2d1
Update copyright year
This fixes #3434

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2020-02-03 11:48:13 +01:00
Juha Sointusalo 3fd0e8b116 update copyright year 2019-04-08 21:50:03 +03:00
Charlie Fenton 5d894ff197 Manager: in the About dialog "For more information, visit" hyperlink, set the value of the link to the same string as the text displayed for the link when using a branded skin. 2018-07-11 03:53:19 -07:00
Charlie Fenton 9d036e7651 Fix branding in About dialog license statement 2018-07-09 15:47:00 -07:00
Charlie Fenton 2e4d61a11a Fixed logic for Dock "snooze" and "disconnected badges" to properly follow branded status bar (taskbar) icon.
Display branded icon in About dialog.
Fixed comment in script to reflect change from BRANDINGFILE to BRANDING_INFO in explanation of format of brand description file.
Fixed bugs in script when signing client, manager, installer, uninstaller and / or installer package.
Changed name of destination directory for built script products to avoid overwriting builds for other brands or unbranded builds.
2018-06-29 01:13:16 -07:00
Vitalii Koshura d5e8ab2c64
[Manager] Fix copyright year in About window
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-02-23 03:20:51 +02:00
David Anderson 6b3d569ebe more 2016->2017 changes 2017-01-12 13:21:37 -08:00
David Anderson 80562d230d code cleanup
In .cpp files, put "using std::" at the top and don't use std:: after that
2016-12-16 12:12:00 -08:00
funkydude 71831ee639 Expand usage of HTTPS and fix a few URLs 2016-03-08 20:04:28 +00:00
David Anderson 7ad5aa180f Manager: tweaks to translatable strings; add comments for gettext 2015-05-01 14:04:25 -07:00
Rom Walton 162d9c7883 MGR: Update about box with updated information 2015-03-13 12:35:08 -04:00
Charlie Fenton 8df3026499 MGR: Updated a few copyright dates to 2015 2015-03-01 01:53:49 -08:00
David Anderson 36460bc288 Compile fixes for Ubuntu 2014-02-06 12:17:28 -08:00
Rom Walton 06d8009a57 MGR: Keep the BOINC logo visible in the about dialog box. 2013-04-16 16:05:23 -04:00
Rom Walton 361e6a6a7d MGR: Cleanup up the about dialog a little bit. 2013-04-16 11:07:49 -04:00
Charlie Fenton 6dfe0b31ac MGR: Don't display architecture (x86 vs x86_64) in About Box on Macs 2013-04-15 03:04:21 -07:00
Rom Walton d85be7944d MGR: Revise how CPU Architecture is determined in the about dialog box per Gianfranco's recommendation. 2013-03-27 11:51:55 -04:00
Rom Walton 3b942e2ece MGR: Update copyright year 2013-03-22 10:31:43 +01:00
Rom Walton e3571aab9c - Update copyrights.
client/win/
        boinc_cli.rc
        boinc_cmd.rc
        boinc_log.rc
    clientctrl/
        boincsvcctrl.rc
    clientgui/
        BOINCGUIApp.rc
        DlgAbout.cpp
    clientscr/
        boinc_ss.rc
        boinc_ss_opengl.rc
    clienttray/
        boinc_tray.rc

svn path=/trunk/boinc/; revision=25583
2012-04-19 20:43:35 +00:00
Charlie Fenton 3bc9acebe2 MGR: Fix About dialog to show (PowerPC) instead of (x86) when appropriate
svn path=/trunk/boinc/; revision=23674
2011-06-08 01:35:14 +00:00
David Anderson dc7857392c - manager: fix copyright date in about box
svn path=/trunk/boinc/; revision=23167
2011-03-04 06:48:36 +00:00
Rom Walton 638e4937ee - MGR: On Linix, minimize the main window instead of trying to hide it when
close is selected on the window instead of the menu.  Ideally the main
        window would just be hidden until the notification icon is clicked, but
        apparently wxWidgets/GTK/X doesn't like it when you attempt to hide the
        main window.
    - MGR: Display what cpu architecture the manager was built for in the about
        box.

    clientgui/
        BOINCBaseFrame.cpp
        DlgAbout.cpp

svn path=/trunk/boinc/; revision=22442
2010-10-04 17:12:36 +00:00
Rom Walton e14e1cad34 - Remove BOINC_RCSID tags from source files, we are doing branching and tagging
properly.
        
    <Various Files>

svn path=/trunk/boinc/; revision=20873
2010-03-12 16:51:57 +00:00
Rom Walton 791040689d - MGR: Remove some old wxWidgets 2.4 cruft for dealing with Hyperlinks.
wxWidgets now natively supports them.
        
    clientgui/
        AccountInfoPage.cpp, .h
        AccountManagerInfoPage.cpp
        AdvancedFrame.cpp
        BOINCBaseFrame.cpp, .h
        BOINCGUI.cst (deleted)
        BOINCGUI.pjd (deleted)
        BOINCTaskBar.cpp
        BOINCWizards.h
        DlgAbout.cpp, .h
        DlgAdvPreferences.cpp
        DlgEventLog.cpp
        hyperlink.cpp, .h (deleted)
        ProjectInfoPage.cpp
        sg_BoincSimpleGUI.cpp
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp
        sg_ProjectsComponent.cpp
        sg_StatImageLoader.cpp
        stdwx.h
        ViewProjects.cpp
        ViewWork.cpp
        WelcomePage.cpp
        WizardAttachProject.cpp
    win_build/
        boinc_ss.vcproj
        boincmgr.vcproj
        libboinc_staticcrt.vcproj

svn path=/trunk/boinc/; revision=19982
2009-12-19 05:16:41 +00:00
Rom Walton f57cf01b79 Update copyright information
svn path=/trunk/boinc/; revision=19945
2009-12-16 21:08:17 +00:00
Rom Walton 2d17b7bfff Quick Updates
svn path=/trunk/boinc/; revision=16381
2008-10-31 22:11:38 +00:00
Rom Walton 22697ca550 Quick Updates
svn path=/trunk/boinc/; revision=16379
2008-10-31 21:28:01 +00:00
Rom Walton 73373c8f63 Quick Updates
svn path=/trunk/boinc/; revision=16378
2008-10-31 21:22:50 +00:00
Rom Walton b6fe8b6c23 - MGR: Move the wxWidget version information to the about box.
printf and Unicode strings don't play well with one another.
        
    clientgui/
        BOINCGUIApp.cpp
        DlgAbout.cpp

svn path=/trunk/boinc/; revision=16377
2008-10-31 21:15:23 +00:00
David Anderson 4f66bb4c95 - added copyright and license info to .C, .cpp, .h files
- scheduler: fix bug in adaptive replication:
    if send an unreplicated job to untrusted host,
    set both wu.target_nresults and wu.min_quorum to app.target_nresults.

svn path=/trunk/boinc/; revision=15762
2008-08-06 18:36:30 +00:00
Rom Walton 5a46215511 - MGR: Make help system work again
- MGR: Add pre-release to the BOINC Manager title bar and about
        dialog if it is a pre-release version of BOINC.
    - CLI: Add some pre-release text to the CC startup routine and
        suggest they revert back to a released build if they don't
        plan on testing the client.

    /
        version.h
        version.h.in
    client/
        auto_update.C
        client_state.C
    clientgui/
        AdvancedFrame.cpp
        DlgAbout.cpp
        sg_BoincSimpleGUI.cpp
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp
        SkinManager.cpp
    lib/
        common_defs.h

svn path=/trunk/boinc/; revision=15067
2008-04-17 16:18:16 +00:00
Frank Thomas 3bfc78b511 Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference.
svn path=/trunk/boinc/; revision=13804
2007-10-09 11:35:47 +00:00
Rom Walton e6d7d911ec - MGR: Update skin manager for the following changes:
project name = application short name
             company name = organization name
             company website = organization website
             added organization help url.
             
           See http://boinc.berkeley.edu/trac/wiki/ManagerSkin
             for details.
             
    clientgui/
        AdvancedFrame.cpp
        BOINCBaseFrame.cpp
        BOINCDialupManager.cpp
        BOINCTaskBar.cpp
        CompletionPage.cpp
        DlgAbout.cpp
        DlgAdvPreferences.cpp
        sg_BoincSimpleGUI.cpp
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp
        sg_ProjectsComponent.cpp
        SkinManager.cpp, .h

svn path=/trunk/boinc/; revision=13389
2007-08-16 18:53:42 +00:00
Rom Walton 00c88b6c8a - DIAG: Disable symbol server technology for applications where a symbol
server isn't specified.
    - MGR: Provide some additional text to the begining of the attach to project
        wizard when the client is attached to an account manager. Warn the user
        that the AMS will not know about the project or its stats.
    - MGR: Fix dialog titles for the Simple GUI dialogs.
    - MGR: Eliminate bogus error messages when using the default skin.
    - MGR: Introduce new logo into the manager
    - MGR: Introduce the notion of the syncronize button in the Simple GUI.
        NOTE: This button will replace the 'attach to project' button when
        the manager detects that the client is attached to an account manager.
    
    client/win/res/
        icon.ico
    clientgui/
        DlgAbout.cpp
        sg_DlgMessages.cpp
        sg_DlgPreferences.cpp
        SkinManager.cpp, .h
        WelcomePage.cpp
    clientgui/res/
        boinc.xpm
        boinc_logo.xpm
        BOINCGUIApp.ico
    clientgui/res/templates/
        boinc.ico
        boinc16.bmp
        boinc32.bmp
        boinc48.bmp
        boinc128.bmp
        boinc256.bmp
        boinc_logo.gif
    lib/
        stackwalker_win.cpp

svn path=/trunk/boinc/; revision=13263
2007-08-02 20:03:21 +00:00
David Anderson f3a7e400fd *** empty log message ***
svn path=/trunk/boinc/; revision=12287
2007-03-30 03:33:57 +00:00
David Anderson 01b32db626 *** empty log message ***
svn path=/trunk/boinc/; revision=12027
2007-02-02 20:14:18 +00:00
Rom Walton 89f9e8eaf7 *** empty log message ***
svn path=/trunk/boinc/; revision=11325
2006-10-20 15:00:14 +00:00
Rom Walton f606925d4c *** empty log message ***
svn path=/trunk/boinc/; revision=9805
2006-04-06 19:54:02 +00:00
Rom Walton e6af3c1d9a *** empty log message ***
svn path=/trunk/boinc/; revision=9710
2006-03-23 01:17:07 +00:00
Rom Walton 45eca20579 *** empty log message ***
svn path=/trunk/boinc/; revision=9672
2006-03-17 09:03:29 +00:00
Rom Walton dccbc9aa0f *** empty log message ***
svn path=/trunk/boinc/; revision=9200
2006-01-09 14:03:13 +00:00
Rom Walton a22c56d0f7 *** empty log message ***
svn path=/trunk/boinc/; revision=9151
2005-12-28 12:33:18 +00:00
Rom Walton 54ece7826a *** empty log message ***
svn path=/trunk/boinc/; revision=8432
2005-10-03 23:14:39 +00:00
Bruce Allen 8b0568d86a Add BOINC_RCSID_ tags to those .C, .c and .cpp files that don't yet have
them.

svn path=/trunk/boinc/; revision=7985
2005-09-13 09:01:56 +00:00