aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #5476Wladimir J. van der Laan2015-01-021-0/+5
|\ \
| * | Display time offset in the debug window's Peers tabPavel Janík2014-12-151-0/+5
* | | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | | Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|/ /
* | MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
* | MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+1
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-1/+1
* | Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-1/+3
* | qt: Use quint64 for formatServicesStrWladimir J. van der Laan2014-08-181-1/+1
* | Merge pull request #4659Wladimir J. van der Laan2014-08-141-6/+7
|\ \
| * | [Qt] move SubstituteFonts() above ToolTipToRichTextFilterPhilip Kaufmann2014-08-081-6/+7
* | | Merge pull request #4622Wladimir J. van der Laan2014-08-111-0/+4
|\ \ \ | |/ / |/| |
| * | URLs containing a / after the address no longer cause parsing errors.Ross Nicoll2014-08-081-0/+4
* | | qt: fix unicode character display on osx when building with 10.7 sdkCory Fields2014-08-071-0/+27
* | | [Qt] format ping times in peers tab as msPhilip Kaufmann2014-08-041-1/+1
* | | [Qt] tweak new peers tab in console windowPhilip Kaufmann2014-08-041-0/+5
|/ /
* | [Qt] Fix thin space in URICozz Lovan2014-07-201-1/+1
* | Move fee policy out of coreGavin Andresen2014-07-031-1/+2
* | [Qt] don't allow translation of our example btc addressPhilip Kaufmann2014-06-231-1/+3
* | Type-safe CFeeRate classGavin Andresen2014-06-061-1/+1
* | [Qt] style police and small addition in rpcconsolePhilip Kaufmann2014-06-031-2/+1
* | Merge pull request #4225Wladimir J. van der Laan2014-06-031-0/+48
|\ \
| * | Qt: Add GUI view of peer information. #4133Ashley Holman2014-06-031-0/+48
* | | [Qt] Fix Start bitcoin on system loginCozz Lovan2014-05-291-1/+1
* | | Qt: Fix monospace font in osx 10.9Cory Fields2014-05-241-0/+4
|/ /
* | [Qt] fix style, formating, comment and indentation problemsPhilip Kaufmann2014-03-271-13/+15
* | qt: Do proper boost::path conversionWladimir J. van der Laan2014-03-251-1/+31
* | [QT] Fixes feel when resizing the last column on tables (issue #2862)gubatron2014-03-211-0/+115
* | [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