aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
AgeCommit message (Expand)Author
2014-01-29[Qt] extend validate line edit and btc address validatorPhilip Kaufmann
2014-01-28[Qt] fix bitcoin: URI strings (spelling fixes)Philip Kaufmann
2014-01-23qt: Fix richtext detection hang issue on very old Qt versionsWladimir J. van der Laan
2014-01-18[Qt] add utilitydialog.cpp/h and helpmessage classPhilip Kaufmann
2013-12-16some more small re-branding changes (Bitcoin Core)Philip Kaufmann
2013-12-13Rebrand to `Bitcoin Core`Wladimir J. van der Laan
2013-12-03[Qt] small notificator and style changesPhilip Kaufmann
2013-11-16[Qt] use GUIUtil::setClipboard() where possiblePhilip Kaufmann
2013-11-14Coin Control FeaturesCozz Lovan
2013-11-12qt: make URI scheme comparison case insensitiveWladimir J. van der Laan
2013-11-11qt: add Open URI dialogWladimir J. van der Laan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-10-26GUIUtil: make getSaveFileName() use native OS path separatorsPhilip Kaufmann
2013-10-23qt: move bitcoin URI formatting to guiutilWladimir J. van der Laan
2013-10-23qt: add message field to SendCoinsRecipientWladimir J. van der Laan
2013-10-21Add separate bitcoin-rpc clientWladimir J. van der Laan
2013-08-22Reject dust amounts during validationGavin Andresen
2013-08-05Merge pull request #2827 from Diapolo/rpccon_winposGavin Andresen
2013-07-31Remove #define loop from util.hGavin Andresen
2013-07-29Bitcoin-Qt: save and restore position of debug windowPhilip Kaufmann
2013-07-23Bitcoin-Qt: fix QApplication includes to match our include defaultsPhilip Kaufmann
2013-06-16qt: allow user to choose data directoryWladimir J. van der Laan
2013-06-03Merge branch 'master' of git://github.com/bitcoin/bitcoin into prefsFixJonas Schnelli
2013-06-03MaxOSX: settings fixes (#2371)Jonas Schnelli
2013-06-01Qt5 compatibilityWladimir J. van der Laan
2013-04-02Bitcoin-Qt: only use qApp for Q(Core)Application::instance()Philip Kaufmann
2013-04-02Bitcoin-Qt: fix copy via context-menu brokenPhilip Kaufmann
2013-03-29Merge pull request #2350 from DavidGriffith/masterWladimir J. van der Laan
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
2013-03-09Also copy the address to the X11 clipboard (the one you middle-click to paste)David Griffith
2013-01-21Bitcoin-Qt: extend parseBitcoinURI() pre-checkPhilip Kaufmann
2012-10-04Send --help message to stdout i.s.o stderrWladimir J. van der Laan
2012-08-07Fix Qt test cases by moving address checks to parseBitcoinURIMatt Corallo
2012-08-02fix further spelling errors / remove a tab in the sourcePhilip Kaufmann
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-07-19Update a linkfanquake
2012-06-14Show command line options as dialog when opened from debug windowWladimir J. van der Laan
2012-06-14URI-handling code update: added safety checks and tray-notificationsPhilip Kaufmann
2012-06-12Cross-platform "Open debug logfile"Wladimir J. van der Laan
2012-06-09Fix Mingw64 build (missing headers according to M$ documentation)Matt Corallo
2012-06-01move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...Philip Kaufmann
2012-05-13Merge pull request #1283 from laanwj/2012_05_prevent_tooltip_infiniteloopWladimir J. van der Laan
2012-05-13Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI codeWladimir J. van der Laan
2012-05-13Prevent tooltip filter from ever causing infinite loopsWladimir J. van der Laan
2012-05-11Add missing #include for GetDataDirWladimir J. van der Laan
2012-05-11guiutil.cpp/.h: fix a -Wreorder compiler warning and make constructor for Too...Philip Kaufmann
2012-05-11add code to open (display) debug.log on Windows with the associated applicati...Philip Kaufmann
2012-05-05Allow Qt to wrap long tooltips (fixes #1063)Wladimir J. van der Laan
2012-04-17Remove headers.hPieter Wuille