Commit Graph

12 Commits

Author SHA1 Message Date
Uwe Hermann c063290ac7 Random simplifications, cosmetics/whitespace/consistency fixes. 2017-03-23 19:42:18 +01:00
Uwe Hermann eb8269e3b5 Don't use deprecated headers.
This patch was generated using clang-tidy:

  clang-tidy -checks="-*,modernize-deprecated-headers" -fix

(with some additional manual fixups)
2017-03-11 13:06:03 +01:00
Gerhard Sittig efdec55aec license: remove FSF postal address from boiler plate license text
Remove the FSF postal address as it might change (it did in the past).
Reference the gnu.org website instead which is more stable.
2017-01-07 16:11:15 +01:00
Uwe Hermann f74015db20 Use nullptr in some more places.
This patch was generated using clang-tidy:

  clang-tidy -checks="-*,modernize-use-nullptr" -fix
2016-02-13 20:41:33 +01:00
Uwe Hermann f329055303 Minor whitespace fixes. 2015-07-25 18:05:11 +02:00
Uwe Hermann 360ab9be5d Minor whitespace fixes. 2014-11-29 13:15:57 +01:00
Joel Holdsworth 2acdb232d6 Renamed C++ headers to .hpp 2014-11-22 14:32:09 +00:00
Joel Holdsworth 8dbbc7f0b9 Make member variable underscores a suffix instead of a prefix
This change is made because tokens prefixed with underscore are reserved.
2014-11-22 14:32:04 +00:00
Martin Ling e921317068 Don't use Qt-defined keywords, they can cause problems with other headers. 2014-08-27 19:45:58 +02:00
Joel Holdsworth 70c0818c7c Added error handling to SignalHandler 2013-04-22 21:43:00 +01:00
Joel Holdsworth 708605aa2c Adjusted SignalHandler style to match the rest of PulseView 2013-03-31 10:45:44 +01:00
Joel Holdsworth 7a255aa9c5 Integrated signal handler from qpdfview 2013-03-31 10:31:51 +01:00