]> sigrok.org Git - pulseview.git/history - CMakeLists.txt
icons: Improved application icon quality
[pulseview.git] / CMakeLists.txt
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2015-01-10 Joel HoldsworthMainWindow: Hide the main menu unless Altt is pressed
2015-01-10 Joel HoldsworthMainBar: Replaced device selector combo-box with a...
2015-01-06 Joel HoldsworthMainBar: Renamed from SamplingBar
2014-12-29 Joel HoldsworthAdded ViewWidget as a common ancestor of all view widgets
2014-12-28 Joel HoldsworthRuler: Recombined with CursorHeader
2014-12-28 Joel HoldsworthFlag: Added flag time markers
2014-12-28 Joel HoldsworthRowItemPaintParams: Renamed to ViewItemPaintParams
2014-12-28 Joel HoldsworthSelectableItem: Renamed to ViewItem
2014-12-10 Joel HoldsworthTimeItem: Added new class - a base of TimeMarker, deriv...
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment
2014-12-09 Joel HoldsworthRowItem: Bundled painting parameters into RowItemPaintP...
2014-12-04 Uwe HermannCMakeLists.txt: mingw: Simplify by using Boost_THREADAPI.
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
2014-12-03 Joel HoldsworthRemoved cotire
2014-11-29 Uwe HermannBuild system: Fix issue with unit tests, simplify code.
2014-11-29 Uwe HermannCMakeLists.txt: Fix whitespace, cosmetics.
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-21 Uwe HermannFix build on MinGW (boost thread related).
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...
next