aboutsummaryrefslogtreecommitdiff
path: root/src/qt/splashscreen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Boost 1.74John-Gee2021-02-021-7/+19
|
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-1/+1
|
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* qt: Avoid splash-screen related memory leakWladimir J. van der Laan2016-11-231-0/+1
| | | | | | Make splash screen queue its own deletion when it receives the finished command, instead of relying on WA_DeleteOnClose which doesn't work under these circumstances.
* Merge #8774: Qt refactors to better abstract wallet accessJonas Schnelli2016-10-191-5/+7
|\ | | | | | | | | 178cd88 Qt/splash: Specifically keep track of which wallet(s) we are connected to for later disconnecting (Luke Dashjr) 1880aeb Qt: Get the private key for signing messages via WalletModel (Luke Dashjr)
| * Qt/splash: Specifically keep track of which wallet(s) we are connected to ↵Luke Dashjr2016-10-041-5/+7
| | | | | | | | for later disconnecting
* | [Qt] fix a bug where the SplashScreen will not be hidden during startupJonas Schnelli2016-06-211-0/+5
| |
* | Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-1/+1
|\ \
| * | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| |/
* | When/if the copyright line does not mention Bitcoin Core developers, add a ↵Luke Dashjr2016-02-031-3/+8
| | | | | | | | second line to copyrights in -version, About dialog, and splash screen
* | splashscreen: Resize text to fit exactlyLuke Dashjr2016-01-271-4/+3
| |
* | Set copyright holders displayed in notices separately from the package nameLuke Dashjr2015-12-221-1/+1
| | | | | | | | This helps avoid accidental removal of upstream copyright names
* | Parameterise 2009 in translatable copyright stringsLuke Dashjr2015-12-181-1/+1
| |
* | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-2/+6
|/
* typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
|
* [Qt] header group cleanupPhilip Kaufmann2015-04-201-2/+3
| | | | | - seperate core from GUI headers where this was missing - remove an unneeded new-line
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-1/+1
| | | | could once be renamed from /src/wallet to /src/legacywallet.
* qt: avoid hard-coding font namesCory Fields2015-01-171-1/+1
| | | | They may not contain all necessary characters for a language
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Merge pull request #5470Wladimir J. van der Laan2014-12-191-1/+1
|\ | | | | | | 78253fc Remove references to X11 licence (Michael Ford)
| * Remove references to X11 licenceMichael Ford2014-12-161-1/+1
| |
* | Qt: Go back to using QIcon functionality for scalingWladimir J. van der Laan2014-12-161-2/+1
| |
* | Qt: HiDPI (retina) support for splash screenJonas Schnelli2014-12-161-7/+34
|/ | | | | | | - remove splash screen images (reduce binary size) - dynamicly draw splash screen with available icon. - remove testnet icon - dynamicly colorize testnet icon
* Merge pull request #4802Wladimir J. van der Laan2014-10-101-16/+9
|\ | | | | | | | | | | | | 6fd546d Remove CChainParams::NetworkID() (jtimon) cc97210 Add fTestnetToBeDeprecatedFieldRPC to CChainParams (jtimon) e11712d Move checkpoint data selection to chainparams (jtimon) 6de50c3 qt: add network-specific style object (Wladimir J. van der Laan)
| * qt: add network-specific style objectWladimir J. van der Laan2014-10-101-16/+9
| | | | | | | | | | | | | | | | Mainly cleanups: Gets rid of isTestNet everywhere, by keeping track of network-specific theming in a central place. Also makes GUI no longer dependent on the network ID enumeration, which alleviates concerns about #4802.
* | Qt: allow "emergency" shutdown during startupPhilip Kaufmann2014-10-021-0/+1
|/ | | | - allows closing our splash screen to abort startup
* [Qt] minor changes in splashscreen.cppPhilip Kaufmann2014-09-231-3/+1
| | | | | - guard an unused variable with Q_UNUSED() macro - remove a commented out line of code
* Merge pull request #4852Wladimir J. van der Laan2014-09-221-1/+2
|\ | | | | | | 5e83bc4 [Qt] include and file header cleanup (Philip Kaufmann)
| * [Qt] include and file header cleanupPhilip Kaufmann2014-09-181-1/+2
| | | | | | | | | | - alphabetical ordering - correct ordering own headers before normal headers etc.
* | qt: Make splash and shutdown window ignore close eventsWladimir J. van der Laan2014-09-221-2/+7
| | | | | | | | | | | | | | | | It's strange to be able to close these windows while there is work in progress. Also set Qt::WA_DeleteOnClose on both windows to make sure that they are deleted eventually, no matter what happens.
* | qt: Change splash screen to normal windowWladimir J. van der Laan2014-09-181-13/+42
|/ | | | | Makes it possible to move, minimize, unminimize the window while Bitcoin Core is initializing.
* qt/splashscreen: #include version.hJeff Garzik2014-08-271-0/+1
| | | | | | Needed to build breakage reported by Arnavion on IRC: qt/splashscreen.cpp: In constructor 'SplashScreen::SplashScreen(const QPixmap&, Qt::WindowFlags, bool)': qt/splashscreen.cpp:33:98: error: 'FormatFullVersion' was not declared in this scope
* VerifyDB progressCozz Lovan2014-06-031-0/+2
|
* [Qt] rescan progressCozz Lovan2014-04-021-0/+23
|
* Copyright header updates s/2013/2014 on files whose last git commit was done ↵gubatron2014-02-091-1/+1
| | | | | | in 2014. contrib/devtools/fix-copyright-headers.py script to be able to perform this maintenance task with ease during the rest of the year, every year. Modifications to contrib/devtools/README.md to document what fix-copyright-headers.py does.
* [Qt] very minor style cleanupsPhilip Kaufmann2014-01-221-1/+1
| | | | | | - rebuilt some ui file layout to remove unreal values from the files - remove an unneeded attribute from an ui file - add / remove some spaces in files
* qt: Remove global references in bitcoin.cppWladimir J. van der Laan2014-01-111-0/+34
| | | | | | Remove the need for global references `guiref` and `splashref` by making the BitcoinGUI and SplashScreen classes register for the UI interface signals themselves.
* qt: Move initialization/shutdown to a threadWladimir J. van der Laan2014-01-111-0/+2
| | | | | | | | Move AppInit2 and Shutdown to a thread. This allows a more responsive splash screen, prevents 'process does not respond' messages from the window system and will allow for showing a user friendly window while shutting down.
* qt: Treat regtest as testnetWladimir J. van der Laan2013-12-201-4/+3
| | | | | No need to do anything special in the GUI for regtest mode, but do treat it at testnet not mainnet to prevent confusion.
* Rebrand to `Bitcoin Core`Wladimir J. van der Laan2013-12-131-2/+2
| | | | | | | | | | | | Only messages for now, executable names and other file names can be changed later if necessary and safe. Do not do an all-sweeping change. Some occurences of Bitcoin-Qt need to be kept: - Applicationname: this is used to determine the registry entry names, we don't want to lose settings over a silly name change. - Where it refers to the executable name instead of the product name.
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-1/+2
| | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
| | | | Closes #839
* splashscreen: use TestNet() instead of unneeded string processingPhilip Kaufmann2013-10-221-3/+2
|
* update SelectParamsFromCommandLine() handling/orderPhilip Kaufmann2013-08-221-1/+2
| | | | | | | | | - move SelectParamsFromCommandLine() from init.cpp to bitcoin.cpp to allow to use TestNet() for Bitcoin-Qt instead of GetBoolArg("-testnet", false) - change order in bitcoind.cpp to match bitcoin.cpp functionality - hamonize error message strings for missing datadir and failing SelectParamsFromCommandLine() in bitcoin.cpp and bitcoind.cpp - use TestNet() call in splashscreen.cpp
* Remove #define loop from util.hGavin Andresen2013-07-311-1/+0
| | | | | Replace the loop macro with while (true). The #define caused problems for Qt.
* Bitcoin-Qt: fix QApplication includes to match our include defaultsPhilip Kaufmann2013-07-231-2/+2
| | | | | - move all QApplication includes to top of included Qt headers - undef our loop macro where it would cause compilation errors otherwise
* Merge pull request #2588 from Diapolo/GetBoolArgWladimir J. van der Laan2013-06-021-1/+1
|\ | | | | remove GetBoolArg() fDefault parameter defaulting to false
| * remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann2013-06-011-1/+1
| | | | | | | | | | | | | | | | - explicitly set the default of all GetBoolArg() calls - rework getarg_test.cpp and util_tests.cpp to cover this change - some indentation fixes - move macdockiconhandler.h include in bitcoin.cpp to the "our headers" section
* | Qt5 compatibilityWladimir J. van der Laan2013-06-011-0/+1
|/ | | | | | | | | | | | This commit squashes all the changes in the Qt5 branch relative to master. Backward compatibility with Qt4 is retained. Original authors: - Philip Kaufmann <[email protected]> - Jonas Schnelli <[email protected]>
* new splash screenJonas Schnelli2013-04-171-0/+82
why: - the current splash-screen has no referring to official images on - https://en.bitcoin.it/wiki/Promotional_graphics - the current splash screen only exists in a low res jpg - current splash screen looks dark and "hackish" - new splash screen should generate positive, "trust-emotions". - new splash screen gives the user infos about the running client. - new splash screen can handle long messages (in a lot of - languages the text is cropped in current release) - new size (x2) 400x312 - contains textual information about the client - textinfos are dynamicly written to the pixmap when -testnet is switch on, the splashscreen will show the bitcoin logo in testnet-color (as well as a text [testnet]) example: https://dl.dropbox.com/u/7383846/new_bitcoin_splash.png