]> sigrok.org Git - pulseview.git/history - main.cpp
DecodeSignal: Use signals for new data notification, not session
[pulseview.git] / main.cpp
2017-06-27 Gerhard Sittigdevice manager: Add support for -d cmdline option ...
2017-06-09 Soeren ApelMain(Window): Let the UI and sessions be restored after...
2017-06-06 Soeren ApelUpdate cli usage hint and remove unnecessary descriptio...
2017-06-06 Soeren ApelReplace non-ASCII characters
2017-06-06 Soeren ApelFix #862 by implementing -c / --clean
2017-05-09 Uwe HermannLog settings location when using "-l 5".
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-18 Uwe Hermannmain.cpp: Minor consistency fixes found by clang-tidy.
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-01-29 Uwe HermannBuild fixes for Qt5 Windows/mingw/MXE support.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-02-13 Uwe HermannUse nullptr in some more places.
2016-01-03 Uwe HermannFix a bunch of random typos.
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-09-28 Daniel Elstnerandroid: Read firmware resources from assets
2015-08-21 Uwe HermannRestore the default of "pulseview foo.sr" opening the...
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-06-11 Joel HoldsworthSupport specifying input formats on the command line
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-06-11 Joel HoldsworthReordered argument handling
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2014-11-29 Uwe HermannMinor whitespace fixes.
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-09-10 Martin LingSubclass QApplication to catch exceptions in handlers.
2014-08-26 Marcus ComstedtAndroid: Use environment setup from library instead
2014-08-26 Marcus ComstedtInstall logging callbacks for Android
2014-06-05 Marcus ComstedtUpdate #include directives to work with Qt5 as well...
2014-05-24 Jens Steinhausermain: Use only the domain, not the whole URL.
2014-01-09 Uwe HermannFix SVG icons not being displayed on Windows.
2013-12-28 Joel HoldsworthMade decode an optional feature disabled by default.
2013-09-22 Joel HoldsworthMake sigrokdecode a non-optional dependancy
2013-05-03 Uwe HermannAdapt to new <libsigrokdecode/libsigrokdecode.h> header.
2013-04-27 Joel HoldsworthAdded DeviceManager
2013-04-18 Joel HoldsworthMade UNIX signals an optional feature
2013-04-18 Joel HoldsworthAdded ENABLE_SIGROKDECODE option, disabled for now
2013-03-31 Joel HoldsworthAdjusted SignalHandler style to match the rest of PulseView
2013-03-31 Joel HoldsworthIntegrated signal handler from qpdfview
2013-03-24 Joel HoldsworthAdded loglevel command line option
2013-03-09 Matt Ranostaybugfix: Resolved -Werror message in main.cpp
2013-03-03 Joel HoldsworthAdded open file command line argument
2013-02-20 Uwe HermannRemove unneeded 'extern "C"'.
2013-02-20 Uwe HermannPrint --help/--version output to stdout (not stderr).
2013-02-20 Uwe HermannCosmetics, typos.
2013-02-20 Alexandru Gagniucmain: quit on SIGINT
2013-02-20 Alexandru Gagniucmain: Add signal handler for SIGINT
2012-12-12 Uwe HermannSome smaller whitespace fixes.
2012-12-03 Peter StugeAdd struct sr_context * to sr_driver_init() calls
2012-11-02 Peter StugeAdd struct sr_context to the sr_init() and sr_exit...
2012-11-02 Joel HoldsworthChange main() to have only one exit code flow, used...
2012-10-13 Joel HoldsworthAdded --help option
2012-10-13 Joel HoldsworthAdded --version option
2012-10-13 Joel HoldsworthUse C++ style comments in main.cpp
2012-10-13 Alexandru GagniucGenerate a config.h file for versioning
2012-10-12 Joel HoldsworthMoved all classes into the pv namespace
2012-10-12 Joel HoldsworthCorrected project name in header comments
2012-10-07 Uwe HermannFix application name in the About window.
2012-09-03 Joel HoldsworthAdded device selector combo box
2012-09-03 Joel HoldsworthLink in libsigrok and libsigrokdecode
2012-09-03 Joel HoldsworthAdded application metadata
2012-09-03 Joel HoldsworthInitial commit