aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
AgeCommit message (Expand)Author
2013-04-12qt: move export button to tabsWladimir J. van der Laan
2013-04-08Merge pull request #2481 from laanwj/2013_04_cleanupWladimir J. van der Laan
2013-04-07qt: remove redundant wallet methods from bitcoinguiWladimir J. van der Laan
2013-04-06small indentation, space, formatting fixes (no code changes)Philip Kaufmann
2013-04-03Have Qt poll for shutdown requested, the QT way.Gavin Andresen
2013-04-03Bitcoin-Qt: fix GUI after initial multi-wallet patchPhilip Kaufmann
2013-04-01fix "send coins" via context menu in address bookPhilip Kaufmann
2013-03-29Merge remote-tracking branch 'codeshark/multiwallet-qt-no-core' (pull #2220)Wladimir J. van der Laan
2013-03-29Merge pull request #2393 from r000n/stagingWladimir J. van der Laan
2013-03-23Save & restore window size and positionRoman Mindalev
2013-03-22Minimal architectural changes necessary to support multiple wallets in bitcoi...Eric Lombrozo
2013-03-18Bitcoin-Qt: add "send coins" to context menu in addressbookPhilip Kaufmann
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
2013-02-22Merge pull request #2310 from sipa/progressbarGavin Andresen
2013-02-17Improve block database load error reportingPieter Wuille
2013-02-16Change progress bar from block-based to time-basedWladimir J. van der Laan
2012-12-03use new message() function in BitcoinGUIPhilip Kaufmann
2012-12-03Bitcoin-Qt: remove obsolete modal flag from GUI APIsPhilip Kaufmann
2012-11-27split of createTrayIconMenu() from createTrayIcon() in BitcoinGUIPhilip Kaufmann
2012-11-26update CClientUIInterface and remove orphan Wx stuffPhilip Kaufmann
2012-11-08Qt: small header changes / fixesPhilip Kaufmann
2012-10-31Bitcoin-Qt: use statustips in addition to tooltipsPhilip Kaufmann
2012-09-22Merge pull request #1852 from fanquake/bugreportlinksWladimir J. van der Laan
2012-09-22Update Bugreport Linksfanquake
2012-09-21enhance Qt5 compatibilityPhilip Kaufmann
2012-08-29remove FIRST_CLASS_MESSAGING support from the clientPhilip Kaufmann
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-07-17small update for BitcoinGUI::setNumBlocks() functionPhilip Kaufmann
2012-07-08replace some ugly code in addressbookpage.cppPhilip Kaufmann
2012-07-06GUI: merge sign/verify message into a single window with tabbed UIPhilip Kaufmann
2012-06-12merge toggleHidden() code into showNormalIfMinimized() to extend the function...Philip Kaufmann
2012-05-20Fine-grained UI updatesWladimir J. van der Laan
2012-05-12Add a menu option to verify a signed messagesje397
2012-05-10add placeholder text to address field (like in sendcoins) and set focus to ad...Philip Kaufmann
2012-05-05Add UI RPC console / debug windowWladimir J. van der Laan
2012-04-11Toggle main window hide on tray icon clicksje397
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-04-04qtui.h/noui.h interface cleanupWladimir J. van der Laan
2012-04-04Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...Wladimir J. van der Laan
2012-02-26Merge pull request #853 from laanwj/2012_02_altminimizetrayWladimir J. van der Laan
2012-02-17Do show/showNormal only when needed.Wladimir J. van der Laan
2012-02-17Hide window from taskbar when "minimize to tray" active by making window into...Wladimir J. van der Laan
2012-02-15Added 'Backup Wallet' menu optionsje397
2012-02-11Fix Minimize to the tray instead of the taskbarJanne Pulkkinen
2012-01-27Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr
2012-01-05Add support for opening bitcoin: URIs directly.Matt Corallo
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-19Merge pull request #699 from laanwj/about_qtGavin Andresen
2011-12-13Fix status bar not displaying Alerts.Matt Corallo