aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Qt] extend validate line edit and btc address validatorPhilip Kaufmann2014-01-291-3/+9
* [Qt] fix bitcoin: URI strings (spelling fixes)Philip Kaufmann2014-01-281-1/+1
* qt: Fix richtext detection hang issue on very old Qt versionsWladimir J. van der Laan2014-01-231-3/+3
* [Qt] add utilitydialog.cpp/h and helpmessage classPhilip Kaufmann2014-01-181-41/+0
* some more small re-branding changes (Bitcoin Core)Philip Kaufmann2013-12-161-1/+1
* Rebrand to `Bitcoin Core`Wladimir J. van der Laan2013-12-131-2/+2
* [Qt] small notificator and style changesPhilip Kaufmann2013-12-031-0/+1
* [Qt] use GUIUtil::setClipboard() where possiblePhilip Kaufmann2013-11-161-4/+2
* Coin Control FeaturesCozz Lovan2013-11-141-0/+6
* qt: make URI scheme comparison case insensitiveWladimir J. van der Laan2013-11-121-1/+1
* qt: add Open URI dialogWladimir J. van der Laan2013-11-111-0/+35
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-26/+27
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* GUIUtil: make getSaveFileName() use native OS path separatorsPhilip Kaufmann2013-10-261-5/+5
* qt: move bitcoin URI formatting to guiutilWladimir J. van der Laan2013-10-231-0/+28
* qt: add message field to SendCoinsRecipientWladimir J. van der Laan2013-10-231-0/+5
* Add separate bitcoin-rpc clientWladimir J. van der Laan2013-10-211-1/+1
* Reject dust amounts during validationGavin Andresen2013-08-221-0/+8
* Merge pull request #2827 from Diapolo/rpccon_winposGavin Andresen2013-08-051-0/+25
|\
| * Bitcoin-Qt: save and restore position of debug windowPhilip Kaufmann2013-07-291-0/+25
* | Remove #define loop from util.hGavin Andresen2013-07-311-1/+0
|/
* Bitcoin-Qt: fix QApplication includes to match our include defaultsPhilip Kaufmann2013-07-231-2/+2
* qt: allow user to choose data directoryWladimir J. van der Laan2013-06-161-1/+2
* Merge branch 'master' of git://github.com/bitcoin/bitcoin into prefsFixJonas Schnelli2013-06-031-1/+19
|\
| * Qt5 compatibilityWladimir J. van der Laan2013-06-011-1/+19
* | MaxOSX: settings fixes (#2371)Jonas Schnelli2013-06-031-3/+54
|/
* Bitcoin-Qt: only use qApp for Q(Core)Application::instance()Philip Kaufmann2013-04-021-3/+3
* Bitcoin-Qt: fix copy via context-menu brokenPhilip Kaufmann2013-04-021-4/+5
* Merge pull request #2350 from DavidGriffith/masterWladimir J. van der Laan2013-03-291-1/+1
|\
| * Also copy the address to the X11 clipboard (the one you middle-click to paste)David Griffith2013-03-091-1/+1
* | Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-2/+4
|/
* Bitcoin-Qt: extend parseBitcoinURI() pre-checkPhilip Kaufmann2013-01-211-1/+2
* Send --help message to stdout i.s.o stderrWladimir J. van der Laan2012-10-041-1/+1
* Fix Qt test cases by moving address checks to parseBitcoinURIMatt Corallo2012-08-071-6/+0
* fix further spelling errors / remove a tab in the sourcePhilip Kaufmann2012-08-021-1/+1
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-2/+2
* Update a linkfanquake2012-07-191-1/+1
* Show command line options as dialog when opened from debug windowWladimir J. van der Laan2012-06-141-5/+11
* URI-handling code update: added safety checks and tray-notificationsPhilip Kaufmann2012-06-141-9/+14
* Cross-platform "Open debug logfile"Wladimir J. van der Laan2012-06-121-4/+2
* Fix Mingw64 build (missing headers according to M$ documentation)Matt Corallo2012-06-091-0/+2
* move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...Philip Kaufmann2012-06-011-0/+35
* Merge pull request #1283 from laanwj/2012_05_prevent_tooltip_infiniteloopWladimir J. van der Laan2012-05-131-1/+1
|\
| * Prevent tooltip filter from ever causing infinite loopsWladimir J. van der Laan2012-05-131-1/+1
* | Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI codeWladimir J. van der Laan2012-05-131-0/+145
|/
* Add missing #include for GetDataDirWladimir J. van der Laan2012-05-111-0/+1
* guiutil.cpp/.h: fix a -Wreorder compiler warning and make constructor for Too...Philip Kaufmann2012-05-111-2/+2
* add code to open (display) debug.log on Windows with the associated applicati...Philip Kaufmann2012-05-111-0/+29
* Allow Qt to wrap long tooltips (fixes #1063)Wladimir J. van der Laan2012-05-051-0/+24
* Remove headers.hPieter Wuille2012-04-171-2/+0