Revision 2f968a8e
Files
- added
- modified
- copied
- renamed
- deleted
View differences
- doomsday
- apps
- cmake
- libs
- CMakeLists.txt (diff)
- comms
- CMakeLists.txt
- include
- de
- comms
- AbstractLineEditor
- AbstractLink
- Action
- ChoiceWidget
- CommandLineWidget
- DialogWidget
- DoomsdayInfo
- EditorHistory
- ILineWrapping
- ITextEditor
- InputDialogWidget
- KeyEvent
- LabelWidget
- Lexicon
- LineEditWidget
- Link
- LocalServer
- LogWidget
- MenuWidget
- MonospaceLineWrapping
- PackageDownloader
- Protocol
- ServerFinder
- ServerInfo
- TextCanvas
- TextRootWidget
- Widget
- abstractlineeditor.h
- abstractlink.h
- action.h
- choicewidget.h
- commandlinewidget.h
- dialogwidget.h
- doomsdayinfo.h
- editorhistory.h
- inputdialog.h
- itexteditor.h
- keyevent.h
- labelwidget.h
- lexicon.h
- libshell.h
- lineeditwidget.h
- link.h
- localserver.h
- logwidget.h
- menuwidget.h
- monospacelinewrapping.h
- packagedownloader.h
- protocol.h
- serverfinder.h
- serverinfo.h
- textcanvas.h
- textrootwidget.h
- widget.h
- src
- abstractlineeditor.cpp
- abstractlink.cpp
- action.cpp
- choicewidget.cpp
- commandlinewidget.cpp
- dialogwidget.cpp
- doomsdayinfo.cpp
- editorhistory.cpp
- inputdialog.cpp
- labelwidget.cpp
- lexicon.cpp
- libshell.cpp
- lineeditwidget.cpp
- link.cpp
- localserver.cpp
- logwidget.cpp
- menuwidget.cpp
- monospacelinewrapping.cpp
- packagedownloader.cpp
- precompiled.h
- protocol.cpp
- serverfinder.cpp
- serverinfo.cpp
- textcanvas.cpp
- textrootwidget.cpp
- widget.cpp
- core
- doomsday
- gui
- tests
- tools
Loading...
Refactor|Cleanup: Eliminated the Comms library
Comms did not need to exist as a separate shared library, so its
contents were split into the other libraries:
- generic widget code to libcore
- terminal UI to libcore
- common network classes to libcore
- Doomsday network protocol to libdoomsday