..
ui
Fix bug 2739: Option for alphabetical sorting of environments in the toolbar
2007-11-10 00:21:42 +00:00
Action.cpp
Some cosmetics and a gcc compile fix.
2007-11-13 13:23:44 +00:00
Action.h
Rename GuiViewBase to GuiView.
2007-11-05 13:52:37 +00:00
alert_pimpl.cpp
remove #includes; cosmetics
2007-11-13 23:00:36 +00:00
BulletsModule.cpp
use "real" resources
2007-10-17 18:28:45 +00:00
BulletsModule.h
Why would boost::array<Bullet, 4> be better than Bullet[4]?
2007-09-15 23:04:28 +00:00
ButtonController.cpp
ButtonController.cpp: fix a bug introduced in r20018: don't enable all widgets in the dialog, see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg128222.html
2007-09-27 21:03:26 +00:00
ButtonController.h
extract code that sets color of widget from ButtonController and move to qt_helpers
2007-09-15 13:06:48 +00:00
ColorCache.cpp
introduce a header to forward declare std::string.
2007-10-31 22:40:34 +00:00
ColorCache.h
Move Color::color enum to ColorCode.h
2007-10-25 12:41:02 +00:00
CustomizedWidgets.cpp
PrefShortcuts: use KeySequence::ForGui to display shortcuts
2007-10-31 17:15:10 +00:00
CustomizedWidgets.h
- add label and remove subclassed SearchLineEdit
2007-10-29 08:56:30 +00:00
Dialogs.cpp
Remove the embedding dialog
2007-10-21 17:56:22 +00:00
DialogView.h
Rename GuiViewBase to GuiView.
2007-11-05 13:52:37 +00:00
DockView.h
Rename GuiViewBase to GuiView.
2007-11-05 13:52:37 +00:00
EmptyTable.cpp
EmptyTable.h
FileDialog.cpp
start some work on file dialogs
2007-10-28 16:32:20 +00:00
FloatPlacement.cpp
FloatPlacement.h
GuiAbout.cpp
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiAbout.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiApplication.cpp
remove #includes; cosmetics
2007-11-13 23:00:36 +00:00
GuiApplication.h
Transfer createView() from Application to GuiApplication and get rid of LyXView::setGeometry() pure virtual interface. The goal is to switch to Qt session handling for geometry instead of our own house made one.
2007-11-13 15:29:15 +00:00
GuiBibitem.cpp
some refactoring
2007-10-07 14:44:41 +00:00
GuiBibitem.h
move stuff around. probably not the final destination...
2007-10-07 21:14:24 +00:00
GuiBibtex.cpp
merge helper files;
2007-11-05 22:20:23 +00:00
GuiBibtex.h
one more
2007-10-07 18:40:01 +00:00
GuiBox.cpp
cosmetics... less than intented
2007-10-24 22:55:02 +00:00
GuiBox.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiBranch.cpp
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiBranch.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiBranches.cpp
next one
2007-10-06 22:43:21 +00:00
GuiBranches.h
the fun begins....
2007-09-05 20:33:29 +00:00
GuiChanges.cpp
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiChanges.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiCharacter.cpp
Splitup Font in saner bits:
2007-10-28 18:51:54 +00:00
GuiCharacter.h
merge helper files;
2007-11-05 22:20:23 +00:00
GuiCitation.cpp
merge helper files;
2007-11-05 22:20:23 +00:00
GuiCitation.h
one more
2007-10-07 18:40:01 +00:00
GuiClipboard.cpp
GuiClipboard.cpp: add missing ";"
2007-10-01 00:11:21 +00:00
GuiClipboard.h
Fix slowness issue with Clipboard. Cache the Clipboard status when the data is changed.
2007-09-30 20:28:15 +00:00
GuiCommandBuffer.cpp
Some more cosmetics and removal of unused methods in GuiView.
2007-11-13 14:04:32 +00:00
GuiCommandBuffer.h
Some more cosmetics and removal of unused methods in GuiView.
2007-11-13 14:04:32 +00:00
GuiCommandEdit.cpp
move our stuff off the Q* namespace
2007-08-31 05:53:55 +00:00
GuiCommandEdit.h
the fun begins....
2007-09-05 20:33:29 +00:00
GuiDelimiter.cpp
Splitup Font in saner bits:
2007-10-28 18:51:54 +00:00
GuiDelimiter.h
math stuff
2007-10-07 20:34:09 +00:00
GuiDialog.cpp
InsetCommandParams() now takes an InsetCode rather than a string.
2007-10-19 17:22:55 +00:00
GuiDialog.h
Make GuiRef and GuiInclude subclasses of GuiCommand.
2007-10-29 16:51:07 +00:00
GuiDocument.cpp
Push latest Andre's changes toward their true direction:
2007-11-13 09:52:28 +00:00
GuiDocument.h
Document->settings: update embedded file list properly
2007-10-30 15:20:59 +00:00
GuiErrorList.cpp
Push latest Andre's changes toward their true direction:
2007-11-13 09:52:28 +00:00
GuiErrorList.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiERT.cpp
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiERT.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiExternal.cpp
merge helper files;
2007-11-05 22:20:23 +00:00
GuiExternal.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiFloat.cpp
GuiFloat.cpp: fix the regression that float placement dialog has no title
2007-11-08 23:05:48 +00:00
GuiFloat.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiFontExample.cpp
move our stuff off the Q* namespace
2007-08-31 05:53:55 +00:00
GuiFontExample.h
the fun begins....
2007-09-05 20:33:29 +00:00
GuiFontLoader.cpp
Splitup Font in saner bits:
2007-10-28 18:51:54 +00:00
GuiFontLoader.h
add some assertion for C-style table access.
2007-11-02 16:43:24 +00:00
GuiFontMetrics.cpp
remove #includes; cosmetics
2007-11-13 23:00:36 +00:00
GuiFontMetrics.h
the fun begins....
2007-09-05 20:33:29 +00:00
GuiGraphics.cpp
Fix thinko in r21048
2007-11-13 23:06:40 +00:00
GuiGraphics.h
move stuff
2007-10-28 16:42:18 +00:00
GuiGraphicsUi.h
move our stuff off the Q* namespace
2007-08-31 05:53:55 +00:00
GuiHyperlink.cpp
GuiHyperlink.cpp /HyperlinkUi.ui: follow the LyX naming conventions
2007-11-01 17:49:17 +00:00
GuiHyperlink.h
The huge URL patch:
2007-10-13 19:06:09 +00:00
GuiImage.cpp
cosmetics
2007-10-17 18:47:47 +00:00
GuiImage.h
the fun begins....
2007-09-05 20:33:29 +00:00
GuiImplementation.cpp
remove #includes; cosmetics
2007-11-13 23:00:36 +00:00
GuiImplementation.h
Transfer createView() from Application to GuiApplication and get rid of LyXView::setGeometry() pure virtual interface. The goal is to switch to Qt session handling for geometry instead of our own house made one.
2007-11-13 15:29:15 +00:00
GuiInclude.cpp
merge helper files;
2007-11-05 22:20:23 +00:00
GuiInclude.h
Make GuiRef and GuiInclude subclasses of GuiCommand.
2007-10-29 16:51:07 +00:00
GuiIndex.cpp
some refactoring
2007-10-07 14:59:01 +00:00
GuiIndex.h
some refactoring
2007-10-07 14:59:01 +00:00
GuiKeySymbol.cpp
Fix the shortcut input dialog bug (can not input Ctrl-blah)
2007-10-30 16:04:48 +00:00
GuiKeySymbol.h
cosmetics
2007-10-02 21:51:54 +00:00
GuiListings.cpp
Add Erlang support for listings (bug 4263)
2007-10-13 20:56:28 +00:00
GuiListings.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiLog.cpp
add missing include
2007-10-11 19:35:49 +00:00
GuiLog.h
add "copy to clipboard" button to log dialog
2007-10-11 18:15:30 +00:00
GuiMath.cpp
Splitup Font in saner bits:
2007-10-28 18:51:54 +00:00
GuiMath.h
Splitup Font in saner bits:
2007-10-28 18:51:54 +00:00
GuiMathMatrix.cpp
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiMathMatrix.h
math stuff
2007-10-07 20:34:09 +00:00
GuiMenubar.cpp
Rename GuiViewBase to GuiView.
2007-11-05 13:52:37 +00:00
GuiMenubar.h
Rename GuiViewBase to GuiView.
2007-11-05 13:52:37 +00:00
GuiNomencl.cpp
next ones
2007-10-07 14:41:49 +00:00
GuiNomencl.h
next ones
2007-10-07 14:41:49 +00:00
GuiNote.cpp
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiNote.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiPainter.cpp
optimizations (halves the number of multiplication).
2007-11-08 08:00:31 +00:00
GuiPainter.h
* src/LyXRC.{cpp,h}:
2007-11-02 14:43:09 +00:00
GuiParagraph.cpp
* Bufferview::updateMetrics(): Separate out the SinglePar optimization.
2007-11-06 08:32:25 +00:00
GuiParagraph.h
* src/frontends/qt4/ui/ParagraphUi.ui:
2007-10-23 08:10:55 +00:00
GuiPopupMenu.cpp
mainly reduce include dependencies
2007-10-15 22:43:55 +00:00
GuiPopupMenu.h
rename a few view functions from foo() to fooView()
2007-09-03 20:28:26 +00:00
GuiPrefs.cpp
Fix bug 2739: Option for alphabetical sorting of environments in the toolbar
2007-11-10 00:21:42 +00:00
GuiPrefs.h
- add label and remove subclassed SearchLineEdit
2007-10-29 08:56:30 +00:00
GuiPrint.cpp
merge helper files;
2007-11-05 22:20:23 +00:00
GuiPrint.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiRef.cpp
Make GuiRef and GuiInclude subclasses of GuiCommand.
2007-10-29 16:51:07 +00:00
GuiRef.h
Make GuiRef and GuiInclude subclasses of GuiCommand.
2007-10-29 16:51:07 +00:00
GuiSearch.cpp
* src/frontends/qt4/GuiSearch.cpp:
2007-10-30 13:16:45 +00:00
GuiSearch.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiSelection.cpp
remove #includes; cosmetics
2007-11-13 23:00:36 +00:00
GuiSelection.h
remove #includes; cosmetics
2007-11-13 23:00:36 +00:00
GuiSelectionManager.cpp
Repair behavior of citation dialog after all the recent changes in src/frontends/. Previously, there had been a virtual initialiseParams() method in QCitation which overrode the corresponding method in ControlCitation. But now there is no "local" controller, and so intialiseParams() overrode nothing and so never got called.
2007-09-15 01:53:26 +00:00
GuiSelectionManager.h
Repair behavior of citation dialog after all the recent changes in src/frontends/. Previously, there had been a virtual initialiseParams() method in QCitation which overrode the corresponding method in ControlCitation. But now there is no "local" controller, and so intialiseParams() overrode nothing and so never got called.
2007-09-15 01:53:26 +00:00
GuiSendto.cpp
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiSendto.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiSetBorder.cpp
move our stuff off the Q* namespace
2007-08-31 05:53:55 +00:00
GuiSetBorder.h
the fun begins....
2007-09-05 20:33:29 +00:00
GuiShowFile.cpp
cosmetics
2007-10-20 17:35:27 +00:00
GuiShowFile.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiSpellchecker.cpp
Push latest Andre's changes toward their true direction:
2007-11-13 09:52:28 +00:00
GuiSpellchecker.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiTabular.cpp
Move Inset::Code to InsetCode.h
2007-10-13 09:04:52 +00:00
GuiTabular.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiTabularCreate.cpp
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiTabularCreate.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiTexinfo.cpp
cosmetics
2007-10-20 17:35:27 +00:00
GuiTexinfo.h
merge helper files;
2007-11-05 22:20:23 +00:00
GuiThesaurus.cpp
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiThesaurus.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiToc.cpp
Some cosmetics and a gcc compile fix.
2007-11-13 13:23:44 +00:00
GuiToc.h
Rename GuiViewBase to GuiView.
2007-11-05 13:52:37 +00:00
GuiToolbar.cpp
Fix bug 2739: Option for alphabetical sorting of environments in the toolbar
2007-11-10 00:21:42 +00:00
GuiToolbar.h
Fix bug 2739: Option for alphabetical sorting of environments in the toolbar
2007-11-10 00:21:42 +00:00
GuiToolbars.cpp
Fix bug 2739: Option for alphabetical sorting of environments in the toolbar
2007-11-10 00:21:42 +00:00
GuiToolbars.h
Fix bug 2739: Option for alphabetical sorting of environments in the toolbar
2007-11-10 00:21:42 +00:00
GuiView.cpp
Transfer createView() from Application to GuiApplication and get rid of LyXView::setGeometry() pure virtual interface. The goal is to switch to Qt session handling for geometry instead of our own house made one.
2007-11-13 15:29:15 +00:00
GuiView.h
Transfer createView() from Application to GuiApplication and get rid of LyXView::setGeometry() pure virtual interface. The goal is to switch to Qt session handling for geometry instead of our own house made one.
2007-11-13 15:29:15 +00:00
GuiViewSource.cpp
Rename GuiViewBase to GuiView.
2007-11-05 13:52:37 +00:00
GuiViewSource.h
Rename GuiViewBase to GuiView.
2007-11-05 13:52:37 +00:00
GuiVSpace.cpp
finally merge Dialog and Controller
2007-10-09 21:21:01 +00:00
GuiVSpace.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiWorkArea.cpp
Push latest Andre's changes toward their true direction:
2007-11-13 09:52:28 +00:00
GuiWorkArea.h
Push latest Andre's changes toward their true direction:
2007-11-13 09:52:28 +00:00
GuiWrap.cpp
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
GuiWrap.h
move Controller inheritance further up the tree
2007-10-09 19:34:27 +00:00
IconPalette.cpp
listen to andré
2007-10-01 17:40:42 +00:00
IconPalette.h
cosmetics
2007-09-28 22:26:28 +00:00
InsertTableWidget.cpp
InsertTableWidget.h
Some cosmetics and a gcc compile fix.
2007-11-13 13:23:44 +00:00
LaTeXHighlighter.cpp
set eol-style.
2007-10-09 06:39:53 +00:00
LaTeXHighlighter.h
move LaTeXHighlighte
2007-10-06 19:03:41 +00:00
LengthCombo.cpp
cosmetics... less than intented
2007-10-24 22:55:02 +00:00
LengthCombo.h
LyXFileDialog.cpp
Fix slot connections
2007-11-13 00:38:21 +00:00
LyXFileDialog.h
start some work on file dialogs
2007-10-28 16:32:20 +00:00
Makefile.am
merge helper files;
2007-11-05 22:20:23 +00:00
PanelStack.cpp
single depth for preference items,
2007-08-30 14:22:56 +00:00
PanelStack.h
pch.h
cosmetics
2007-11-02 21:04:52 +00:00
qlkey.h
Cosmetic changes to how shortcuts are printed: S-C-S => C-S-s because S-S can be confusion, and Ctrl-Shift is more natural than Shift-Ctrl
2007-10-30 16:34:35 +00:00
qt_helpers.cpp
cosmetics
2007-11-10 13:44:50 +00:00
qt_helpers.h
merge helper files;
2007-11-05 22:20:23 +00:00
README
the fun begins....
2007-09-05 20:33:29 +00:00
TocModel.cpp
shuffle stuff around
2007-11-08 00:09:58 +00:00
TocModel.h
TocWidget.cpp
use "real" resources
2007-10-17 18:28:45 +00:00
TocWidget.h
next one
2007-10-06 20:54:31 +00:00
Validator.cpp
we assume (more or less) conforming compilers nowadays.
2007-11-06 21:45:24 +00:00
Validator.h
shuffle some frontend stuff around. merge controller(base) and "Kernel". Make frontend::Dialog pure virtual
2007-09-10 22:32:59 +00:00