index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
notificator.cpp
Age
Commit message (
Expand
)
Author
2018-12-20
Remove misplaced Q_UNUSED and others enhancements
Hennadii Stepanov
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-07
[macOS] remove Growl support, remove unused code
Jonas Schnelli
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-09-23
Do not shadow in src/qt
Pavel JanÃk
2016-01-05
Bump copyright headers to 2014
MarcoFalke
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-05-23
Fix warning when compiling in OS X
Federico Bond
2014-01-10
qt5: fix a build issue with osx and qtdbus
Cory Fields
2013-12-03
[Qt] small notificator and style changes
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
qt: add license header to source files
Wladimir J. van der Laan
2013-07-23
Bitcoin-Qt: fix QApplication includes to match our include defaults
Philip Kaufmann
2013-05-24
osx: make use of the 10.8+ user notification center to display growl like not...
Jonas Schnelli
2013-03-17
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-02-09
Use QImage.bits instead of QImage.constBits to ease backporting
Petter Reinholdtsen
2012-09-21
enhance Qt5 compatibility
Philip Kaufmann
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-03-20
Proper support for Growl 1.3 notifications
p2k
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-10-09
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
p2k
2011-09-24
Change define to determine use of DBUS to USE_DBUS, to prevent overlap with Q...
Wladimir J. van der Laan
2011-09-03
(k)ubuntu 10.04+ notification support (based on @zwierzak his code)
Wladimir J. van der Laan