Feed Advanced Search

Jun 28 2015

BAndiT1983 added a comment to T449: Backup Manager.

As there weren't much updates lately here are the current tasks which i (slowly) work on.

Jun 28 2015, 7:18 PM · Open Cine

May 26 2015

BAndiT1983 added a comment to T449: Backup Manager.

My test was only related to Qt and PDF output, i've grabbed just the thumbnail view to get some output. Real one will be implemented soon, but other tasks like extended progress dialog and checksum have higher priority.

May 26 2015, 9:43 PM · Open Cine
dan45 added a comment to T449: Backup Manager.

PDF report example to compare to note the thumbnail down the left leaving the right side for all the metadata and other shot data, dates etc.

May 26 2015, 9:33 PM · Open Cine
BAndiT1983 added a comment to T449: Backup Manager.

Did a little PDF export test for later transfer report feature. It was done quick, so i don't know about limitations so far, but what i've tried was sufficient for reports. One thing which is not clear to me yet is the resolution of output and how to calculate how many items fit on one page to generate next pages.

May 26 2015, 9:02 PM · Open Cine
BAndiT1983 added a comment to T449: Backup Manager.

I've already considered to have one-way sync. OC would check what's already available at backup location, verify checksum to be really sure about the data and skip the files/items or at least ask the user what to do. There is already an "Overwrite" check box which is meant to bypass this check (not implemented yet).

May 26 2015, 12:47 PM · Open Cine
sebastian created T449: Backup Manager.
May 26 2015, 12:29 PM · Open Cine

May 20 2015

BAndiT1983 added a comment to T407: Add checksum validation.

Current work on data trasfer is progressing rather well, so i think that i would implement the hash check in the next days. Qt is really nice for such tasks: Reference: http://doc.qt.io/qt-5/qcryptographichash.html

May 20 2015, 9:14 PM · Open Cine
sebastian added a comment to T407: Add checksum validation.

MD5 is also widely used to fingerprint / error check files.

May 20 2015, 4:23 PM · Open Cine

May 18 2015

BAndiT1983 added a comment to T406: Ideas for clip manager.

Current state:

May 18 2015, 11:12 PM · Open Cine

May 14 2015

BAndiT1983 added a comment to T406: Ideas for clip manager.
May 14 2015, 11:32 AM · Open Cine

May 9 2015

BAndiT1983 added a comment to T406: Ideas for clip manager.
  • Added removable drive recognition through QFileSystemWatcher, Linux only for now as it observes /media folder for changes, Windows and possibly OSX will follow
  • After some discussions CinemaDNGDecoder project will be reactivated again (soon) to read meta data, as no real C++ lib for CinemaDNG headers was found, image data will still be retrieved by LibRaw for now
May 9 2015, 2:15 PM · Open Cine

Apr 28 2015

BAndiT1983 added a comment to T407: Add checksum validation.

References:

Apr 28 2015, 9:06 PM · Open Cine

Apr 24 2015

BAndiT1983 added a comment to T406: Ideas for clip manager.

Current State:

Apr 24 2015, 10:22 PM · Open Cine

Apr 23 2015

BAndiT1983 closed T404: Build times risen because of POCO as Invalid.

POCO will be removed from repository. QtCore has the necessary parts already included.

Apr 23 2015, 10:27 PM · Open Cine
BAndiT1983 added a comment to T400: Implement basic "Manage" layout to test data filters.

Currently removing controls from MainWindow and moving to clip manager or clip processor views as preparation for layout switching feature.

Apr 23 2015, 10:03 PM · Open Cine

Apr 22 2015

BAndiT1983 created T408: Add PDF export of clip list.
Apr 22 2015, 9:47 PM · Open Cine

Apr 20 2015

BAndiT1983 created T407: Add checksum validation.
Apr 20 2015, 12:55 PM · Open Cine

Apr 19 2015

BAndiT1983 added a comment to T406: Ideas for clip manager.

Raw version is done, not committed yet. Some points which aren't implemented at the moment:

  • Scaling thumbnails down when view is resized
  • Also scaling up when resized, both cases have to be evaluated first
Apr 19 2015, 12:10 PM · Open Cine

Apr 18 2015

BAndiT1983 added 1 mock(s) for T406: Ideas for clip manager: Unknown Object (Pholio Mock).
Apr 18 2015, 1:08 PM · Open Cine
BAndiT1983 created T406: Ideas for clip manager.
Apr 18 2015, 12:54 PM · Open Cine

Apr 16 2015

