Skip to content

Commit

Permalink
* OMNotebook 6553e43...6521fc6 (2):
Browse files Browse the repository at this point in the history
  > Merge branch 'master' of https://openmodelica.org/git-readonly/OMNotebook
  > - adapt to Qt5 and mingw64
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Jul 23, 2015
1 parent f0c8a14 commit aa45da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMNotebook
Submodule OMNotebook updated 42 files
+4 −1 OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
+5 −0 OMNotebook/OMNotebookGUI/cell.cpp
+7 −1 OMNotebook/OMNotebookGUI/cell.h
+0 −6 OMNotebook/OMNotebookGUI/cellapplication.cpp
+16 −1 OMNotebook/OMNotebookGUI/cellapplication.h
+5 −0 OMNotebook/OMNotebookGUI/cellcommandcenter.cpp
+5 −0 OMNotebook/OMNotebookGUI/cellcursor.cpp
+5 −0 OMNotebook/OMNotebookGUI/celldocument.cpp
+6 −0 OMNotebook/OMNotebookGUI/celldocument.h
+5 −0 OMNotebook/OMNotebookGUI/cellfactory.cpp
+6 −0 OMNotebook/OMNotebookGUI/cellgroup.cpp
+5 −1 OMNotebook/OMNotebookGUI/cellgroup.h
+5 −0 OMNotebook/OMNotebookGUI/documentview.h
+5 −0 OMNotebook/OMNotebookGUI/graphcell.cpp
+6 −1 OMNotebook/OMNotebookGUI/graphcell.h
+5 −0 OMNotebook/OMNotebookGUI/highlighterthread.cpp
+5 −0 OMNotebook/OMNotebookGUI/inputcell.cpp
+5 −1 OMNotebook/OMNotebookGUI/inputcell.h
+5 −0 OMNotebook/OMNotebookGUI/notebook.cpp
+5 −0 OMNotebook/OMNotebookGUI/omcinteractiveenvironment.cpp
+5 −0 OMNotebook/OMNotebookGUI/printervisitor.cpp
+0 −4 OMNotebook/OMNotebookGUI/qcombobox_search.cpp
+6 −0 OMNotebook/OMNotebookGUI/qcombobox_search.h
+5 −1 OMNotebook/OMNotebookGUI/qtapp.cpp
+7 −0 OMNotebook/OMNotebookGUI/replaceallvisitor.h
+6 −0 OMNotebook/OMNotebookGUI/searchform.cpp
+6 −0 OMNotebook/OMNotebookGUI/textcell.cpp
+5 −1 OMNotebook/OMNotebookGUI/textcell.h
+5 −0 OMNotebook/OMNotebookGUI/textcursorcommands.cpp
+5 −1 OMNotebook/OMNotebookGUI/treeview.h
+7 −0 OMNotebook/OMNotebookGUI/xmlparser.cpp
+4 −0 OMNotebook/OMSketch/Draw_Arc.cpp
+4 −0 OMNotebook/OMSketch/Draw_Arrow.cpp
+4 −0 OMNotebook/OMSketch/Draw_Ellipse.cpp
+4 −0 OMNotebook/OMSketch/Draw_Rectangle.cpp
+4 −0 OMNotebook/OMSketch/Draw_RoundRect.cpp
+4 −0 OMNotebook/OMSketch/Draw_Text.cpp
+4 −0 OMNotebook/OMSketch/Draw_Triangle.cpp
+4 −0 OMNotebook/OMSketch/Graph_Scene.cpp
+5 −0 OMNotebook/OMSketch/basic.h
+11 −0 OMNotebook/OMSketch/mainwindow.cpp
+1 −1 common

0 comments on commit aa45da8

Please sign in to comment.