aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Collapse)Author
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 ↵graingert
message with" Closes #1050
2012-04-05removed an unused / obsolete tag from bitcoin.qrcPhilip Kaufmann
2012-04-04Merge pull request #1019 from laanwj/2012_03_uirefactorPieter Wuille
Streamline UI ↔ Core interface
2012-04-04Merge pull request #1025 from Diapolo/GUI-BlockDLWladimir J. van der Laan
modified block DL progressbar to be more informative and precise
2012-04-04Move from noui.h / ui.h to one ui_interface.h with dummy implementation for ↵Wladimir J. van der Laan
the daemon.
2012-04-04qtui.h/noui.h interface cleanupWladimir J. van der Laan
- rename wxMessageBox, remove redundant arguments to noui/qtui calls - also, add flag to force blocking, modal dialog box for disk space warning etc - clarify function naming - no more special MessageBox needed from AppInit2, as window object is created before calling AppInit2
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 ↵Wladimir J. van der Laan
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
2012-04-04Code deduplication: make function in GUIUtil to get connection type to call ↵Wladimir J. van der Laan
object slot in GUI thread with invokeMethod.
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 ↵Philip Kaufmann
tr() call
2012-04-03changed percentage done in tooltip to float to be more precise / allowed ↵Philip Kaufmann
plurals in translation for "x block(s) remaining"
2012-04-02Merge pull request #1026 from laanwj/2012_04_increase_up_to_date_timeGregory Maxwell
Increase time ago of last block for "up to date" status from 30 to 90 minutes
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 ↵Philip Kaufmann
used on the bar to a better code location
2012-04-02changed progressbar text to "~n blocks remaining"Philip Kaufmann
2012-04-02removed relative progressbar display and moved re-worked network detection ↵Philip Kaufmann
code to setNumBlocks()
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
It was too hyperactive. gmaxwell: I mean that right now when the block gap goes over an hour it starts showing synchronizing. Increasing that to 90 minutes or so would make it only happen about 6.4 times per year
2012-04-02Merge pull request #998 from Diapolo/transactiontablePieter Wuille
removed an ugly line break in a transaction tooltip
2012-04-02Merge pull request #1022 from Diapolo/fix#1020Pieter Wuille
fix for #1020
2012-04-02Merge pull request #1006 from Diapolo/tr-trayPieter Wuille
made tray icon tooltip translatable
2012-04-01hide Delete button (only) on ReceivingTab / hide Sign message button (only) ↵Philip Kaufmann
on SendingTab
2012-03-29made tray icon tooltip translatablePhilip Kaufmann
2012-03-27removed an ugly line break in a transaction tooltip for case ↵Philip Kaufmann
TransactionStatus::Mature
2012-03-27update translations from transifexPhilip Kaufmann
2012-03-26Merge pull request #991 from gavinandresen/disableWinURIGavin Andresen
Disable bitcoin: URI handling on Windows for the 0.6 release
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
2012-03-21Correct dateMichael
2012-03-21Merge pull request #954 from Diapolo/masterWladimir J. van der Laan
language updates for source file bitcoin_en.ts + remove cs_CZ (issue #958)
2012-03-20Proper support for Growl 1.3 notificationsp2k
2012-03-20remove bitcoin_cs_CZ from bitcoin.qrc and delete bitcoin_cs_CZ.tsPhilip Kaufmann
2012-03-19updated english language source file via lupdatePhilip Kaufmann
2012-03-19Merge pull request #953 from Diapolo/masterNils Schneider
german translation update
2012-03-19fixed a capitalization error in the german translationPhilip Kaufmann
2012-03-19update german translation from transifexPhilip Kaufmann
2012-03-18Make the sendcoins dialog use the configured unit type, even on the first ↵Joel Kaartinen
attempt.
2012-03-17update german translation from transifexPhilip Kaufmann
2012-03-16update translations from transifexNils Schneider
2012-03-16Yet another attempt at implementing "minimize to tray" that works on all OSesWladimir J. van der Laan
2012-02-27Do not start bitcoin: thread on OSX. fixes #889Gavin Andresen
2012-02-27Merge branch 'nooptionsinwallet+fixproxysetting' of ↵Gavin Andresen
https://github.com/sipa/bitcoin
2012-02-26Merge pull request #853 from laanwj/2012_02_altminimizetrayWladimir J. van der Laan
Yet another alternative "minimize to tray" implementation Fixes problems with window positioning.
2012-02-26Store addrProxy port in settingsPieter Wuille