BAndiT1983 added a comment to T372: Implement DNGFolderFilter.
  • DONE: Rewrote with Qt classes, to minimize dependencies, POCO will be removed from repo soon
Apr 16 2015, 9:59 PM · Open Cine
BAndiT1983 created T405: OCBackup: Add thumbnail generation.
Apr 16 2015, 9:22 PM · Open Cine
BAndiT1983 created T404: Build times risen because of POCO.
Apr 16 2015, 7:38 PM · Open Cine

Apr 14 2015

BAndiT1983 added a comment to T301: Add layout switching.

Merge the buttons in a separate control to have only one place to adjust behavior or appearance and to get events from. Maybe just one event which fires only if other button than currently selected was clicked and passes the index on to handler. This index could be used to switch the page in QStackedWidget-based layout (currently in development).

Apr 14 2015, 9:28 PM · Open Cine

Apr 12 2015

BAndiT1983 added a comment to T400: Implement basic "Manage" layout to test data filters.

Notes:

  • QStackedWidget will be used to switch between Manage/Process/Export parts of OC
  • General layout concept is missing for this view at the moment, planning ongoing
Apr 12 2015, 9:03 PM · Open Cine
BAndiT1983 closed T371: Add POCO to be able to do portable operations, like file system access as Resolved.

Added POCO. Adjusted CMake files, but will be reworked later, e.g. right paths and file names for building in Windows. Set to "Resolved".

Apr 12 2015, 3:59 PM · Open Cine
BAndiT1983 closed T371: Add POCO to be able to do portable operations, like file system access, a subtask of T372: Implement DNGFolderFilter, as Resolved.
Apr 12 2015, 3:59 PM · Open Cine

Apr 11 2015

BAndiT1983 added a comment to T371: Add POCO to be able to do portable operations, like file system access.

Small adjustment (disable/comment out "uninstall" target) has to be done in CMakeLists.txt, otherwise it collides with LibRaw "uninstall" one.

Apr 11 2015, 12:50 PM · Open Cine

Apr 8 2015

BAndiT1983 created T400: Implement basic "Manage" layout to test data filters.
Apr 8 2015, 10:27 PM · Open Cine
BAndiT1983 added a parent task for T371: Add POCO to be able to do portable operations, like file system access: T372: Implement DNGFolderFilter.
Apr 8 2015, 10:02 PM · Open Cine
BAndiT1983 added a subtask for T372: Implement DNGFolderFilter: T371: Add POCO to be able to do portable operations, like file system access.
Apr 8 2015, 10:02 PM · Open Cine
BAndiT1983 moved T371: Add POCO to be able to do portable operations, like file system access from Core to Pending tasks on the Open Cine board.
Apr 8 2015, 10:02 PM · Open Cine
BAndiT1983 closed T374: Update LibRaw to newer version as Resolved.

Updated LibRaw to latest version (commit 720cde83efa0fa7a5e953ec62aa8abfa75e2d756). Set to "Resolved".

Apr 8 2015, 9:15 PM · Open Cine
BAndiT1983 updated the task description for T374: Update LibRaw to newer version.
Apr 8 2015, 9:10 PM · Open Cine
BAndiT1983 moved T374: Update LibRaw to newer version from Core to Pending tasks on the Open Cine board.
Apr 8 2015, 9:09 PM · Open Cine

Apr 6 2015

BAndiT1983 created T374: Update LibRaw to newer version.
Apr 6 2015, 1:19 AM · Open Cine

Apr 4 2015

BAndiT1983 claimed T368: Adjust/extend IDataProvider interface.
Apr 4 2015, 10:00 PM · Open Cine
BAndiT1983 claimed T369: Implement IFileFilter.
Apr 4 2015, 10:00 PM · Open Cine
BAndiT1983 added a comment to T372: Implement DNGFolderFilter.

Implemented and committed DNGFileFolder. No tests done, because of missing necessary changes on OC, e.g. POCO library not committed atm. Work in progress.

Apr 4 2015, 9:45 PM · Open Cine
BAndiT1983 updated the task description for T372: Implement DNGFolderFilter.
Apr 4 2015, 9:42 PM · Open Cine

Apr 3 2015

BAndiT1983 updated the task description for T369: Implement IFileFilter.
Apr 3 2015, 10:47 PM · Open Cine
BAndiT1983 created T372: Implement DNGFolderFilter.
Apr 3 2015, 10:46 PM · Open Cine
BAndiT1983 updated the task description for T371: Add POCO to be able to do portable operations, like file system access.
Apr 3 2015, 3:20 AM · Open Cine
BAndiT1983 updated the task description for T371: Add POCO to be able to do portable operations, like file system access.
Apr 3 2015, 2:34 AM · Open Cine
BAndiT1983 created T371: Add POCO to be able to do portable operations, like file system access.
Apr 3 2015, 2:33 AM · Open Cine

