| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
| |
Use misc methods of avoiding unnecesary header includes.
Replace int typedefs with int##_t from stdint.h.
Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h.
Normalize QT_VERSION ifs where possible.
Resolve some indirect dependencies as direct ones.
Remove extern declarations from .cpp files.
|
| |
|
|
| |
Closes #839
|
| |
|
|
|
|
|
|
|
|
|
| |
- rename URL into URI in paymentserver where correct
- add some missing Qt-coding-stuff in paymentserver
- change QSpinBox to QLineEdit as base for BitcoinAmountField in .ui files
(as this is the result when converting the BAF back into base)
- remove some c_str() and replace with QString::fromStdString()
- remove several new-lines
- remove unneeded spaces
- indentation fixes
|
| |
|
|
|
| |
On non-us keyboards you can obtain lower case characters even pressing
the SHIFT, this caused false positives.
|
| |
|
|
|
|
| |
- instead of "return false;" use "return QDialog::eventFilter(object,
event);" to harmonize this event filter with our default behaviour
- remove orphan spaces found while editting the files
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Don't include HTML in translation strings. Do split the huge message over several lines.
Prettier lines
|
| |\ \
| | |
| | | |
Fix spelling and grammar errors
|
| | | | |
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| | |
- ensure warnings always start with "Warning:" and that the first
character after ":" is written uppercase
- ensure the first sentence in warnings ends with an "!"
- remove unneeded spaces from Warning-strings
- add missing Warning-string translation
- remove a "\n" and replace with untranslatable "<br><br>"
|
| |/ |
|
| |
|
|
| |
style-sheet for bold font and use Qt Designer option / remove an unused label default-text and remove an obsolete clear()'
|
| |
|
|
| |
- Remove explicit resizing from constructor to prevent potential hang
|
| |\ |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
SecureString is identical to std::string except with secure_allocator
substituting for std::allocator. This makes casting between them
impossible, so converting between the two at API boundaries requires
calling ::c_str() for now.
|
| | | |
|
| |/ |
|
| |
|