This PR just removes a set of files which is no longer referenced by the project anywhere.
When looking though the code, I was quite often stumbling over these files. Just during my work on PR #1162 I very often searched for a symbol through the code. Especially for signals and slots using the SIGNAL(name()) and SLOT(name()) syntax the cross-referencing of these function names does not work, so I had to use string search. Often the results then contained lines in these obsolete files.
Removing these files from the current branch makes maintenance easier and does not change the application in any way.
remove src/gui/UBDocumentTreeWidget.cpp/.h
replaced by UBDocumentTreeView contained in UBDocumentController at 2018-08-18
remove src/gui/UBDocumentNavigator.cpp/.h
replaced by UBBoardThumbnailsView at 2017-09-24
remove src/customWidgets
not referenced by the OpenBoard.pro file since creation at 2013-06-21
remove plugins/cffadaptor unused files
UBCFFAdaptor.pro, postScript_mac.sh, resoures/* originally used to build standalone plugin
remove src/domain/UBDragableThumbnail.cpp/.h
not referenced in the project files, added in 2017-09-24, but never added to any .pri file
This PR just removes a set of files which is no longer referenced by the project anywhere.
When looking though the code, I was quite often stumbling over these files. Just during my work on PR #1162 I very often searched for a symbol through the code. Especially for signals and slots using the
SIGNAL(name())
andSLOT(name())
syntax the cross-referencing of these function names does not work, so I had to use string search. Often the results then contained lines in these obsolete files.Removing these files from the current branch makes maintenance easier and does not change the application in any way.
src/gui/UBDocumentTreeWidget.cpp/.h
replaced byUBDocumentTreeView
contained inUBDocumentController
at 2018-08-18src/gui/UBDocumentNavigator.cpp/.h
replaced byUBBoardThumbnailsView
at 2017-09-24src/customWidgets
not referenced by theOpenBoard.pro
file since creation at 2013-06-21plugins/cffadaptor
unused filesUBCFFAdaptor.pro
,postScript_mac.sh
,resoures/*
originally used to build standalone pluginsrc/domain/UBDragableThumbnail.cpp/.h
not referenced in the project files, added in 2017-09-24, but never added to any.pri
file