]> sigrok.org Git - pulseview.git/history - CMakeLists.txt
Header: Fixed dragging glitches
[pulseview.git] / CMakeLists.txt
2014-11-19 Joel HoldsworthRowItem: Combined appearance change signals into appear...
2014-11-19 Joel HoldsworthSigSession: Converted _signals_mutex into a boost:...
2014-11-19 Joel HoldsworthTraceGroup: Added skeleton
2014-11-19 Joel HoldsworthAdded RowItemOwner
2014-11-19 Joel HoldsworthRefactored common row functionality into RowItem
2014-11-08 Uwe HermannCMakeLists.txt: Fix MinGW-w64 build issue related to...
2014-11-08 Uwe HermannCMakeLists.txt: Fix CMAKE_MODULE_PATH related issue.
2014-11-02 Elias OenalLinking QtSvg. This closes bug #369
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-09-18 Uwe HermannFix the C++11 thread linking issues for unit tests...
2014-09-17 Aurelien JacobsUsage of std::thread requires linking with appropriate...
2014-09-10 Martin LingSubclass QApplication to catch exceptions in handlers.
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-08-28 Bert VermeulenRemove obsolete input module support.
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-08-26 Marcus ComstedtAndroid: Use environment setup from library instead
2014-08-26 Marcus ComstedtInstall logging callbacks for Android
2014-08-26 Marcus ComstedtSetup environment for SRD on Android
2014-08-26 Marcus ComstedtCMakeLists.txt: For Android, make a library out of...
2014-07-07 Marcus ComstedtCMakeLists.txt: Put quotes back for CXX_FLAGS only
2014-06-16 Uwe HermannCMakeLists.txt: Pass -DENABLE_SIGNALS to the compiler.
2014-06-10 Marcus ComstedtCMakeLists.txt: Drop quotes causing invalid include...
2014-06-10 Marcus ComstedtAllow PulseView to be built with Qt5
2014-05-24 Jens SteinhauserUse a separate widget to hold the cursor labels.
2014-05-24 Joel HoldsworthReplaced boost::thread/mutex etc. with std equivalents
2014-05-23 Joel HoldsworthEnabled C++11 build
2014-05-23 Jens SteinhauserPut the time format function into a separate file.
2014-05-06 Uwe HermannBump PulseView version to 0.2.0. pulseview-0.2.x pulseview-0.2.0
2014-05-06 Uwe HermannBump libsigrok/libsigrokdecode dependencies to 0.3...
2014-03-02 Joel HoldsworthEnable decode support by default
2014-03-01 Joel HoldsworthUse boost::filesystem::path to get the filename from...
2014-03-01 Joel HoldsworthMoved session creation into DevInst objects
2014-03-01 Joel HoldsworthAdded pv::device::Device
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-02-19 Marcus ComstedtCheck if unportable sample pack/unpack works and in...
2014-02-09 Joel HoldsworthAdded DevInst::config_changed signal
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
2014-02-02 Joel HoldsworthSplit annotation data set into rows, and improved painting.
2014-01-28 Uwe HermannCMakeLists.txt, test/CMakeLists.txt: MinGW linking...
2014-01-25 Joel HoldsworthSet default build type to RelWithDebInfo
2014-01-18 Joel HoldsworthCreated pv::widgets::SampleTimingWidget, and ported...
2014-01-18 Joel HoldsworthRemoved duplicated source listing of wellarray.cpp
2014-01-11 Joel HoldsworthAdded support for save
2014-01-09 Uwe HermannCMakeLists.txt: Fix typos, cosmetics, consistency fixes.
2014-01-09 Uwe HermannFix SVG icons not being displayed on Windows.
2014-01-03 Uwe Hermannmingw: Add the sigrok icon for pulseview.exe.
2014-01-01 Uwe HermannCMakeLists.txt: Fix copy-paste error (ENABLE_COTIRE).
2014-01-01 Uwe HermannCMakeLists.txt: Cosmetics, fix typos.
2013-12-30 Joel HoldsworthMake cotire optional disabled by default
2013-12-29 Joel HoldsworthAdded code to handle different integer types in the...
2013-12-28 Joel HoldsworthMade decode an optional feature disabled by default.
2013-12-27 Joel HoldsworthMoved annotation painting code into DecodeTrace, and...
2013-11-30 Joel HoldsworthCreated DecoderGroupBox widget
2013-11-30 Joel HoldsworthAdded Popup::closed signal
2013-11-30 Joel HoldsworthImplemented decoder stacking
2013-11-30 Joel HoldsworthRenamed pv::data::Decoder to DecoderStack
2013-11-19 Joel HoldsworthFactored out DecoderMenu
2013-11-19 Joel HoldsworthRenamed DecodeSignal to DecodeTrace
2013-11-19 Joel HoldsworthMoved decoder config into the popup
2013-10-13 Joel HoldsworthAdded auto-commit support to properties
2013-10-13 Joel HoldsworthSplit DeviceOptions dialog into two popups: DeviceOptio...
2013-10-13 Joel HoldsworthAdded pv::widgets::PopupToolButton
2013-10-13 Joel HoldsworthIntegrated ColourButton into popup
2013-10-13 Joel HoldsworthAdded QWellArray from Qt
2013-10-13 Joel HoldsworthRemoved context bar
2013-10-13 Joel HoldsworthImplemented Popup dialog widget
2013-09-29 Joel HoldsworthAdded a String property
2013-09-29 Joel HoldsworthAdded empty DecoderOptions binding
2013-09-29 Joel HoldsworthIntegrated decode
2013-09-29 Joel HoldsworthAdded skeleton pv::view::decode::Annotation class
2013-09-29 Joel HoldsworthAdded pv::data::Decoder container object
2013-09-29 Joel HoldsworthAdded skeleton pv::view::DecodeSignal
2013-09-22 Joel HoldsworthAdded empty decoder dialog
2013-09-22 Joel HoldsworthMake sigrokdecode a non-optional dependancy
2013-09-08 Uwe HermannBump cmake requirement to 2.8.6 (needed for cotire).
2013-09-03 Joel HoldsworthRefactored Signal into Trace
2013-09-03 Joel HoldsworthUsed cotire to enhance build performance
2013-08-26 Joel HoldsworthAdded a comment to CMakeLists.txt
2013-05-27 Joel HoldsworthAdded trigger selection handlers
2013-05-19 Bert VermeulenFix build on systems with Qt5 installed
2013-05-19 Joel HoldsworthAdded pv::view::MarginWidget as a common base class...
2013-05-19 Joel HoldsworthMoved Signal selection behaviour into SelectableItem
2013-05-19 Joel HoldsworthDerrived TimeMarker from SelectableItem
2013-05-19 Joel HoldsworthAdded empty context bar
2013-05-04 Uwe HermannInstall the manpage upon 'make install'. pulseview-0.1.0
2013-05-03 Uwe HermannPulseView depends on libsigrokdecode >= 0.2.0 (optional).
2013-04-27 Joel HoldsworthAdded DeviceManager
2013-04-23 Uwe Hermannwin32: Use -mwindows to avoid opening a "DOS box".
2013-04-18 Joel HoldsworthReplaced std::pair<Cursor, Cursor> with CursorPair
2013-04-18 Joel HoldsworthMade UNIX signals an optional feature
2013-04-18 Joel HoldsworthAdded ENABLE_SIGROKDECODE option, disabled for now
2013-04-08 Joel HoldsworthAdded Int property and bound to SR_CONF_CAPTURE_RATIO
2013-04-08 Joel HoldsworthAdded Bool property and bound to SR_CONF_RLE
2013-03-31 Joel HoldsworthIntegrated signal handler from qpdfview
2013-03-21 Joel HoldsworthMoved SamplingBar into pv::toolbars namespace
2013-03-20 Joel HoldsworthAdded Enable/Disable All Buttons
2013-03-09 Joel HoldsworthInitial manual connect dialog with a serial port selector
2013-03-03 Joel HoldsworthAdded a Double property object
2013-02-20 Uwe HermannAdd -Wall compiler option.
2013-02-06 Alexandru Gagniucbuildsystem: Abort cmake config if Boost is not found
next