Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-02 | Merge pull request #5476 | Wladimir J. van der Laan | |
73caf47 Display time offset in the debug window's Peers tab (Pavel Janík) 26a6bae Add time offset to getpeerinfo output (Pavel Janík) | |||
2015-01-02 | Merge pull request #5583 | Wladimir J. van der Laan | |
643415a [Qt] update a translation string and argument counts (Philip Kaufmann) | |||
2015-01-02 | Merge pull request #5551 | Wladimir J. van der Laan | |
dd3f697 Use real text rather than image-rendered text for unit selector (Luke Dashjr) | |||
2014-12-31 | [Qt] update a translation string and argument counts | Philip Kaufmann | |
2014-12-30 | Correct tooltip on address book page | Michael Ford | |
2014-12-29 | Use real text rather than image-rendered text for unit selector | Luke Dashjr | |
The width of each unit is measured to set a fixed width for the widget, and the color is set to match the other status widgets. | |||
2014-12-28 | Fix reference. | Thomas Zander | |
The text talked about "Quit" while Bitcoin uses "Exit" in its menu. | |||
2014-12-27 | Adopt style colour for button icons | Luke Dashjr | |
2014-12-27 | [Qt] new icon for the debug window | Jonas Schnelli | |
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-12-19 | Merge pull request #5470 | Wladimir J. van der Laan | |
78253fc Remove references to X11 licence (Michael Ford) | |||
2014-12-19 | Merge pull request #5341 | Wladimir J. van der Laan | |
4709160 [Qt] fix a translation that occurs 2 times but was a little different (Philip Kaufmann) 50db7d9 [Qt] change some strings to reflect name change to Bitcoin Core (Philip Kaufmann) 2747f7c [Qt] fix missing plural form for a string in sendcoinsdialog (Philip Kaufmann) | |||
2014-12-17 | make all catch() arguments const | Philip Kaufmann | |
- I saw this on http://en.cppreference.com/w/cpp/language/try_catch and thought it would be a good idea - also unify used format to better be able to search for exception uses in our codebase | |||
2014-12-16 | [Qt] light blue icon color for regtest | Jonas Schnelli | |
Changing the icons color for regtest in now lightweight. | |||
2014-12-16 | [Qt] fix a <Qt4.7 compatibility issue raised in #5228 | Jonas Schnelli | |
2014-12-16 | Merge pull request #5258 | Wladimir J. van der Laan | |
4a8fc15 [Qt] the RPC Console should be a QWidget to make window more independent (Jonas Schnelli) | |||
2014-12-16 | resize tray icon because a 1024x1024 icon won't show in ubuntu (bug) | Jonas Schnelli | |
2014-12-16 | Qt: Go back to using QIcon functionality for scaling | Wladimir J. van der Laan | |
2014-12-16 | Qt: HiDPI (retina) support for splash screen | Jonas Schnelli | |
- remove splash screen images (reduce binary size) - dynamicly draw splash screen with available icon. - remove testnet icon - dynamicly colorize testnet icon | |||
2014-12-16 | Merge pull request #5219 | Wladimir J. van der Laan | |
31aac02 Qt: new icons (Jonas Schnelli) | |||
2014-12-16 | Remove references to X11 licence | Michael Ford | |
2014-12-15 | Display time offset in the debug window's Peers tab | Pavel Janík | |
2014-12-11 | qt: translations pull from transifex | Wladimir J. van der Laan | |
2014-12-08 | [Qt] update paymentserver license and cleanup ordering | Philip Kaufmann | |
2014-12-08 | [Qt] add BIP70 DoS protection test | Philip Kaufmann | |
- this test required to make readPaymentRequestFromFile() public in order to be able to is it in paymentservertests.cpp | |||
2014-12-08 | [Qt] add BIP70 payment request size DoS protection for URIs | Philip Kaufmann | |
- current code only does this for payment request files, which are used on Mac - also rename readPaymentRequest to readPaymentRequestFromFile, so it's obvious that function only handles payment request files and not URIs - small logging changes in readPaymentRequestFromFile | |||
2014-12-08 | [Qt] remove dup lock that is done in SetAddressBook() | Philip Kaufmann | |
2014-12-08 | [Qt] ensure socket is set to NULL in PaymentServer::ipcSendCommandLine | Philip Kaufmann | |
2014-12-08 | [Qt] add BIP70/BIP71 constants for all messages and mime types | Philip Kaufmann | |
- also rename current ones to match the new ones - remove constant from guiconstant.h and add it to paymentserver.cpp | |||
2014-12-08 | [Qt] make PaymentServer::ipcParseCommandLine void | Philip Kaufmann | |
- the function only returned true, so make it void - add a comment about payment request network detection | |||
2014-12-03 | MOVEONLY: core/ -> primitives/ | Luke Dashjr | |
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) |