aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-6/+10
|/
* [Qt] add shortcurts for debug-/console-windowJonas Schnelli2015-11-121-0/+10
|
* [Qt] Raise debug window when requestedMarcoFalke2015-09-231-5/+12
| | | | | | | | * Raise the debug window when hidden behind other windows * Switch to the debug window when on another virtual desktop * Show the debug window when minimized This change is a conceptual copy of 5ffaaba and 382e9e2
* Disallow duplicate windows.Casey Rodarmor2015-09-041-3/+3
|
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-34/+35
| | | | | | | | | | | | | | Introduce a PlatformStyle to handle platform-specific customization of the UI. This replaces 'scicon', as well as #ifdefs to determine whether to place icons on buttons. The selected PlatformStyle defaults to the platform that the application was compiled on, but can be overridden from the command line with `-uiplatform=<x>`. Also fixes the warning from #6328.
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-5/+5
| | | | | | | | QT_NO_KEYWORDS prevents Qt from defining the `foreach`, `signals`, `slots` and `emit` macros. Avoid overlap between Qt macros and boost - for example #undef hackiness in #6421.
* [QT] mainwindow toolbar must not be movableJonas Schnelli2015-05-191-0/+1
|
* qt: fix numerusform in English translationWladimir J. van der Laan2015-05-041-1/+1
| | | | Ref: transifex issue https://www.transifex.com/projects/p/bitcoin/translate/#da/qt-translation-011x/c/47723791
* [Qt, Trivial] fix header groupings + space, intdentation fixesPhilip Kaufmann2015-04-201-1/+1
|
* Merge pull request #5833Wladimir J. van der Laan2015-04-011-9/+9
|\ | | | | | | | | 721cb55 GUI: Display label rather than address on popups (Luke Dashjr) e96028c GUI: Clarify terminology; use "Label" heading for labels row, and "Node/Service" rather than [IP] "Address" (Luke Dashjr)
| * GUI: Display label rather than address on popupsLuke Dashjr2015-03-061-9/+9
| |
* | [QT] some mac specifiy cleanup (memory handling, unnecessary code)Jonas Schnelli2015-03-131-1/+1
| |
* | [Qt] rework setNumBlocks to have blockDate as parameterPhilip Kaufmann2015-03-091-5/+4
| | | | | | | | - reduces some functional overhead and simplifies the code
* | [Qt] fix a issue where "command line options"-action overwrite ↵Jonas Schnelli2015-03-061-0/+1
| | | | | | | | | | | | "Preference"-action (on OSX) - fixes #5800
* | QT: remove unused parameterRob Van Mieghem2015-03-051-2/+2
| |
* | [Qt] use qint64 in BitcoinGUI::setNumBlocksPhilip Kaufmann2015-02-091-3/+3
|/ | | | | - as QDateTime.secsTo() returns a qint64 also store in a qint64 and not in an integer
* Merge pull request #5628Wladimir J. van der Laan2015-01-261-0/+3
|\ | | | | | | 785bb81 [Qt] remove size grip to get rid of the right margin (Jonas Schnelli)
| * [Qt] remove size grip to get rid of the right marginJonas Schnelli2015-01-131-0/+3
| | | | | | | | IMO nobody needs a size grip and it looks bad
* | Use text-color icons for system tray Send/Receive menu entriesLuke Dashjr2015-01-141-2/+18
|/
* Use real text rather than image-rendered text for unit selectorLuke Dashjr2014-12-291-1/+11
| | | | The width of each unit is measured to set a fixed width for the widget, and the color is set to match the other status widgets.
* Adopt style colour for button iconsLuke Dashjr2014-12-271-26/+26
|
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Merge pull request #5470Wladimir J. van der Laan2014-12-191-1/+1
|\ | | | | | | 78253fc Remove references to X11 licence (Michael Ford)
| * Remove references to X11 licenceMichael Ford2014-12-161-1/+1
| |
* | Merge pull request #5341Wladimir J. van der Laan2014-12-191-1/+1
|\ \ | | | | | | | | | | | | | | | 4709160 [Qt] fix a translation that occurs 2 times but was a little different (Philip Kaufmann) 50db7d9 [Qt] change some strings to reflect name change to Bitcoin Core (Philip Kaufmann) 2747f7c [Qt] fix missing plural form for a string in sendcoinsdialog (Philip Kaufmann)
| * | [Qt] change some strings to reflect name change to Bitcoin CorePhilip Kaufmann2014-12-021-1/+1
| |/
* | Merge pull request #5258Wladimir J. van der Laan2014-12-161-1/+6
|\ \ | | | | | | | | | 4a8fc15 [Qt] the RPC Console should be a QWidget to make window more independent (Jonas Schnelli)
| * | [Qt] the RPC Console should be a QWidget to make window more independentJonas Schnelli2014-11-131-1/+6
| | | | | | | | | | | | - fix issue #5254
* | | resize tray icon because a 1024x1024 icon won't show in ubuntu (bug)Jonas Schnelli2014-12-161-3/+3
| | |
* | | Merge pull request #5219Wladimir J. van der Laan2014-12-161-10/+6
|\ \ \ | |_|/ |/| | | | | 31aac02 Qt: new icons (Jonas Schnelli)
| * | Qt: new iconsJonas Schnelli2014-11-071-10/+6
| |/ | | | | | | | | | | | | | | - flat and b/w icons seems to be the new trend - support for HiDPI/retina - change icon sizes - fix assets-attribution.md - removed unused icons
* | [Qt, OSX] move QProgressBarMac to guiutil.hJonas Schnelli2014-11-191-19/+1
| |
* | [Qt, OSX] QProgressBar CPU-Issue workaroundJonas Schnelli2014-11-171-0/+18
| | | | | | | | fixes #5295
* | Don't show wallet options in the preferences menu when running with ↵sinetek2014-11-101-3/+3
|/ | | | -disablewallet
* [Qt] fix slot connection problems when no wallet is loadedPhilip Kaufmann2014-10-301-11/+13
| | | | | | | - guard 4 connect calls by an #ifdef when no wallet is loaded to fix "No such slot" warnings - also add comments when #ifdef ENABLE_WALLET end - fixes #5175
* qt: small English language updates from translatorsWladimir J. van der Laan2014-10-211-1/+1
| | | | More friendly language, use placeholders where possible
* Add a SECURE style flag for ThreadSafeMessageBox, which indicates that the ↵Mark Friedenbach2014-10-171-0/+3
| | | | message contains sensitive information. This keeps the message from being output to the debug log by bitcoind. Fixes a possible security risk when starting bitcoind in server mode without the 'rpcpassword' option configured, resulting in the "suggested" password being output to the debug log.
* qt: add network-specific style objectWladimir J. van der Laan2014-10-101-42/+15
| | | | | | | | Mainly cleanups: Gets rid of isTestNet everywhere, by keeping track of network-specific theming in a central place. Also makes GUI no longer dependent on the network ID enumeration, which alleviates concerns about #4802.
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-1/+1
|
* [Qt] add more NULL pointer checks in bitcoinguiPhilip Kaufmann2014-09-251-6/+8
| | | | | | - add missing checks for clientModel and optionsModel - small cleanups for an #ifdef on Mac - remove an unneeded else
* [Qt] include and file header cleanupPhilip Kaufmann2014-09-181-2/+3
| | | | | - alphabetical ordering - correct ordering own headers before normal headers etc.
* qt: Add null check in setClientModel(0)Wladimir J. van der Laan2014-08-261-2/+5
| | | | | Don't clear tray icon menu if it was never created. Necessary precaution after #4649.
* Merge pull request #4649Wladimir J. van der Laan2014-08-261-7/+36
|\ | | | | | | | | | | b197bf3 [Qt] disable tray interactions when client model set to 0 (Philip Kaufmann) 314fbd9 [Qt] use BitcoinGUI::DEFAULT_WALLET constant in bitcoin.cpp (Philip Kaufmann) 8ca6a16 [Qt] ensure all class attributes are init to 0 (Philip Kaufmann)
| * [Qt] disable tray interactions when client model set to 0Philip Kaufmann2014-08-081-4/+9
| | | | | | | | | | | | - this prevents the ability to fiddle around with the system tray when already shutting down (e.g. on slow shutdowns because of a proxy delay) - extends solution for #4360
| * [Qt] ensure all class attributes are init to 0Philip Kaufmann2014-08-081-3/+27
| | | | | | | | - in BitcoinGUI and UnitDisplayStatusBarControl
* | Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split up util.cpp/h into: - string utilities (hex, base32, base64): no internal dependencies, no dependency on boost (apart from foreach) - money utilities (parsesmoney, formatmoney) - time utilities (gettime*, sleep, format date): - and the rest (logging, argument parsing, config file parsing) The latter is basically the environment and OS handling, and is stripped of all utility functions, so we may want to rename it to something else than util.cpp/h for clarity (Matt suggested osinterface). Breaks dependency of sha256.cpp on all the things pulled in by util.
* | qt: better looking trayiconntrgn2014-08-121-2/+2
|/ | | | | Github-Pull: #4678 Rebased-By: Wladimir J. van der Laan <[email protected]>
* more Bitcoin -> Bitcoin Core string changesPhilip Kaufmann2014-08-041-3/+3
|
* Merge pull request #4524Wladimir J. van der Laan2014-07-141-5/+3
|\ | | | | | | 49d5712 qt: Ignore showNormalIfMinimized in initialization or shutdown (Wladimir J. van der Laan)
| * qt: Ignore showNormalIfMinimized in initialization or shutdownWladimir J. van der Laan2014-07-141-5/+3
| | | | | | | | | | | | | | Also get rid of ui_interface flag NOSHOWGUI. It's up to the GUI to decide this. Fixes #4360.