aboutsummaryrefslogtreecommitdiff
path: root/src/qt
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | qt: PeerTableModel: Fix potential deadlock. #4296Ashley Holman2014-06-061-2/+2
| | | |
* | | | build: add stub makefiles for easier subdir buildsCory Fields2014-06-052-0/+15
| | | |
* | | | build: delete old Makefile.am'sCory Fields2014-06-052-428/+0
| | | |
* | | | Fix GUI build with `--disable-wallet`Wladimir J. van der Laan2014-06-052-1/+3
| | | | | | | | | | | | | | | | fe6bff2 and 65f78a1 broke it. Minor build changes.
* | | | [Qt] add BerkeleyDB version info to RPCConsolePhilip Kaufmann2014-06-042-18/+52
| |/ / |/| | | | | | | | - to match info function between debug.log and RPCConsole
* | | Merge pull request #4223Wladimir J. van der Laan2014-06-045-0/+47
|\ \ \ | | | | | | | | | | | | 06a91d9 VerifyDB progress (Cozz Lovan)
| * | | VerifyDB progressCozz Lovan2014-06-035-0/+47
| | | |
* | | | [Qt] style police and small addition in rpcconsolePhilip Kaufmann2014-06-0310-21/+26
|/ / / | | | | | | | | | - fix spaces, indentation and coding style glitches
* | | Merge pull request #4225Wladimir J. van der Laan2014-06-0310-12/+870
|\| | | | | | | | | | | 65f78a1 Qt: Add GUI view of peer information. #4133 (Ashley Holman)
| * | Qt: Add GUI view of peer information. #4133Ashley Holman2014-06-0310-12/+870
| | |
* | | Merge pull request #3683Wladimir J. van der Laan2014-06-022-41/+62
|\ \ \ | | | | | | | | | | | | bdc83e8 [Qt] ensure payment request network matches client network (Philip Kaufmann)
| * | | [Qt] ensure payment request network matches client networkPhilip Kaufmann2014-05-062-41/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - replaces checks in SendCoinsDialog::handlePaymentRequest() that belong to PaymentServer (normal URIs are special cased, as only an isValid check is done on BTC addresses) - prevents the client to handle payment requests that do not match the clients network and shows an error instead (mainly a problem with drag&drop payment requests onto the client window) - includes some small comment changes also
* | | | Merge pull request #4213Wladimir J. van der Laan2014-06-021-2/+5
|\ \ \ \ | | | | | | | | | | | | | | | 516053c Make links on 'About Bitcoin Core' into clickable (squashed 5 comits into one) (Tawanda Kembo)
| * | | | Make links on 'About Bitcoin Core' into clickable (squashed 5 comits into one)Tawanda Kembo2014-06-021-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made the following links clickable: http://www.opensource.org/licenses/mit-license.php http://www.openssl.org/ [email protected] (Squashed commits into one commit as suggested by @laanwj) Replaced label with text browser on About Bitcoin Core Screen So that the links on the About screen can be clickable Replaced html property with text property I have now removed unnecessary html so this should make life easier for translators and you @Diapolo :). What do you think? The size of the window needs to change The size of the window needs to change when you make links clickable. Thanks for pointing that out @laanwj Using the https://www.openssl.org over the http link Using the https://www.openssl.org over the http link as suggested by @Diapolo
* | | | | Merge pull request #4238Wladimir J. van der Laan2014-06-023-22/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | b90711c [Qt] Fix Transaction details shows wrong To: (Cozz Lovan)
| * | | | | [Qt] Fix Transaction details shows wrong To:Cozz Lovan2014-05-283-22/+16
| | | | | |
* | | | | | Periodic language updateWladimir J. van der Laan2014-06-014-363/+365
| | | | | | | | | | | | | | | | | | | | | | | | Pull updated translations from Transifex before 0.9.2
* | | | | | osx: Fix missing dock menu with qt5Cory Fields2014-05-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt5 Removed the qt_mac_set_dock_menu function and left no replacement. It was later re-added and deprecated for backwards-compatibility. Qt5.2 adds the non-deprecated QMenu::setAsDockMenu(). Use that when possible.
* | | | | | Merge pull request #4132Wladimir J. van der Laan2014-05-291-5/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | d4e1c61 add DEFAULT_UPNP constant in net (Philip Kaufmann)
| * | | | | | add DEFAULT_UPNP constant in netPhilip Kaufmann2014-05-201-5/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | - as this is a shared Core/GUI setting, this makes it easier to keep them in sync (also no new includes are needed)
* | | | | | [Qt] Fix Start bitcoin on system loginCozz Lovan2014-05-291-1/+1
| | | | | |
* | | | | | Spelling fix in commentMathy Vanvoorden2014-05-281-1/+1
| |/ / / / |/| | | | | | | | | | | | | | | | | | | Rebased-By: Wladimir J. van der Laan <[email protected]> Rebased-From: 3704a6a
* | | | | Qt: Fix monospace font in osx 10.9Cory Fields2014-05-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | The "Monospace" hint was added in Qt 4.8, and it works as intended as opposed to "TypeWriter" which fails to load a font.
* | | | | Fix warning when compiling in OS XFederico Bond2014-05-231-0/+2
| | | | |
* | | | | qt: Periodic language updateWladimir J. van der Laan2014-05-234-159/+159
| | | | | | | | | | | | | | | | | | | | Last-minute language update before release 0.9.2.
* | | | | Update test_main.cppLongShao0072014-05-221-1/+0
| |/ / / |/| | | | | | | i think should delete (#include "bitcoin-config.h")。
* | | | qt: Periodic language updateWladimir J. van der Laan2014-05-2113-566/+588
|/ / /
* | | SetupEnvironment() - clean commitStuart Cardall2014-05-131-0/+2
| | |
* | | qt: periodic language updateWladimir J. van der Laan2014-05-1372-484/+4414
| | | | | | | | | | | | | | | | | | | | | | | | | | | Pull updated translations from Transifex. Add mn (Mongolian) language. Do not update English translation for now as we want to keep compatibility with 0.9.
* | | Merge pull request #4134Wladimir J. van der Laan2014-05-097-62/+19
|\ \ \ | | | | | | | | | | | | aa250f0 Remove NumBlocksOfPeers (Wladimir J. van der Laan)
| * | | Remove NumBlocksOfPeersWladimir J. van der Laan2014-05-067-62/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generally useless information. Only updates on connect time, not after that. Peers can easily lie and the median filter is not effective in preventing that. In the past it was used for progress display in the GUI but `CheckPoints::guessVerificationProgress` provides a better way that is now used. It was too easy to mislead it. Peers do lie about it in practice, see issue #4065. From the RPC, `getpeerinfo` gives the peer raw values, which are more useful.
* | | | Merge pull request #4136Wladimir J. van der Laan2014-05-092-14/+13
|\ \ \ \ | |_|_|/ |/| | | | | | | 01ce711 [Qt] fix Qt slot problem in receivecoinsdialog (Philip Kaufmann)
| * | | [Qt] fix Qt slot problem in receivecoinsdialogPhilip Kaufmann2014-05-062-14/+13
| |/ / | | | | | | | | | | | | | | | | | | | | | - fixes error from debug.log: QMetaObject::connectSlotsByName: No matching signal for on_recentRequestsView_selectionChanged(QItemSelection,QItemSelection) - small style fixes (e.g. alphabetical ordering if includes etc.) - fixes #3992
* | | qt: fix compile issue in Qt GUIWladimir J. van der Laan2014-05-081-1/+1
| | | | | | | | | | | | This was introduced in 3e1cf9b. Needs a cast to qint64.
* | | Merge pull request #4131Wladimir J. van der Laan2014-05-081-1/+1
|\ \ \ | | | | | | | | | | | | 3e1cf9b add DEFAULT_TRANSACTION_FEE constant in wallet (Philip Kaufmann)
| * | | add DEFAULT_TRANSACTION_FEE constant in walletPhilip Kaufmann2014-05-051-1/+1
| |/ / | | | | | | | | | | | | - as this is a shared Core/GUI setting, this makes it easier to keep them in sync (also no new includes are needed)
* | | Merge pull request #4141Wladimir J. van der Laan2014-05-082-6/+26
|\ \ \ | | | | | | | | | | | | 9d558e1 ui: Check for !pixmap() before trying to export QR code (Wladimir J. van der Laan)
| * | | ui: Check for !pixmap() before trying to export QR codeWladimir J. van der Laan2014-05-072-6/+26
| | |/ | |/| | | | | | | | | | | | | | | | Adds null pointer checks as well as prevents the Save/Copy context menu from appearing at all if no image is shown. Fixes issue #4140
* / | [Qt] fix ugly typo in bitcoin.cppPhilip Kaufmann2014-05-072-2/+2
|/ / | | | | | | | | | | | | Closes #4145. Rebased-By: Wladimir J. van der Laan <[email protected]> Rebased-From: 1e4b083
* / qt: periodic translations updateWladimir J. van der Laan2014-05-0670-290/+853
|/
* don't use sed's -i option to stay posix compliantFabian Raetz2014-05-021-2/+2
| | | | | POSIX does not define sed's -i option. To stay as portable as possible we should not relay on it.
* Full translation updateWladimir J. van der Laan2014-05-0169-62770/+9292
| | | | | | | Last update (48be9ce) missed quite a lot, for some reason. This is also the first update done with the new script `contrib/devtools/update-translations.py`
* Merge pull request #4092Wladimir J. van der Laan2014-05-018-0/+87
|\ | | | | | | 40c5b93 [Qt] Optionally add third party links to transaction context menu (Cozz Lovan)
| * [Qt] Optionally add third party links to transaction context menuCozz Lovan2014-04-258-0/+87
| |
* | qt: Periodic translations updateWladimir J. van der Laan2014-04-2920-3819/+7247
| | | | | | | | | | Update English translation from source code, and pull other translations from Transifex.
* | Merge pull request #4043Wladimir J. van der Laan2014-04-274-3/+111
|\ \ | |/ |/| | | d282c1f [Qt] catch Windows shutdown events while client is running (Philip Kaufmann)
| * [Qt] catch Windows shutdown events while client is runningPhilip Kaufmann2014-04-154-3/+111
| | | | | | | | | | | | | | | | | | - prevents unsafe shutdowns on Windows, which is known to be able to cause problems with wallet.dat - if a users ends a Windows session, this will initiate a client shutdown and show a Windows dialog, that tells the user what is going on (for Windows Vista and higher it will even show a reason for blocking the Windows session end)
* | qt: get required locks upfront in polling functionsWladimir J. van der Laan2014-04-233-18/+34
| | | | | | | | | | | | This avoids the GUI from getting stuck on periodical polls if the core is holding the locks for a longer time - for example, during a wallet rescan.
* | Solve chainActive-related locking issuesWladimir J. van der Laan2014-04-185-242/+238
| | | | | | | | | | | | | | | | | | | | | | - In wallet and GUI code LOCK cs_main as well as cs_wallet when necessary - In main.cpp SendMessages move the TRY_LOCK(cs_main) up, to encompass the call to IsInitialBlockDownload. - Make ActivateBestChain, AddToBlockIndex, IsInitialBlockDownload, InitBlockIndex acquire the cs_main lock Fixes #3997
* | Add AssertLockHeld for cs_main to ChainActive-using functionsWladimir J. van der Laan2014-04-172-0/+3
| | | | | | | | | | | | | | | | | | | | All functions that use ChainActive but do not aquire the cs_main lock themselves, need to be called with the cs_main lock held. This commit adds assertions to all externally callable functions that use chainActive or chainMostWork. This will flag usages when built with -DDEBUG_LOCKORDER.