aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* remove unused CalledSetStatusBar and UIThreadCall notificationsWladimir J. van der Laan2012-04-041-10/+0
|
* Update UI through async calls MainFrameRepaint and AddressBookRepaint ↵Wladimir J. van der Laan2012-04-041-4/+18
| | | | | | | | instead of a timer. - Overall, this is better design - This fixes problems with the address book UI not updating when the address book is changed through RPC - Move Statusbar change detection responsibility to ClientModel
* Code deduplication: make function in GUIUtil to get connection type to call ↵Wladimir J. van der Laan2012-04-041-18/+3
| | | | | | object slot in GUI thread with invokeMethod.
* move QT_PLUGINS stuff to qt main file, where it belongsWladimir J. van der Laan2012-04-041-0/+11
|
* VC2010 compile fixesWladimir J. van der Laan2012-04-031-0/+3
|
* Disable bitcoin: URI handling on Windows for the 0.6 releaseGavin Andresen2012-03-261-1/+9
|
* Correct dateMichael2012-03-211-1/+1
|
* Reworked QT settingsGavin Andresen2012-02-261-3/+24
|
* Add option "-splash" so we can disable the splash screen.Chris Moore2012-02-241-4/+8
| | | | Don't show splash screen when -min is specified on the command line.
* Merge pull request #857 from laanwj/2012_02_fixhelpwindowWladimir J. van der Laan2012-02-201-12/+4
|\ | | | | On windows, show message box with help, as there is no stderr (fixes #702)
| * On windows, show message box with help, as there is no stderr (fixes #702)Wladimir J. van der Laan2012-02-171-12/+4
| |
* | Allow setting UI language from commandline (implements #678)Wladimir J. van der Laan2012-02-171-2/+4
|/
* Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.Matt Corallo2012-02-101-0/+2
|
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
|
* Add support for opening bitcoin: URIs directly.Matt Corallo2012-01-051-0/+55
|
* Comments updateWladimir J. van der Laan2011-12-231-0/+1
|
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-2/+1
| | | | This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9.
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-1/+2
|
* Merge pull request #690 from runeksvendsen/qt-cmdline-options-parsingGavin Andresen2011-12-191-0/+2
|\ | | | | When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main()
| * When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main()Rune K Svendsen2011-12-091-0/+2
| |
* | Fix status bar not displaying Alerts.Matt Corallo2011-12-131-0/+2
|/
* Implement -min option to start minimizedWladimir J. van der Laan2011-12-041-2/+10
|
* Merge git://github.com/p2k/bitcoin-qtGavin Andresen2011-11-031-1/+1
|\
| * Mac Deployment Scriptp2k2011-11-021-1/+1
| | | | | | | | | | | | See notes.txt in contrib/macdeploy. Also added a dash to the application name in src/qt/bitcoin.cpp
* | Translation lookup logic improvementsWladimir J. van der Laan2011-10-231-6/+19
|/ | | | | - use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm) - first load translations/<language>.qm, then translations/<language>_<TERRITORY>.qm, so that territory-specific translations take precedence, but the fallback is on the base language if no territory-specific translation exists.
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-0/+7
| | | | | | | | Now it can't be told if this is was a Windows App before. All Mac design principles are fulfilled and some cosmetics have been applied to suit the native look and feel. The biggest change there is the proper use of the Dock icon which takes the role of the Tray icon on Mac. The QDoubleSpinBox improves entering of Bitcoin amounts, no two separate fields are required anymore. All functionality and validation effects have been retained; pressing the comma key will be internally translated to a period to keep it consistent throughout the application and eases entering in countries which use the comma as decimal separator. Additionally, Notificator now supports Growl, Mac's native notification system. This is provided via Apple Script in order to avoid linking to Growl on compile time. Other changes involve encapsulation of Toolbar and Menubar creation, loading of Qt's own translation and some clean up.
* only install translator when not emptyWladimir J. van der Laan2011-10-011-1/+2
|
* translation handling improvementsWladimir J. van der Laan2011-09-271-1/+1
| | | | | - automatically build binary translation files in qmake/make - roll translations into resource file and executable, to simply installation
* Pull request #21: windows fixes/cleanup by MatokingJanne Pulkkinen2011-09-071-19/+0
|
* add russian translation and add unicode compatibility (merges pull request #20)Misbakh-Soloviev Vadim A2011-08-281-1/+5
|
* fix issue #13Wladimir J. van der Laan2011-08-161-1/+1
|
* QtUI code cleanup / comment improvementsWladimir J. van der Laan2011-08-081-1/+1
|
* don't include <QDebug>Wladimir J. van der Laan2011-08-071-1/+0
|
* update readme and splash screen textWladimir J. van der Laan2011-08-021-1/+1
|
* add splash screenWladimir J. van der Laan2011-08-021-0/+20
|
* Full support for other units, add configuration option for default unit ↵Wladimir J. van der Laan2011-07-291-2/+4
| | | | (used when displaying amounts)
* wxp/mingw build fixesWladimir J. van der Laan2011-07-091-12/+12
|
* add better windows7/vista look by nico_wWladimir J. van der Laan2011-07-091-0/+20
|
* windows build fixesWladimir J. van der Laan2011-07-031-14/+17
|
* Split off WalletModel from ClientModel, to be able to support multi-wallets ↵Wladimir J. van der Laan2011-06-301-2/+5
| | | | in future
* update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan2011-06-261-4/+3
|
* experiment with internationalization (nl), unbreak build (externui.h->qtui.h)Wladimir J. van der Laan2011-06-231-1/+10
|
* Use explicit resource initialization, apparently needed on some platformsWladimir J. van der Laan2011-06-181-0/+1
|
* remove commented code, use // for one-line comments and comments inside ↵Wladimir J. van der Laan2011-06-181-3/+2
| | | | functions
* Internationalization -- initial step, make _ return a std::string to prevent ↵Wladimir J. van der Laan2011-06-131-0/+8
| | | | memory leaks
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+122