aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI codeWladimir J. van der Laan2012-05-131-0/+3
|
* guiutil.cpp/.h: fix a -Wreorder compiler warning and make constructor for ↵Philip Kaufmann2012-05-111-2/+2
| | | | ToolTipToRichTextFilter explicit
* add code to open (display) debug.log on Windows with the associated ↵Philip Kaufmann2012-05-111-0/+3
| | | | application and add a button to the Information page in the Debug console
* Allow Qt to wrap long tooltips (fixes #1063)Wladimir J. van der Laan2012-05-051-0/+18
| | | | Implemented without having to touch any translation: by listening for QEvent::ToolTipChange events, then rewriting the tooltips to prefix `<qt/>` if it is not yet rich text.
* Toggle main window hide on tray icon clicksje3972012-04-111-17/+18
| | | | | | | | | | | | | | | | | | | | | | - converted openBictoinAction to toggleHideAction - put GUIUtil functions into a namespace instead of a class - put window-related functions together in optionsdialog Reasoning: - toggle is more typical behaviour - it's more functional - better UX The typical issue with toggling visibility is that when a window is obscured by other windows but in the 'shown' state, hiding it isn't what you want. I've added an 'isObscured' function to GUIUtil that checks several pixels in the window to see if they are visible on the desktop so that an obscured but shown window can be raised. Conflicts: src/qt/guiutil.cpp src/qt/guiutil.h
* Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr2012-04-061-4/+4
|
* Code deduplication: make function in GUIUtil to get connection type to call ↵Wladimir J. van der Laan2012-04-041-0/+8
| | | | | | object slot in GUI thread with invokeMethod.
* Merge branch '201202_guiaddsuffix' of https://github.com/laanwj/bitcoinGavin Andresen2012-02-221-0/+14
|\
| * fix default suffixes in save dialog in GNOME, make it more clear that PNG is ↵Wladimir J. van der Laan2012-02-151-0/+14
| | | | | | | | used (solves #833)
* | Restructure IPC URL handling (fixes #851)Wladimir J. van der Laan2012-02-171-1/+2
|/
* Copy amount to clipboard (implements #657)Wladimir J. van der Laan2011-12-231-0/+10
| | | | - Also, unify similar code related to copying transaction fields to clipboard
* Move HtmlEscape (escape for qt rich text controls) to qt gui utilitiesWladimir J. van der Laan2011-12-231-0/+4
|
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-1/+0
| | | | This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9.
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-0/+1
|
* Improve documentation for UI classesWladimir J. van der Laan2011-11-131-0/+2
|
* QtUI code cleanup / comment improvementsWladimir J. van der Laan2011-08-081-2/+2
|
* allow empty/missing amounts in URLWladimir J. van der Laan2011-08-071-0/+1
|
* Accept "bitcoin:" URL drops from browsersWladimir J. van der Laan2011-08-071-1/+7
|
* show last few transactions on overview pageWladimir J. van der Laan2011-08-031-0/+2
|
* preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan2011-07-251-6/+0
|
* Implement filter row instead of tabs, allows for more expressive filtersWladimir J. van der Laan2011-06-291-1/+7
|
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+25