Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Nov 30, 2024
1 parent b1be085 commit 9005105
Show file tree
Hide file tree
Showing 25 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions plugins/LuaScripting/src/Headers/LuaScriptingBuild.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define LuaScripting_Prefix "LuaScripting"
#define LuaScripting_BuildNumber 68
#define LuaScripting_BuildNumber 69
#define LuaScripting_MinorNumber 0
#define LuaScripting_MajorNumber 0
#define LuaScripting_BuildId "0.0.68"
#define LuaScripting_BuildId "0.0.69"
2 changes: 1 addition & 1 deletion plugins/LuaScripting/src/LuaScripting.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This is an independent project of an individual developer. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com

#include <Headers/LuaScriptingBuild.h>
#include <headers/LuaScriptingBuild.h>
#include "LuaScripting.h"

#include <ezlibs/ezLog.hpp>
Expand Down
6 changes: 3 additions & 3 deletions src/frontend/MainFrontend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
// This is an open source non-commercial project. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com

#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>

#include "MainFrontend.h"

Expand Down Expand Up @@ -49,7 +49,7 @@ limitations under the License.

#include <systems/TranslationHelper.h>

#include <Headers/LogToGraphBuild.h>
#include <headers/LogToGraphBuild.h>

// panes
#define DEBUG_PANE_ICON ICON_SDFM_BUG
Expand Down Expand Up @@ -102,7 +102,7 @@ bool MainFrontend::init() {
LayoutManager::Instance()->AddPane(SignalsHoveredDiff::Instance(), ICON_FONT_VECTOR_DIFFERENCE " Signals Hovered Diff", "", "RIGHT", 0.25f, false, false);
LayoutManager::Instance()->AddPane(ToolPane::Instance(), ICON_FONT_CUBE_SCAN " Tool", "", "LEFT", 0.25f, true, true);

// InitPänes is done in m_InitPanes, because a specific order is needed
// InitPanes is done in m_InitPanes, because a specific order is needed

return m_build();
}
Expand Down
4 changes: 2 additions & 2 deletions src/headers/LogToGraphBuild.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define LogToGraph_Prefix "LogToGraph"
#define LogToGraph_BuildNumber 1026
#define LogToGraph_BuildNumber 1027
#define LogToGraph_MinorNumber 2
#define LogToGraph_MajorNumber 0
#define LogToGraph_BuildId "0.2.1026"
#define LogToGraph_BuildId "0.2.1027"
2 changes: 1 addition & 1 deletion src/models/database/DataBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
#include <memory>
#include <string>
#include <functional>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>

struct sqlite3;
class DataBase {
Expand Down
2 changes: 1 addition & 1 deletion src/models/graphs/GraphAnnotation.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
#include <memory>
#include <string>
#include <unordered_map>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>

/*
sera rattach� a chaque graph, group� ou seuls
Expand Down
2 changes: 1 addition & 1 deletion src/models/graphs/GraphAnnotationModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

#include <memory>
#include <vector>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>
#include <ImGuiPack.h>

class GraphAnnotationModel {
Expand Down
2 changes: 1 addition & 1 deletion src/models/graphs/GraphGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
#include "GraphGroup.h"

#include <models/log/SignalSerie.h>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>

GraphGroupPtr GraphGroup::Create() {
auto res = std::make_shared<GraphGroup>();
Expand Down
2 changes: 1 addition & 1 deletion src/models/graphs/GraphGroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
#include <memory>
#include <string>
#include <unordered_map>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>

class GraphGroup {
public:
Expand Down
2 changes: 1 addition & 1 deletion src/models/graphs/GraphView.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
#include <memory>
#include <string>
#include <unordered_map>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>

class GraphView {
public:
Expand Down
2 changes: 1 addition & 1 deletion src/models/log/LogEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
#include <string>
#include <stdint.h>
#include <unordered_map>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>
#include <ezlibs/ezXmlConfig.hpp>

struct SignalSetting {
Expand Down
2 changes: 1 addition & 1 deletion src/models/log/SignalSerie.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
#include <memory>
#include <string>
#include <unordered_map>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>

class SignalSerie {
public:
Expand Down
2 changes: 1 addition & 1 deletion src/models/log/SignalTag.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
#include <memory>
#include <string>
#include <unordered_map>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>

class SignalTag {
public:
Expand Down
2 changes: 1 addition & 1 deletion src/models/log/SignalTick.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
#include <memory>
#include <string>
#include <unordered_map>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>

class SignalTick {
public:
Expand Down
2 changes: 1 addition & 1 deletion src/models/log/SourceFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
#include <memory>
#include <string>
#include <unordered_map>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>

class SourceFile {
public:
Expand Down
2 changes: 1 addition & 1 deletion src/models/script/ScriptingEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ limitations under the License.
#include <vector>
#include <string>
#include <functional>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>
#include <apis/LtgPluginApi.h>

class ScriptingEngine : public Ltg::IDatasModel, public ez::xml::Config {
Expand Down
2 changes: 1 addition & 1 deletion src/panes/AnnotationPane.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
#include <string>
#include <vector>
#include <map>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>
#include <ImGuiPack/ImGuiPack.h>

class ProjectFile;
Expand Down
2 changes: 1 addition & 1 deletion src/panes/LogPane.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

#include <ImGuiPack.h>
#include <models/log/LogEngine.h>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>
#include <stdint.h>
#include <string>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion src/panes/LogPaneSecondView.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

#include <ImGuiPack.h>
#include <models/log/LogEngine.h>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>
#include <stdint.h>
#include <string>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion src/panes/SignalsHoveredDiff.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

#include <ImGuiPack.h>
#include <models/log/LogEngine.h>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>
#include <stdint.h>
#include <string>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion src/panes/SignalsHoveredList.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

#include <ImGuiPack.h>
#include <models/log/LogEngine.h>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>
#include <stdint.h>
#include <string>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion src/panes/SignalsHoveredMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

#include <ImGuiPack.h>
#include <models/log/LogEngine.h>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>
#include <stdint.h>
#include <string>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion src/panes/SignalsPreview.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

#include <ImGuiPack.h>
#include <models/log/LogEngine.h>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>
#include <stdint.h>
#include <string>
#include <memory>
Expand Down
2 changes: 1 addition & 1 deletion src/panes/ToolPane.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
#include <memory>
#include <string>
#include <cstdint>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>
#include <models/log/LogEngine.h>
#include <models/log/SignalTree.h>

Expand Down
2 changes: 1 addition & 1 deletion src/project/ProjectFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <string>
#include <memory>
#include <unordered_map>
#include <Headers/DatasDef.h>
#include <headers/DatasDef.h>
#include <apis/LtgPluginApi.h>
#include <ezlibs/ezXmlConfig.hpp>

Expand Down

0 comments on commit 9005105

Please sign in to comment.