aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qt.include
Commit message (Collapse)AuthorAgeFilesLines
* qt: Translate all files, even if wallet disabledWladimir J. van der Laan2016-10-111-7/+11
| | | | | This passes all QT cpp files to the lupdate executable which extracts translations, no matter what conditional functionality is enabled.
* Merge #8784: Copyright headers for build scriptsWladimir J. van der Laan2016-09-291-0/+4
|\ | | | | | | | | | | | | 0c4e6ce Add MIT license to build-aux/m4 scripts (Luke Dashjr) 3f8a5d8 Trivial: build-aux/m4/l_atomic: Fix typo (Luke Dashjr) 3b4b6dc Add MIT license to autogen.sh and share/genbuild.sh (Luke Dashjr) f4dffdd Add MIT license to Makefiles (Luke Dashjr)
| * Add MIT license to MakefilesLuke Dashjr2016-09-211-0/+4
| |
* | [Qt] add out-of-sync modal info layerJonas Schnelli2016-08-261-0/+4
|/
* [Qt] add HD enabled/disabled icon to the status barJonas Schnelli2016-08-191-2/+4
|
* qt: periodic translation updateWladimir J. van der Laan2016-07-121-0/+1
| | | | | Added languages: - `bg_BG`: Bulgarian (Bulgaria)
* windows: Add testnet icon for testnet linkWladimir J. van der Laan2016-06-301-0/+1
| | | | Overhauled testnet icon by Jonas Schnelli
* qt: Periodic translations updateWladimir J. van der Laan2016-06-281-5/+1
|
* qt: Periodic transifex updateWladimir J. van der Laan2016-06-211-0/+11
| | | | | | | | | | | | | | | | Pulls in the following new languages: - `af` Afrikaans - `es_419` Spanish (Latin America) - `es_AR` Spanish (Argentina) - `es_CO` Spanish (Colombia) - `fil` Filipino - `it_IT` Italian (Italy) - `ro` Romanian - `sr@latin` Serbian (Latin) - `ta` Tamil - `uz@Latn` Uzbek (Latin) - `zh_HK` Chinese (Hong Kong)
* bulid: fix "make translate" when out-of-treeCory Fields2016-06-091-3/+3
|
* build: more out-of-tree fixupsCory Fields2016-06-011-2/+3
| | | | | | - clear the __pycache__ during 'make clean' - Copy the qrc locale file to a temp location and remove it when finished (rcc expects everything to be in the same path)
* qt: Fix out-of-tree GUI buildsWladimir J. van der Laan2016-04-221-2/+2
| | | | | | | | | | | | | | | | | | | | Without this patch: - When I compile the GUI from the bitcoin directory itself, it works as expected. - When I build the GUI in an out-of-tree build, I cannot get it to select tabs. When I click, say the "Receive" tab nothing happens, the button selects but it doesn't switch the page. The rest - even the debug window - seems to work. See full discussion here: https://github.com/bitcoin/bitcoin/pull/7911#issuecomment-212413442 This turned out to be caused by a mismatch in the arguments to moc, preventing it from finding `bitcoin-config.h`. Fix this by passing `$(DEFAULT_INCLUDES)` to it, which gets set to the appropriate path by autoconf itself.
* Merge #7707: [RPC][QT] UI support for abandoned transactionsJonas Schnelli2016-04-041-1/+2
|\ | | | | | | 8efed3b [Qt] Support for abandoned/abandoning transactions (Jonas Schnelli)
| * [Qt] Support for abandoned/abandoning transactionsJonas Schnelli2016-04-041-1/+2
| |
* | build: python 3 compatibilityWladimir J. van der Laan2016-03-291-1/+1
|/ | | | | | | | | | | | | | | Ubuntu 16.04 "xenial xerus" does not come with Python 2.x by default. It is possible to install a python-2.7 package, but this has its own problem: no `python` or `python2` symlink (see #7717). This fixes the following scripts to work with python 3: - `make check` (bctest,py, bitcoin-util-test.py) - `make translate` (extract_strings_qt.py) - `make symbols-check` (symbol-check.py) - `make security-check` (security-check.py) Explicitly call the python commands using $(PYTHON) instead of relying on the interpreter line at the top of the scripts.
* Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-6/+15
|\
| * Merge #7091: Consensus build packageWladimir J. van der Laan2016-02-021-1/+1
| |\ | | | | | | | | | | | | | | | cf82d05 Build: Consensus: Make libbitcoinconsensus_la_SOURCES fully dynamic and dependend on both crypto and consensus packages (Jorge Timón) 4feadec Build: Libconsensus: Move libconsensus-ready files to the consensus package (Jorge Timón) a3d5eec Build: Consensus: Move consensus files from common to its own module/package (Jorge Timón)
| | * Build: Consensus: Move consensus files from common to its own module/packageJorge Timón2015-12-081-1/+1
| | |
| * | [Qt] Add a new chevron/arrow icon for the console prompt lineJonas Schnelli2016-01-261-0/+1
| | |
| * | [Qt] Add option to increase/decrease font size in the console windowJonas Schnelli2016-01-221-0/+2
| |/
| * qt: Final translation update before 0.12 forkWladimir J. van der Laan2015-12-021-5/+11
| | | | | | | | | | | | | | | | - Add new translations (finally, after a long time) - update-translation script was not considering new translations - oops - fixed this, also remove (nearly) empty translations - Update translation process, it was still describing the old repository structure
* | Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhereLuke Dashjr2016-01-191-1/+1
| |
* | Set copyright holders displayed in notices separately from the package nameLuke Dashjr2015-12-221-1/+1
| | | | | | | | This helps avoid accidental removal of upstream copyright names
* | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-1/+1
|/
* build: Use fPIC rather than fPIE for qt objects.Cory Fields2015-11-091-2/+2
| | | | But only if qt was built with reduced relocations.
* build: Split hardening/fPIE options outCory Fields2015-11-091-2/+4
| | | | This allows for fPIE to be used selectively.
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
| | | | similar to secp256k1 include and compile univalue over a subtree
* Rename rpcconsole.ui => debugwindow.uiMarcoFalke2015-09-231-1/+1
|
* [Qt] add banlist table below peers tableJonas Schnelli2015-09-161-0/+3
|
* Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik2015-09-161-0/+3
| | | | | | | | | Continues Johnathan Corgan's work. Publishing multipart messages Bugfix: Add missing zmq header includes Bugfix: Adjust build system to link ZeroMQ code for Qt binaries
* build: build-system changes for libeventWladimir J. van der Laan2015-09-021-1/+2
|
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-2/+2
| | | | | | | | | | | | | | 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-1/+1
| | | | | | | | 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] use alert icon with tooltip insted of "(out of sync)" textJonas Schnelli2015-05-121-0/+1
| | | | | | # Conflicts: # src/qt/forms/overviewpage.ui # src/qt/overviewpage.cpp
* [Qt] optimize helpmessage dialogJonas Schnelli2015-01-091-2/+1
| | | | | | | - enlarge standard size - remove fixed 10px font - remove left mood image - ensure that table has no ugly line-breaks on OSX, Linux
* Merge pull request #5542Wladimir J. van der Laan2015-01-081-1/+1
|\ | | | | | | | | | | | | 2ecd294 Bugfix: configure: Correctly detect "nothing to build" condition (Luke Dashjr) b7a4ecc Bugfix: Only check for boost when building code that requires it (Luke Dashjr) a19eeac Bugfix: configure: Check for openssl/ec.h (Luke Dashjr) fe925e2 Use EXTRA_LIBRARIES instead of noinst_LIBRARIES so we can avoid building unused code (Cory Fields)
| * Use EXTRA_LIBRARIES instead of noinst_LIBRARIES so we can avoid building ↵Cory Fields2015-01-061-1/+1
| | | | | | | | unused code
* | Merge pull request #5551Wladimir J. van der Laan2015-01-021-3/+0
|\ \ | | | | | | | | | dd3f697 Use real text rather than image-rendered text for unit selector (Luke Dashjr)
| * | Use real text rather than image-rendered text for unit selectorLuke Dashjr2014-12-291-3/+0
| | | | | | | | | | | | 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.
* | | Merge pull request #5505Wladimir J. van der Laan2014-12-291-2/+5
|\ \ \ | |/ / |/| | | | | 469d564 Build winshutdownmonitor.cpp on Windows only. (Pavel Janík)
| * | Build winshutdownmonitor.cpp on Windows only.Pavel Janík2014-12-181-2/+5
| | |
* | | Adopt style colour for button iconsLuke Dashjr2014-12-271-0/+2
|/ /
* | Qt: HiDPI (retina) support for splash screenJonas Schnelli2014-12-161-6/+2
| | | | | | | | | | | | | | - remove splash screen images (reduce binary size) - dynamicly draw splash screen with available icon. - remove testnet icon - dynamicly colorize testnet icon
* | Merge pull request #5219Wladimir J. van der Laan2014-12-161-7/+11
|\ \ | |/ |/| | | 31aac02 Qt: new icons (Jonas Schnelli)
| * Qt: new iconsJonas Schnelli2014-11-071-7/+11
| | | | | | | | | | | | | | | | - 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
* | build: make a distinction between static app ldflags and static lib ldflagsCory Fields2014-11-191-1/+1
| | | | | | | | | | For windows builds, exe's are always static, but libs should still conform to --enabled-shared and --enable-static.
* | Always build and link libsecp256k1Pieter Wuille2014-11-181-4/+1
|/
* Merge pull request #5086Wladimir J. van der Laan2014-10-271-1/+1
|\ | | | | | | | | 1723862 build: fix libtool's refusal to link static libs into a dll (Cory Fields) 28d412f build: quit abusing LIBS for Windows builds. (Cory Fields)
| * build: quit abusing LIBS for Windows builds.Cory Fields2014-10-131-1/+1
| | | | | | | | | | | | | | | | Similar to the INCLUDES changes in 6b099402b40, split out LIBS into individual entries for more fine-grained control. Also add MINIUPNPC_LIBS which was missing before, and hook it up to executables.
* | qt: remove monitoreddatamapperWladimir J. van der Laan2014-10-231-3/+0
| | | | | | | | | | We haven't used the viewModified signal in ages, so we can use a normal QDataWidgetMapper.