59 Commits (92aa7311d64cb1a0109d63d6bf7406c119bf94cd)

Author SHA1 Message Date
MarcoFalke 28313b83fc [qt] Use fixed pitch font for the rpc console 9 years ago
Wladimir J. van der Laan d29ec6c230 qt: define QT_NO_KEYWORDS 10 years ago
Philip Kaufmann 51fc672f59 [Qt] disconnect peers from peers tab via context menu 10 years ago
Cory Fields f5ad78b34a qt: fonts: allow SubstituteFonts to filter based on user's language 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Pavel Janík 73caf47dfe Display time offset in the debug window's Peers tab 10 years ago
Jonas Schnelli c5a2282855
[Qt, OSX] fix Qt4.8 compatibility with QProgressBar issue 10 years ago
Jonas Schnelli 0ceab00d16 [Qt, OSX] move QProgressBarMac to guiutil.h 10 years ago
Pavel Janík 84738627ce Fix all header defines 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Wladimir J. van der Laan e4731dd85c
qt: Use quint64 for formatServicesStr 10 years ago
Philip Kaufmann c4bae53092 [Qt] move SubstituteFonts() above ToolTipToRichTextFilter 10 years ago
Cory Fields 292cc072f3 qt: fix unicode character display on osx when building with 10.7 sdk 11 years ago
Philip Kaufmann a5b2d9c82e [Qt] tweak new peers tab in console window 11 years ago
Philip Kaufmann bbe1925ce3 [Qt] style police and small addition in rpcconsole 11 years ago
Ashley Holman 65f78a111f
Qt: Add GUI view of peer information. #4133 11 years ago
Philip Kaufmann cfe4cad9e5 [Qt] fix style, formating, comment and indentation problems 11 years ago
Wladimir J. van der Laan 7e591c19e7 qt: Do proper boost::path conversion 11 years ago
gubatron 8c29273ff0 [QT] Fixes feel when resizing the last column on tables (issue #2862) 11 years ago
Philip Kaufmann c78bd93701
[Qt] extend validate line edit and btc address validator 11 years ago
Philip Kaufmann 7b50bb2f1b [Qt] add utilitydialog.cpp/h and helpmessage class 11 years ago
Cozz Lovan 6a86c24db1 Coin Control Features 11 years ago
Philip Kaufmann 4f7d496b82 [Qt] remove GUIUtil::getSaveFileName() default arguments 11 years ago
Wladimir J. van der Laan 4c60358604 qt: add Open URI dialog 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Wladimir J. van der Laan e592d43f51 qt: add license header to source files 11 years ago
Wladimir J. van der Laan 786b066f03 qt: move bitcoin URI formatting to guiutil 11 years ago
Gavin Andresen 57d80467f1 Reject dust amounts during validation 11 years ago
Philip Kaufmann c431e9f1f0 Bitcoin-Qt: save and restore position of debug window 12 years ago
Philip Kaufmann 32af5266cf Bitcoin-Qt: massive header and cpp cleanup 12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings 13 years ago
fanquake 26227db843 Typo 13 years ago
Wladimir J. van der Laan 7d72a8c36a Show command line options as dialog when opened from debug window 13 years ago
Philip Kaufmann 5d6b30271f move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin command-line options (in RPC Console -> Information) / resize Debug window a little to allow for a non-breaking display of the welcome message with non-english translation 13 years ago
Philip Kaufmann ff0ee876bb change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string 13 years ago
Wladimir J. van der Laan 67d4cbab46 Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code 13 years ago
Philip Kaufmann 58b01afc50 guiutil.cpp/.h: fix a -Wreorder compiler warning and make constructor for ToolTipToRichTextFilter explicit 13 years ago
Philip Kaufmann 4d3dda5d9f add code to open (display) debug.log on Windows with the associated application and add a button to the Information page in the Debug console 13 years ago
Wladimir J. van der Laan 3793fa09ff Allow Qt to wrap long tooltips (fixes #1063) 13 years ago
sje397 86d5634941 Toggle main window hide on tray icon click 13 years ago
Luke Dashjr fa2544e79f Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs 13 years ago
Wladimir J. van der Laan 7e7bcce2d9 Code deduplication: make function in GUIUtil to get connection type to call object slot in GUI thread 13 years ago
Wladimir J. van der Laan 23b3cf9d10 Restructure IPC URL handling (fixes #851) 13 years ago
Wladimir J. van der Laan 303a47c095 fix default suffixes in save dialog in GNOME, make it more clear that PNG is used (solves #833) 13 years ago
Wladimir J. van der Laan c58e7d4e01 Copy amount to clipboard (implements #657) 13 years ago
Wladimir J. van der Laan e073457191 Move HtmlEscape (escape for qt rich text controls) to qt gui utilities 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Wladimir J. van der Laan af836ad588 Improve documentation for UI classes 13 years ago