Apr 2 2015

BAndiT1983 updated the task description for T369: Implement IFileFilter.
Apr 2 2015, 11:49 PM · Open Cine

Apr 1 2015

BAndiT1983 triaged T369: Implement IFileFilter as Normal priority.
Apr 1 2015, 8:56 PM · Open Cine
BAndiT1983 created T369: Implement IFileFilter.
Apr 1 2015, 8:56 PM · Open Cine
BAndiT1983 updated the task description for T367: Use "Chain of Responsibility" to scan folders.
Apr 1 2015, 7:26 PM · Open Cine

Mar 31 2015

BAndiT1983 added a comment to T368: Adjust/extend IDataProvider interface.
  • First problem occurred: How to handle different data types? Same data provider but different visitors (Visitor Pattern) for different types?
Mar 31 2015, 10:21 PM · Open Cine
BAndiT1983 updated the task description for T333: Get rid of Qt related parts in core components.
Mar 31 2015, 10:14 PM · Open Cine
BAndiT1983 updated the task description for T333: Get rid of Qt related parts in core components.
Mar 31 2015, 10:14 PM · Open Cine
BAndiT1983 updated the task description for T368: Adjust/extend IDataProvider interface.
Mar 31 2015, 10:11 PM · Open Cine
BAndiT1983 triaged T368: Adjust/extend IDataProvider interface as Normal priority.
Mar 31 2015, 9:58 PM · Open Cine
BAndiT1983 moved T368: Adjust/extend IDataProvider interface from Misc to Pending tasks on the Open Cine board.
Mar 31 2015, 9:57 PM · Open Cine
BAndiT1983 moved T368: Adjust/extend IDataProvider interface from Input/Output to Misc on the Open Cine board.
Mar 31 2015, 9:57 PM · Open Cine
BAndiT1983 created T368: Adjust/extend IDataProvider interface.
Mar 31 2015, 9:57 PM · Open Cine
BAndiT1983 created T367: Use "Chain of Responsibility" to scan folders.
Mar 31 2015, 8:28 PM · Open Cine
BAndiT1983 moved T336: Add "Import" dialog from GUI to Input/Output on the Open Cine board.
Mar 31 2015, 8:26 PM · Open Cine

Mar 28 2015

BAndiT1983 added a comment to T340: Check communication between MediaExplorer and context.

Next tasks:

  • Rework logic (MediaExplorerPresenter.cpp)
_model = new MediaExplorerModel(_context->GetDefaultDataProvider());
Mar 28 2015, 1:22 PM · Open Cine

Mar 26 2015

BAndiT1983 added a subtask for T323: Preview pane is fixed to 1920x1080: T344: Add correct aspect ratio for OpenGL preview.
Mar 26 2015, 10:15 PM · Open Cine
BAndiT1983 added a parent task for T344: Add correct aspect ratio for OpenGL preview: T323: Preview pane is fixed to 1920x1080.
Mar 26 2015, 10:15 PM · Open Cine
BAndiT1983 created T344: Add correct aspect ratio for OpenGL preview.
Mar 26 2015, 10:14 PM · Open Cine
BAndiT1983 claimed T340: Check communication between MediaExplorer and context.
Mar 26 2015, 8:43 PM · Open Cine
BAndiT1983 raised the priority of T340: Check communication between MediaExplorer and context from Normal to High.
Mar 26 2015, 8:30 PM · Open Cine
BAndiT1983 created T343: Add progress dialog for tasks.
Mar 26 2015, 7:22 PM · Open Cine
BAndiT1983 created T342: Add OpenCL support.
Mar 26 2015, 7:20 PM · Open Cine
BAndiT1983 created T341: Create application icon.
Mar 26 2015, 7:20 PM · Open Cine

Mar 25 2015

BAndiT1983 updated the task description for T340: Check communication between MediaExplorer and context.
Mar 25 2015, 7:49 PM · Open Cine
BAndiT1983 created T340: Check communication between MediaExplorer and context.
Mar 25 2015, 7:17 PM · Open Cine

Mar 24 2015

