aboutsummaryrefslogtreecommitdiff
path: root/src/qt
Commit message (Collapse)AuthorAgeFilesLines
...
* | Translation update 2014-04Wladimir J. van der Laan2014-04-178-1046/+1415
|/ | | | | Push new English translation, as well as pull other translations that changed since last month.
* qt: remove de_AT translationWladimir J. van der Laan2014-04-143-4095/+0
| | | | | | Got too many complaints that is was unserious and written by trolls. I have also removed the translation from transifex. Fixes #4054 and #3918.
* Merge pull request #4020Wladimir J. van der Laan2014-04-091-0/+2
|\ | | | | | | 71f82bf Restart-warning for spendZeroConfChange option (langerhans)
| * Restart-warning for spendZeroConfChange optionlangerhans2014-04-071-0/+2
| | | | | | According to the options model, a restart is required after changing this option. So let's notify the user about it.
* | Show error message if ReadConfigFile failsWladimir J. van der Laan2014-04-071-1/+7
|/ | | | | | | A runaway exception was raised if ReadConfigFile fails (usually due to a parse error in bitcoin.conf). Show an error message instead. Fixes #4013.
* [Qt] rescan progressCozz Lovan2014-04-025-0/+89
|
* Merge pull request #3986Wladimir J. van der Laan2014-04-012-1/+3
|\ | | | | | | | | | | 65adc3a qt: Don't require db_cxx.h when wallet disabled (Wladimir J. van der Laan) 4babd08 doc: Add note about memory reqs for compilation (Wladimir J. van der Laan) 25333a2 build: improve missing boost error reporting (Wladimir J. van der Laan)
| * qt: Don't require db_cxx.h when wallet disabledWladimir J. van der Laan2014-03-312-1/+3
| | | | | | | | Fix #3978.
* | [Qt] small cleanup of coincontroldialogPhilip Kaufmann2014-04-011-17/+16
| | | | | | | | | | | | - use a little more Qt-style - check for NULL pointers first and return in updateView() - small space and formating changes
* | Wrap create_directory calls in try...catch blocks.Brandon Dahler2014-03-311-1/+1
|/ | | | | | Ignores any exceptions thrown if directory exists, otherwise re-throws exception. Rebased-By: Wladimir J. van der Laan <[email protected]>
* Merge pull request #3922Wladimir J. van der Laan2014-03-291-2/+2
|\ | | | | | | c17f0a5 [Qt] remove space from translation of client bitness (Philip Kaufmann)
| * [Qt] remove space from translation of client bitnessPhilip Kaufmann2014-03-211-2/+2
| | | | | | | | | | - its rather easy to leave out the space on Transifex, so remove it from the string
* | add constant for shared (GUI/core) -par settingsPhilip Kaufmann2014-03-273-18/+15
| | | | | | | | | | | | | | | | | | - introduce DEFAULT_SCRIPTCHECK_THREADS in main.h - only show values from -"MAX_HW_THREADS" up to 16 for -par, as it makes no sense to try to leave more "cores free" than the system supports anyway - use the new constant in optionsdialog and remove defaults from .ui file
* | Merge pull request #3619Wladimir J. van der Laan2014-03-271-4/+5
|\ \ | | | | | | | | | 7398f4a improve command-line options output (Cozz Lovan)
| * | improve command-line options outputCozz Lovan2014-03-251-4/+5
| | |
* | | [Qt] fix style, formating, comment and indentation problemsPhilip Kaufmann2014-03-276-64/+69
| | | | | | | | | | | | - introduced by #3920
* | | qt: Only override -datadir if different from the defaultWladimir J. van der Laan2014-03-251-1/+6
| | | | | | | | | | | | Fixes #3905.
* | | qt: Do proper boost::path conversionWladimir J. van der Laan2014-03-253-6/+47
|/ / | | | | | | | | | | | | Convert from QString unicode from/to the OS-dependent locale as used by boost::filesystem::path as needed. Solves #3916.
* | [Qt] Fix enable/disable show and remove buttonsCozz Lovan2014-03-211-4/+5
| |
* | qt: translation updateWladimir J. van der Laan2014-03-2155-7907/+11290
| |
* | Merge pull request #3850Wladimir J. van der Laan2014-03-212-31/+30
|\ \ | | | | | | | | | 16d281b [Qt] add expert section to wallet tab in optionsdialog (Cozz Lovan)
| * | [Qt] add expert section to wallet tab in optionsdialogCozz Lovan2014-03-182-31/+30
| | |
* | | Merge pull request #3892Wladimir J. van der Laan2014-03-212-0/+8
|\ \ \ | |_|/ |/| | | | | b8edf6c Qt: Fix ESC in disablewallet mode (Wladimir J. van der Laan)
| * | Qt: Fix ESC in disablewallet modeWladimir J. van der Laan2014-03-182-0/+8
| |/ | | | | | | Fixes issue #3854
* | [QT] Fixes feel when resizing the last column on tables (issue #2862)gubatron2014-03-216-27/+217
| | | | | | | | | | | | | | | | | | Re-submitting this pull request with a single commit. This patch introduces a GUIUtil class that is used when setting up the 2 tables we have so far on the Qt-GUI. In the past you could only resize the last column, which has BTC amounts from the right border of the column header, something that was rather unnatural. If a new table were ever to be added to the interface, fixing the last columns resizing behavior is rather simple. Just look at how we initialize here a TableViewLastColumnResizingFixer object when setting up the table header's behavior, and then how we override the resize event of the component (can be the table, or the dialog) and we invoke columnResizingFixer->stretchColumnWidth(columnIndex);
* | build: build qt tests after qt libs/executableWladimir J. van der Laan2014-03-201-2/+2
|/ | | | | | | | | | Autotools defaults to a depth-first recursion which causes the qt tests to be built before the executables and libraries. This is inconvenient as make needs to be called twice to make sure the tests are up to date after changing a source file. Update the Makefile.am to change this order.
* Merge pull request #3855Wladimir J. van der Laan2014-03-181-2/+4
|\ | | | | | | 0fde3bb [Qt] Fill in label from address book also for URIs (Cozz Lovan)
| * [Qt] Fill in label from address book also for URIsCozz Lovan2014-03-121-2/+4
| |
* | Merge pull request #3867Wladimir J. van der Laan2014-03-172-9/+17
|\ \ | | | | | | | | | b40bdd6 qt: Show also value for options overridden on command line (Wladimir J. van der Laan)
| * | qt: Show also value for options overridden on command lineWladimir J. van der Laan2014-03-142-9/+17
| | | | | | | | | | | | | | | | | | | | | Currently only the name of the option is shown for GUI options overridden by command line (or configuration file). This commit adds the value of the options as well, which is useful for troubleshooting.
* | | Merge pull request #3874Wladimir J. van der Laan2014-03-173-0/+23
|\ \ \ | | | | | | | | | | | | caee92d qt: Enable and disable the Show and Remove buttons for requested payments history based on whether any entry is selected. (Haakon Nilsen)
| * | | qt: Enable and disable the Show and Remove buttons for requested payments ↵Haakon Nilsen2014-03-153-0/+23
| |/ / | | | | | | | | | | | | | | | history based on whether any entry is selected.
* | | qt: Show weeks as well as years behind for long timespansWladimir J. van der Laan2014-03-152-5/+28
| | | | | | | | | | | | Closes #3811.
* | | qt: change CT_NOW string to CT_NEW in log messagephilsong2014-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | Closes #3852. Rebased-By: Wladimir J. van der Laan <[email protected]> Rebased-From: 5f2907a, 88d3df4
* | | [Qt] Dont set table color in coin controlCozz Lovan2014-03-141-4/+0
|/ /
* | Merge pull request #3846Wladimir J. van der Laan2014-03-131-0/+12
|\ \ | |/ |/| | | 3f2a017 [Qt] Fix coin control qt5 checkbox bug in tree mode (Cozz Lovan)
| * [Qt] Fix coin control qt5 checkbox bug in tree modeCozz Lovan2014-03-111-0/+12
| |
* | qt: Make it possible again to specify -testnet in config fileWladimir J. van der Laan2014-03-114-32/+46
|/ | | | | | | | | | | | | | | | | Changes for the datadir chooser have made it impossible to specify the network (testnet/regtest) in the configuration file for the GUI. Reorganize the initialization sequence to make this possible again. - Moves the "datadir" QSetting so that is no longer dependent on the network-specific application name (doing otherwise would create a chicken-and-egg problem). - Re-initialize translations after choosing network. There may be a different language configured in network-specific settings (slim chance, but handle it for sanity). Fixes point 1 of #3840.
* qt: Remove control characters from ko_KR translationWladimir J. van der Laan2014-03-101-6/+6
| | | | | | | | Last Transifex pull (064a690) introduced a few control characters into the Korean translation, which sometimes causes the build to fail. Manually remove these characters for now to get the build working -- they should still be removed at Transifex too.
* Transifex pull pre-0.9.0rc3/finalWladimir J. van der Laan2014-03-105-1007/+1268
|
* qt: Adjust BLOCK_CHAIN_SIZE to 20GBWladimir J. van der Laan2014-03-101-1/+1
| | | | | | This increases the space requirement for selecting a data directory in the UI. As suggested by @bardiharborow, fixes #3830.
* Merge pull request #3685Wladimir J. van der Laan2014-03-103-4/+28
|\ | | | | | | 8e29623 [Qt] show number of in/out connections in debug console (Philip Kaufmann)
| * [Qt] show number of in/out connections in debug consolePhilip Kaufmann2014-03-033-4/+28
| |
* | MainNet is the special case for the GUIjtimon2014-03-071-2/+2
| |
* | gui: Prevent status icons from being cut offWladimir J. van der Laan2014-03-063-2/+19
| | | | | | | | | | | | | | | | After the Qt5 switch, status icons were being cut off by 1-2px. Also fixes some other cases where the UI is slightly off mentioned in #3800. Fixes #3800.
* | Fix coin control sorts date as textCozz Lovan2014-03-033-10/+39
|/
* English translation updateWladimir J. van der Laan2014-03-012-80/+128
| | | | A few new messages have been added since last update.
* Merge pull request #3694 from gavinandresen/vfspentGavin Andresen2014-02-283-4/+12
|\ | | | | Remove CWalletTx::vfSpent
| * Remove CWalletTx::vfSpentGavin Andresen2014-02-263-4/+12
| | | | | | | | | | | | Use the spent outpoint multimap to figure out which wallet transaction outputs are unspent, instead of a vfSpent array that is saved to disk.
* | qt: Modernize 'confirmed' terminology in shown tx statusWladimir J. van der Laan2014-02-283-128/+111
| | | | | | | | | | | | | | | | | | | | | | | | These days we regard transactions with one confirmation to be 'Confirmed'. Waiting for 6 confirmations is a recommendation but should not keep the transaction shown as unconfirmed. Misc code sanity: - Merge maturity/status enums, they had become completely disjunct - 'confirmed' flag is now called 'countsForBalance' for clarity