Doxygen: identify all files lacking a @file comment
reason is, only files with a @file comment will be processed
with further documentation commands. For this reason, our Doxygen
documentation is lacking a lot of entries.
HOWTO:
find src -type f \( -name '*.cpp' -or -name '*.hpp' \) -not -exec egrep -q '\*.+@file' {} \; -print -exec sed -i -r -e'\_\*/_,$ { 1,+0 a\
\
\
/** @file §§§\
** TODO §§§\
*/
}' {} \;
This commit is contained in:
parent
2d8a595038
commit
48e9b7594a
552 changed files with 2534 additions and 0 deletions
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "backend/engine/engine-config.h"
|
||||
#include "lib/time/timevalue.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/error.h"
|
||||
#include "backend/engine/scheduler-frontend.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef BACKEND_ENGINE_SCHEDULER_FRONTEND_H
|
||||
#define BACKEND_ENGINE_SCHEDULER_FRONTEND_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "backend/enginefacade.hpp"
|
||||
#include "lib/depend.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef BACKEND_INTERFACE_ENGINEFACADE_H
|
||||
#define BACKEND_INTERFACE_ENGINEFACADE_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "backend/media-access-facade.hpp"
|
||||
|
||||
#include "lib/util.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef BACKEND_INTERFACE_MEDIA_ACCESS_FACADE_H
|
||||
#define BACKEND_INTERFACE_MEDIA_ACCESS_FACADE_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "backend/netnodefacade.hpp"
|
||||
#include "lib/depend.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef BACKEND_INTERFACE_NETNODEFACADE_H
|
||||
#define BACKEND_INTERFACE_NETNODEFACADE_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "backend/real-clock.hpp"
|
||||
|
||||
#include <ctime>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "backend/scriptrunnerfacade.hpp"
|
||||
#include "lib/depend.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef BACKEND_INTERFACE_SCRIPTRUNNERFACADE_H
|
||||
#define BACKEND_INTERFACE_SCRIPTRUNNERFACADE_H
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef LIB_THREADWRAPPER_H
|
||||
#define LIB_THREADWRAPPER_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "backend/threadpool-init.hpp"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/util.hpp"
|
||||
#include "lib/symbol.hpp"
|
||||
#include "common/advice/binding.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/error.hpp"
|
||||
#include "include/lifecycle.h"
|
||||
#include "common/appstate.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "common/basic-setup.hpp"
|
||||
#include "lib/searchpath.hpp"
|
||||
#include "lib/error.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef COMMON_BASIC_SETUP_H
|
||||
#define COMMON_BASIC_SETUP_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "include/logging.h"
|
||||
#include "include/lifecycle.h"
|
||||
#include "include/config-facade.h"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/guifacade.hpp"
|
||||
#include "include/guinotification-facade.h"
|
||||
#include "lib/sync.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "include/interfaceproxy.hpp"
|
||||
#include "common/instancehandle.hpp"
|
||||
#include "lib/error.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/error.hpp"
|
||||
#include "lib/util.hpp"
|
||||
#include "common/option.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef LUMIERA_OPTION_H
|
||||
#define LUMIERA_OPTION_H
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/error.hpp"
|
||||
#include "common/query.hpp"
|
||||
#include "common/config-rules.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef LUMIERA_QUERY_DEFS_MANAGER_H
|
||||
#define LUMIERA_QUERY_DEFS_MANAGER_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "lib/multifact.hpp"
|
||||
#include "common/query/query-resolver.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef LUMIERA_QUERY_RESOLVER_H
|
||||
#define LUMIERA_QUERY_RESOLVER_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "common/subsys.hpp"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef LUMIERA_SUBSYSTEMRUNNER_H
|
||||
#define LUMIERA_SUBSYSTEMRUNNER_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/ctrl/playback-controller.hpp"
|
||||
#include "gui/display-service.hpp"
|
||||
#include "lib/error.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUI_DIALOG_DIALOG_H
|
||||
#define GUI_DIALOG_DIALOG_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/dialog/name-chooser.hpp"
|
||||
#include "gui/dialog/dialog.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUI_DIALOG_NAME_CHOOSER_H
|
||||
#define GUI_DIALOG_NAME_CHOOSER_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUI_DIALOG_PREFERENCES_DIALOG_H
|
||||
#define GUI_DIALOG_PREFERENCES_DIALOG_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
|
||||
#include "gui/dialog/render.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/display-service.hpp"
|
||||
|
||||
extern "C" {
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/window-manager.hpp"
|
||||
#include "gui/workspace/workspace-window.hpp"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,11 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
#include "clip-track.hpp"
|
||||
|
||||
#include "clip.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/model/clip.hpp"
|
||||
#include "lib/time/mutation.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,11 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
#include "group-track.hpp"
|
||||
|
||||
namespace gui {
|
||||
|
|
|
|||
|
|
@ -20,6 +20,11 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
#include "parent-track.hpp"
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/model/project.hpp"
|
||||
#include "gui/model/sequence.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,11 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
#include "gui/model/sequence.hpp"
|
||||
#include "include/logging.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/model/track.hpp"
|
||||
#include "gui/model/parent-track.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/notification-service.hpp"
|
||||
#include "lib/depend.hpp"
|
||||
#include "include/logging.h"
|
||||
|
|
|
|||
|
|
@ -23,6 +23,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/output/displayer.hpp"
|
||||
#include "gui/output/xvdisplayer.hpp"
|
||||
|
|
|
|||
|
|
@ -23,6 +23,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/output/gdkdisplayer.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/output/xvdisplayer.hpp"
|
||||
#include "include/logging.h"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,11 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/panel/assets-panel.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef GUI_PANEL_ASSETS_PANEL_H
|
||||
#define GUI_PANEL_ASSETS_PANEL_H
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/panel/panel.hpp"
|
||||
#include "gui/workspace/panel-manager.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef GUI_PANEL_PANEL_H
|
||||
#define GUI_PANEL_PANEL_H
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/panel/timeline-panel.hpp"
|
||||
#include "gui/widget/timeline/timeline-zoom-scale.hpp"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,11 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/panel/viewer-panel.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/ui-bus.hpp"
|
||||
|
||||
namespace gui {
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/util/cairo-util.hpp"
|
||||
|
||||
namespace gui {
|
||||
|
|
|
|||
|
|
@ -20,6 +20,11 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
#include <cairomm/cairomm.h>
|
||||
|
||||
#ifndef GUI_UTIL_CAIRO_H
|
||||
|
|
|
|||
|
|
@ -20,6 +20,11 @@
|
|||
|
||||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
#include "gui/util/rectangle.hpp"
|
||||
#include <algorithm>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUI_UTIL_RECTANGLE_H
|
||||
#define GUI_UTIL_RECTANGLE_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/button-bar.hpp"
|
||||
#include "include/logging.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_BUTTON_BAR_H
|
||||
#define GUI_WIDGET_BUTTON_BAR_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/menu-button.hpp"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_MENU_BUTTON_H
|
||||
#define GUI_WIDGET_MENU_BUTTON_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_MINI_BUTTON_H
|
||||
#define GUI_WIDGET_MINI_BUTTON_H
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/panel-bar.hpp"
|
||||
#include "gui/workspace/workspace-window.hpp"
|
||||
#include "gui/workspace/panel-manager.hpp"
|
||||
|
|
|
|||
|
|
@ -24,6 +24,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timecode-widget.hpp"
|
||||
|
||||
#include "lib/time/diagnostics.hpp" ////////////TODO: temporary solution to get H:M:S components. Use TimeCode instead!
|
||||
|
|
|
|||
|
|
@ -24,6 +24,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_TIMECODE_WIDGET_H
|
||||
#define GUI_WIDGET_TIMECODE_WIDGET_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline-widget.hpp"
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_TIMELINE_BASIC_DRAW_STRATEGY_H
|
||||
#define GUI_WIDGET_TIMELINE_BASIC_DRAW_STRATEGY_H
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/basic-draw-strategy.hpp"
|
||||
|
||||
namespace gui {
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_TIMELINE_DRAW_STRATEGY_HPP
|
||||
#define GUI_WIDGET_TIMELINE_DRAW_STRATEGY_HPP
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/timeline-arrow-tool.hpp"
|
||||
|
||||
namespace gui {
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/timeline-body.hpp"
|
||||
#include "gui/widget/timeline-widget.hpp"
|
||||
#include "gui/window-manager.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/timeline-clip.hpp"
|
||||
#include "gui/widget/timeline/timeline-clip-track.hpp"
|
||||
#include "gui/widget/timeline/timeline-view-window.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/timeline-clip.hpp"
|
||||
|
||||
namespace gui {
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/widget/timeline/timeline-entity.hpp"
|
||||
#include "gui/widget/timeline/draw-strategy.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/timeline-group-track.hpp"
|
||||
#include "gui/widget/timeline-widget.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_TIMELINE_GROUP_TRACK_H
|
||||
#define GUI_WIDGET_TIMELINE_GROUP_TRACK_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/timeline-header-container.hpp"
|
||||
#include "gui/widget/timeline/timeline-track.hpp"
|
||||
#include "gui/widget/timeline-widget.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_TIMELINE_HEADER_CONTAINER_H
|
||||
#define GUI_WIDGET_TIMELINE_HEADER_CONTAINER_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline-widget.hpp"
|
||||
#include "gui/util/rectangle.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_HEADER_WIDGET_H
|
||||
#define GUI_WIDGET_HEADER_WIDGET_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/timeline-ibeam-tool.hpp"
|
||||
#include "gui/widget/timeline-widget.hpp"
|
||||
#include "lib/time/mutation.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/timeline-layout-helper.hpp"
|
||||
#include "gui/widget/timeline-widget.hpp"
|
||||
#include "gui/model/sequence.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/timeline-ruler.hpp"
|
||||
#include "gui/widget/timeline-widget.hpp"
|
||||
#include "gui/window-manager.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_TIMELINE_RULER_H
|
||||
#define GUI_WIDGET_TIMELINE_RULER_H
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/timeline-state.hpp"
|
||||
#include "lib/time/timevalue.hpp"
|
||||
#include "lib/time/mutation.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_TIMELINE_STATE_H
|
||||
#define GUI_WIDGET_TIMELINE_STATE_H
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/timeline-tool.hpp"
|
||||
#include "gui/widget/timeline-widget.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_TIMELINE_TOOL_H
|
||||
#define GUI_WIDGET_TIMELINE_TOOL_H
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/timeline-track.hpp"
|
||||
#include "gui/widget/timeline-widget.hpp"
|
||||
#include "gui/window-manager.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_TIMELINE_TRACK_H
|
||||
#define GUI_WIDGET_TIMELINE_TRACK_H
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline/timeline-view-window.hpp"
|
||||
#include "gui/widget/timeline-widget.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_TIMELINE_VIEW_WINDOW_H
|
||||
#define GUI_WIDGET_TIMELINE_VIEW_WINDOW_H
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/widget/timeline-widget.hpp"
|
||||
#include "gui/widget/timeline/timeline-zoom-scale.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_TIMELINE_ZOOM_SCALE_H
|
||||
#define GUI_WIDGET_TIMELINE_ZOOM_SCALE_H
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/output/xvdisplayer.hpp"
|
||||
#include "gui/output/gdkdisplayer.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
*/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
#ifndef GUI_WIDGET_VIDEO_DISPLAY_WIDGET_H
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/window-manager.hpp"
|
||||
#include "gui/gtk-lumiera.hpp"
|
||||
#include "gui/workspace/workspace-window.hpp"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
* *****************************************************/
|
||||
|
||||
|
||||
/** @file §§§
|
||||
** TODO §§§
|
||||
*/
|
||||
|
||||
|
||||
#include "gui/workspace/actions.hpp"
|
||||
#include "gui/workspace/workspace-window.hpp"
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue