Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-02 | [Qt] fix a translation that occurs 2 times but was a little different | Philip Kaufmann | |
2014-12-02 | [Qt] change some strings to reflect name change to Bitcoin Core | Philip Kaufmann | |
2014-12-02 | [Qt] fix missing plural form for a string in sendcoinsdialog | Philip Kaufmann | |
- this was reported on Transifex by pryds (Thank you!) | |||
2014-11-28 | Update the intent on SI-style separators. | 21E14 | |
2014-11-26 | qt: Update translations from transifex | Wladimir J. van der Laan | |
2014-11-26 | Merge pull request #5323 | Wladimir J. van der Laan | |
a328dd6 [Qt] small changes to sendcoinsdialog (Philip Kaufmann) | |||
2014-11-25 | [Qt] small changes to sendcoinsdialog | Philip Kaufmann | |
- add newly added variables to the constructor init - move an already existing bool also to constructor init - move a connect call to setClientModel and add a NULL pointer check | |||
2014-11-24 | [Qt, OSX] fix Qt4.8 compatibility with QProgressBar issue | Jonas Schnelli | |
Rebased-From: 7f33d2cebfde99ded12c711ef6bd77c91725cfb8 Github-Issue: #5344 | |||
2014-11-24 | Merge pull request #5309 | Wladimir J. van der Laan | |
4574248 [Qt] minor ordering cleanup after new fee selection (Philip Kaufmann) a01fa30 minor style cleanup after HTTP rest interface merge (Philip Kaufmann) | |||
2014-11-21 | Change MIT/X11 to MIT in license displayed in the program | Philip Kaufmann | |
2014-11-21 | qt: English translation update | Wladimir J. van der Laan | |
2014-11-21 | Merge pull request #5322 | Wladimir J. van der Laan | |
aabe61c [Qt] explicitly call proxy in GUI settings SOCKS5 proxy (Philip Kaufmann) | |||
2014-11-20 | [Qt] explicitly call proxy in GUI settings SOCKS5 proxy | Philip Kaufmann | |
- to ensure a consistent wording between core and GUI | |||
2014-11-20 | [Qt] minor ordering cleanup after new fee selection | Philip Kaufmann | |
2014-11-20 | qt: Make askpassphrase dialog behave more sanely | Wladimir J. van der Laan | |
Set minimum sizes appropriately, and make sure that they are enforced. Replaces #5226. | |||
2014-11-19 | [Qt] Add Smartfee to GUI | Cozz Lovan | |
2014-11-19 | Merge pull request #5296 | Wladimir J. van der Laan | |
0ceab00 [Qt, OSX] move QProgressBarMac to guiutil.h (Jonas Schnelli) 6093aa1 [Qt, OSX] QProgressBar CPU-Issue workaround (Jonas Schnelli) | |||
2014-11-19 | [Qt, OSX] move QProgressBarMac to guiutil.h | Jonas Schnelli | |
2014-11-19 | Merge pull request #5300 | Wladimir J. van der Laan | |
a7f2941 [Qt, OSX] fix usage of osx 10.8+ user notification center (Jonas Schnelli) | |||
2014-11-18 | Merge pull request #5290 | Wladimir J. van der Laan | |
5d60b69 Coin Control: Make list mode default (Luke Dashjr) 4ff81d6 Bugfix: Clarify coin control dialog labels (Luke Dashjr) | |||
2014-11-18 | [Qt, OSX] fix usage of osx 10.8+ user notification center | Jonas Schnelli | |
Currently Bitcoin-Qts support for OSX User Notification Center is broken. This pull will fix a known issue of non-official-apple-built apps having problems sending user notifications. | |||
2014-11-17 | [Qt, OSX] QProgressBar CPU-Issue workaround | Jonas Schnelli | |
fixes #5295 | |||
2014-11-16 | Coin Control: Make list mode default | Luke Dashjr | |
2014-11-16 | Bugfix: Clarify coin control dialog labels | Luke Dashjr | |
2014-11-16 | [Qt] Fix height of BitcoinAmountField | Cozz Lovan | |
2014-11-13 | [Qt] the RPC Console should be a QWidget to make window more independent | Jonas Schnelli | |
- fix issue #5254 | |||
2014-11-10 | Don't show wallet options in the preferences menu when running with ↵ | sinetek | |
-disablewallet | |||
2014-11-07 | Qt: new icons | Jonas Schnelli | |
- flat and b/w icons seems to be the new trend - support for HiDPI/retina - change icon sizes - fix assets-attribution.md - removed unused icons | |||
2014-11-05 | Merge pull request #5215 | Wladimir J. van der Laan | |
93a3f0e Qt: Network-Traffic-Graph: make some distance between line and text (Jonas Schnelli) | |||
2014-11-05 | Qt: Add support for missing scrollbar in peers table | Jonas Schnelli | |
2014-11-05 | Qt: Network-Traffic-Graph: make some distance between line and text | Jonas Schnelli | |
Text directly glued on the graph-line looks not so good. | |||
2014-11-03 | Fix all header defines | Pavel Janík | |
2014-11-03 | Merge pull request #5186 | Wladimir J. van der Laan | |
771d500 minor cleanup: include orders, end comments etc. (Philip Kaufmann) | |||
2014-10-31 | qt: translations update from Transifex | Wladimir J. van der Laan | |
2014-10-31 | Merge pull request #5168 | Wladimir J. van der Laan | |
023e63d qt: Move transaction notification to transaction table model (Wladimir J. van der Laan) | |||
2014-10-31 | minor cleanup: include orders, end comments etc. | Philip Kaufmann | |
- no code changes | |||
2014-10-30 | Merge pull request #5164 | Wladimir J. van der Laan | |
71697f9 Separate protocol versioning from clientversion (Cory Fields) | |||
2014-10-30 | [Qt] fix slot connection problems when no wallet is loaded | Philip Kaufmann | |
- guard 4 connect calls by an #ifdef when no wallet is loaded to fix "No such slot" warnings - also add comments when #ifdef ENABLE_WALLET end - fixes #5175 | |||
2014-10-30 | Qt: Clarify sign/verify dialog text to specifically state that these ↵ | Luke Dashjr | |
messages only prove one receives with the address in question, and makes no claim to sender of transactions | |||
2014-10-29 | Separate protocol versioning from clientversion | Cory Fields | |
2014-10-28 | qt: Move transaction notification to transaction table model | Wladimir J. van der Laan | |
Move transaction new/update notification to TransactionTableModel. This moves the concerns to where they're actually handled. No need to bounce this through wallet model. - Do wallet transaction preprocessing on signal handler side; avoids locking cs_main/cs_wallet on notification in GUI thread (except for new transactions) | |||
2014-10-27 | MOVEONLY: Separate CTransaction and dependencies from core | jtimon | |
2014-10-27 | MOVEONLY: Move CFeeRate and Amount constants to amount.o | jtimon | |
2014-10-27 | Merge pull request #5119 | Pieter Wuille | |
fa73619 boost: split stream classes out of serialize.h (Cory Fields) | |||
2014-10-25 | Merge pull request #5117 | Wladimir J. van der Laan | |
7014f38 [Qt] Remove CAmount from BitcoinAmountField Q_PROPERTY (Cozz Lovan) | |||
2014-10-24 | [Qt] Remove CAmount from BitcoinAmountField Q_PROPERTY | Cozz Lovan | |
2014-10-23 | qt: remove monitoreddatamapper | Wladimir J. van der Laan | |
We haven't used the viewModified signal in ages, so we can use a normal QDataWidgetMapper. | |||
2014-10-22 | boost: split stream classes out of serialize.h | Cory Fields | |
serialization now has no dependencies. | |||
2014-10-22 | Merge pull request #4981 | Wladimir J. van der Laan | |
85c579e script: add a slew of includes all around and drop includes from script.h (Cory Fields) db8eb54 script: move ToString and ValueString out of the header (Cory Fields) e9ca428 script: add ToByteVector() for converting anything with begin/end (Cory Fields) 066e2a1 script: move CScriptID to standard.h and add a ctor for creating them from CScripts (Cory Fields) | |||
2014-10-21 | qt: small English language updates from translators | Wladimir J. van der Laan | |
More friendly language, use placeholders where possible |