aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2012-04-13Merge pull request #1089 from laanwj/2012_04_translationupdateWladimir J. van der Laan
2012-04-14Update translations for bitcoin coreWladimir J. van der Laan
2012-04-14Do not show green tick unless all known blocks are downloaded (fixes #921)Wladimir J. van der Laan
2012-04-13Add missing tooltip and key shortcut in settings dialog (#1088 without line b...Wladimir J. van der Laan
2012-04-12make text in about box selectable (fixes #1055)Wladimir J. van der Laan
2012-04-12enable wordWrap on lblQRCode / small code comment changePhilip Kaufmann
2012-04-12limit length of generated URI to 255 chars to prevent a DoS against the QR-Co...Philip Kaufmann
2012-04-12updated to reflect pull-request suggestions / renamed some GUI elementsPhilip Kaufmann
2012-04-12fixed amount part of URI in QR-Codes / removed (no label) string if we have N...Philip Kaufmann
2012-04-12Fix OSX build errors.Gavin Andresen
2012-04-11Merge pull request #855 from sje397/ToggleHideWladimir J. van der Laan
2012-04-11by popular request, make 4th bar of connection icon greenWladimir J. van der Laan
2012-04-10Merge pull request #1054 from sipa/buildinfoPieter Wuille
2012-04-10Build identification stringsPieter Wuille
2012-04-11Toggle main window hide on tray icon clicksje397
2012-04-09Use scoped locks instead of CRITICAL_BLOCKPieter Wuille
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-04-06Change sign message bitcoin address tooltip to "The address to sign the messa...graingert
2012-04-05removed an unused / obsolete tag from bitcoin.qrcPhilip Kaufmann
2012-04-04Merge pull request #1019 from laanwj/2012_03_uirefactorPieter Wuille
2012-04-04Merge pull request #1025 from Diapolo/GUI-BlockDLWladimir J. van der Laan
2012-04-04Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...Wladimir J. van der Laan
2012-04-04qtui.h/noui.h interface cleanupWladimir J. van der Laan
2012-04-04support RPC stop and encryptwallet with UIWladimir J. van der Laan
2012-04-04remove dependency on serialize.h and util.h for SecureStringWladimir J. van der Laan
2012-04-04remove unused CalledSetStatusBar and UIThreadCall notificationsWladimir J. van der Laan
2012-04-04Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...Wladimir J. van der Laan
2012-04-04Code deduplication: make function in GUIUtil to get connection type to call o...Wladimir J. van der Laan
2012-04-04move QT_PLUGINS stuff to qt main file, where it belongsWladimir J. van der Laan
2012-04-03VC2010 compile fixesWladimir J. van der Laan
2012-04-03clarified comment why we use an own progressbar style / included "~" in the t...Philip Kaufmann
2012-04-03changed percentage done in tooltip to float to be more precise / allowed plur...Philip Kaufmann
2012-04-02Merge pull request #1026 from laanwj/2012_04_increase_up_to_date_timeGregory Maxwell
2012-04-02polished code and fixed progress display (was very jerky at the end of a sync)Philip Kaufmann
2012-04-02color update for progress barPhilip Kaufmann
2012-04-02implemented OS independent progress bar style / moved one-time functions used...Philip Kaufmann
2012-04-02changed progressbar text to "~n blocks remaining"Philip Kaufmann
2012-04-02removed relative progressbar display and moved re-worked network detection co...Philip Kaufmann
2012-04-02modified block DL progressbar to be dynamic and more precisePhilip Kaufmann
2012-04-02Increase time ago of last block for "up to date" status from 30 to 90 minutesWladimir J. van der Laan
2012-04-02Merge pull request #998 from Diapolo/transactiontablePieter Wuille
2012-04-02Merge pull request #1022 from Diapolo/fix#1020Pieter Wuille
2012-04-02Merge pull request #1006 from Diapolo/tr-trayPieter Wuille
2012-04-01hide Delete button (only) on ReceivingTab / hide Sign message button (only) o...Philip Kaufmann
2012-03-29made tray icon tooltip translatablePhilip Kaufmann
2012-03-27removed an ugly line break in a transaction tooltip for case TransactionStatu...Philip Kaufmann
2012-03-27update translations from transifexPhilip Kaufmann
2012-03-26Merge pull request #991 from gavinandresen/disableWinURIGavin Andresen
2012-03-26Disable bitcoin: URI handling on Windows for the 0.6 releaseGavin Andresen
2012-03-26make sure Window is shown when clicking bitcoin: Links to get user attentionPhilip Kaufmann