BAndiT1983 updated the task description for T332: Clean up/extend Context class.
Mar 24 2015, 9:36 PM · Open Cine
BAndiT1983 updated the task description for T339: Add class registration for plug-ins integrated in OC executable.
Mar 24 2015, 9:30 PM · Open Cine
BAndiT1983 created T339: Add class registration for plug-ins integrated in OC executable.
Mar 24 2015, 9:08 PM · Open Cine
BAndiT1983 created T338: Check render performance.
Mar 24 2015, 8:06 PM · Open Cine

Mar 21 2015

BAndiT1983 created T336: Add "Import" dialog.
Mar 21 2015, 5:58 PM · Open Cine
BAndiT1983 lowered the priority of T332: Clean up/extend Context class from High to Normal.
Mar 21 2015, 5:56 PM · Open Cine
BAndiT1983 raised the priority of T332: Clean up/extend Context class from Normal to High.
Mar 21 2015, 5:56 PM · Open Cine
BAndiT1983 triaged T333: Get rid of Qt related parts in core components as Normal priority.
Mar 21 2015, 5:56 PM · Open Cine
BAndiT1983 triaged T332: Clean up/extend Context class as Normal priority.
Mar 21 2015, 5:56 PM · Open Cine
BAndiT1983 moved T332: Clean up/extend Context class from Core to Pending tasks on the Open Cine board.
Mar 21 2015, 5:56 PM · Open Cine
BAndiT1983 moved T333: Get rid of Qt related parts in core components from Core to Pending tasks on the Open Cine board.
Mar 21 2015, 5:55 PM · Open Cine
BAndiT1983 moved T254: Implement color channel mixer for preview (GLSL) from User wishes to GUI on the Open Cine board.
Mar 21 2015, 5:55 PM · Open Cine
BAndiT1983 moved T255: Check DPI-awareness of GUI controls from Bugs/Complaints to Misc on the Open Cine board.
Mar 21 2015, 5:53 PM · Open Cine
BAndiT1983 moved T237: Check problems of GUI under Windows from Bugs/Complaints to Misc on the Open Cine board.
Mar 21 2015, 5:53 PM · Open Cine
BAndiT1983 moved T237: Check problems of GUI under Windows from Pending tasks to Bugs/Complaints on the Open Cine board.
Mar 21 2015, 5:53 PM · Open Cine
BAndiT1983 moved T255: Check DPI-awareness of GUI controls from Pending tasks to Bugs/Complaints on the Open Cine board.
Mar 21 2015, 5:53 PM · Open Cine
BAndiT1983 moved T235: media browser not showing up in windows build from Pending tasks to Bugs/Complaints on the Open Cine board.
Mar 21 2015, 5:53 PM · Open Cine
BAndiT1983 added a comment to T319: Create unified theme.

Default theme:

  • Use apertus° palette, especially "orange" as primary highlight/indicator color
Mar 21 2015, 5:50 PM · Open Cine
BAndiT1983 created T335: Clean up/update CMake scripts.
Mar 21 2015, 5:47 PM · Open Cine
BAndiT1983 added a comment to T333: Get rid of Qt related parts in core components.

Wink Signals: https://miguelmartin75.wordpress.com/2013/02/03/fast-c-template-event-system-queues-and-immediate-events/
Source: https://github.com/miguelmartin75/Wink-Signals

Mar 21 2015, 3:36 PM · Open Cine
BAndiT1983 created T334: Check memory leaks.
Mar 21 2015, 2:16 PM · Open Cine
BAndiT1983 created T333: Get rid of Qt related parts in core components.
Mar 21 2015, 12:31 PM · Open Cine
BAndiT1983 created T332: Clean up/extend Context class.
Mar 21 2015, 12:30 PM · Open Cine

Mar 18 2015

BAndiT1983 created T331: Implement/extend factories.
Mar 18 2015, 9:24 PM · Open Cine

Mar 17 2015

BAndiT1983 created T330: Implement static memory allocation .
Mar 17 2015, 6:25 PM · Open Cine

Mar 15 2015

BAndiT1983 created T326: Processing: Evaluate conversion between image data arrays and OpenGL buffers.
Mar 15 2015, 7:26 PM · Open Cine
BAndiT1983 created T325: Add "cache bar" to playback slider.
Mar 15 2015, 6:12 PM · Open Cine
BAndiT1983 created T324: Add RAM/disk cache.
Mar 15 2015, 4:52 PM · Open Cine

Mar 14 2015

BAndiT1983 triaged T323: Preview pane is fixed to 1920x1080 as Normal priority.
Mar 14 2015, 11:39 PM · Open Cine
BAndiT1983 created T323: Preview pane is fixed to 1920x1080.
Mar 14 2015, 11:34 PM · Open Cine