summaryrefslogtreecommitdiff
path: root/src/qcam/main_window.cpp
AgeCommit message (Expand)Author
2020-12-01qcam: Make log less verbose by defaultLaurent Pinchart
2020-11-13qcam: Clear the pool of free requests upon stopCapture()Paul Elder
2020-10-21qcam: main_window: Explicitly name raw bufferKieran Bingham
2020-10-12libcamera, android, cam, gstreamer, qcam, v4l2: Reuse RequestPaul Elder
2020-09-30libcamera: stream: Rename StillCaptureRaw to RawNiklas Söderlund
2020-09-15qcam: Add additional command line option to select the renderer typeShow Liu
2020-09-15qcam: New viewfinder hierarchyShow Liu
2020-08-25meson: Remove -Wno-unused-parameterLaurent Pinchart
2020-08-05libcamera: camera: Rename name() to id()Niklas Söderlund
2020-07-27qcam: Fix camera reference leak on hot-unplugUmang Jain
2020-07-27qcam: Fix spellingYou-Sheng Yang
2020-06-17qcam: main_window: Introduce initial hotplug supportUmang Jain
2020-06-09qcam: Fix compilation with Qt v5.15.0Peter Seiderer
2020-05-03qcam: Pass request metadata to DNG writerLaurent Pinchart
2020-05-02qcam: Add RAW capture supportNiklas Söderlund
2020-05-02qcam: Allow for a second raw stream to be configuredNiklas Söderlund
2020-05-01qcam: Check that camera can generate configuration from rolesNiklas Söderlund
2020-05-01qcam: Make use of StreamKeyValueParserNiklas Söderlund
2020-04-30qcam: main_window: Fix combo-box entry selection on startupUmang Jain
2020-04-30qcam: main_window: Make cameraCombo_ privateUmang Jain
2020-04-30qcam: Fix logging of sequence numberLaurent Pinchart
2020-04-27qcam: Don't crash if camera can't be openedLaurent Pinchart
2020-03-26qcam: Print whole stream configuration when adjustedLaurent Pinchart
2020-03-24qcam: main_window: Prefer stream formats that don't require conversionLaurent Pinchart
2020-03-24qcam: viewfinder: Avoid memory copy when conversion isn't neededLaurent Pinchart
2020-03-24qcam: viewfinder: Make the viewfinder hold a reference to a bufferLaurent Pinchart
2020-03-24qcam: viewfinder: Move multi-planar check into viewfinderLaurent Pinchart
2020-03-24qcam: viewfinder: Add MappedBuffer to store memory mapping informationLaurent Pinchart
2020-03-24qcam: Use Qt qInfo() and qWarning() logging facilitiesLaurent Pinchart
2020-03-24qcam: main_window: Remove unneeded debug messageLaurent Pinchart
2020-03-24qcam: main_window: Document functions and reorganize member dataLaurent Pinchart
2020-03-24qcam: main_window: Don't print message when saving a pictureLaurent Pinchart
2020-03-24qcam: main_window: Add shortcuts for toolbar actionsLaurent Pinchart
2020-03-24qcam: main_window: Use icons from system icon themeLaurent Pinchart
2020-03-24qcam: main_window: Replace start and stop actions with a toggle actionLaurent Pinchart
2020-03-24qcam: main_window: Move capture event processing to main threadLaurent Pinchart
2020-03-24qcam: main_window: Move request queuing to a separate functionLaurent Pinchart
2020-03-24qcam: Use QSize through the code baseLaurent Pinchart
2020-03-24qcam: Ensure headers are self-containedLaurent Pinchart
2020-03-19qcam: saveImageAs: Set image quality explicitlyKieran Bingham
2020-03-18libcamera: framebuffer_allocator: Lift camera restrictions on allocatorLaurent Pinchart
2020-02-19qcam: Use standard PicturesLocation path for captureKieran Bingham
2020-02-14qcam: Provide save image functionalityKieran Bingham
2020-02-14qcam: Provide initial icon buttons "Play/Stop"Kieran Bingham
2020-02-14qcam: Introduce a toolbar and camera switchingKieran Bingham
2020-02-14qcam: Store CameraManager as class memberKieran Bingham
2020-02-14qcam: Move requestCompleted signal mappingKieran Bingham
2020-02-14qcam: Tie FrameBufferAllocator to stream lifeKieran Bingham
2020-02-11qcam: Switch default stream role to viewfinderNaushir Patuck
2020-01-20qcam: Support scaling of the viewfinderLaurent Pinchart