format: reformatting files
This commit is contained in:
@@ -33,10 +33,10 @@ add_subdirectory(tool)
|
||||
add_subdirectory(viewer)
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/panel.h
|
||||
panel/panel.cpp
|
||||
panel/panelmanager.h
|
||||
panel/panelmanager.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/panel.h
|
||||
panel/panel.cpp
|
||||
panel/panelmanager.h
|
||||
panel/panelmanager.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/audiomonitor/audiomonitor.h
|
||||
panel/audiomonitor/audiomonitor.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/audiomonitor/audiomonitor.h
|
||||
panel/audiomonitor/audiomonitor.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/curve/curve.h
|
||||
panel/curve/curve.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/curve/curve.h
|
||||
panel/curve/curve.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/footageviewer/footageviewer.h
|
||||
panel/footageviewer/footageviewer.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/footageviewer/footageviewer.h
|
||||
panel/footageviewer/footageviewer.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/history/historypanel.h
|
||||
panel/history/historypanel.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/history/historypanel.h
|
||||
panel/history/historypanel.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/multicam/multicampanel.h
|
||||
panel/multicam/multicampanel.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/multicam/multicampanel.h
|
||||
panel/multicam/multicampanel.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/node/node.h
|
||||
panel/node/node.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/node/node.h
|
||||
panel/node/node.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
+1
-2
@@ -131,8 +131,7 @@ void PanelWidget::changeEvent(QEvent *e)
|
||||
if (e->type() == QEvent::WindowStateChange) {
|
||||
if (isVisible() && !isMinimized()) {
|
||||
emit shown(Qt::OtherFocusReason);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
emit hidden();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -287,6 +287,7 @@ signals:
|
||||
void CloseRequested();
|
||||
void shown(Qt::FocusReason reason);
|
||||
void hidden();
|
||||
|
||||
protected:
|
||||
/**
|
||||
* @brief paintEvent
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/param/param.h
|
||||
panel/param/param.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/param/param.h
|
||||
panel/param/param.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/pixelsampler/pixelsamplerpanel.h
|
||||
panel/pixelsampler/pixelsamplerpanel.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/pixelsampler/pixelsamplerpanel.h
|
||||
panel/pixelsampler/pixelsamplerpanel.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/project/footagemanagementpanel.h
|
||||
panel/project/project.h
|
||||
panel/project/project.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/project/footagemanagementpanel.h
|
||||
panel/project/project.h
|
||||
panel/project/project.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/scope/scope.h
|
||||
panel/scope/scope.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/scope/scope.h
|
||||
panel/scope/scope.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/sequenceviewer/sequenceviewer.h
|
||||
panel/sequenceviewer/sequenceviewer.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/sequenceviewer/sequenceviewer.h
|
||||
panel/sequenceviewer/sequenceviewer.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/table/table.h
|
||||
panel/table/table.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/table/table.h
|
||||
panel/table/table.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/taskmanager/taskmanager.h
|
||||
panel/taskmanager/taskmanager.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/taskmanager/taskmanager.h
|
||||
panel/taskmanager/taskmanager.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/timebased/timebased.h
|
||||
panel/timebased/timebased.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/timebased/timebased.h
|
||||
panel/timebased/timebased.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/timeline/timeline.h
|
||||
panel/timeline/timeline.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/timeline/timeline.h
|
||||
panel/timeline/timeline.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/tool/tool.h
|
||||
panel/tool/tool.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/tool/tool.h
|
||||
panel/tool/tool.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
set(OLIVE_SOURCES
|
||||
${OLIVE_SOURCES}
|
||||
panel/viewer/viewer.h
|
||||
panel/viewer/viewer.cpp
|
||||
panel/viewer/viewerbase.h
|
||||
panel/viewer/viewerbase.cpp
|
||||
PARENT_SCOPE
|
||||
${OLIVE_SOURCES}
|
||||
panel/viewer/viewer.h
|
||||
panel/viewer/viewer.cpp
|
||||
panel/viewer/viewerbase.h
|
||||
panel/viewer/viewerbase.cpp
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user