..
ui
No tabs in ui files.
2010-12-11 15:44:54 +00:00
Action.cpp
* FuncStatus: unify naming of functions.
2010-04-16 10:51:20 +00:00
Action.h
BulletsModule.cpp
BulletsModule.h
ButtonController.cpp
ButtonController.h
Fix doxygen output for grouped items. Without the /name tag doxygen shows the group name as the name of the first item. Moreover, the comment styles are somewhat standardized.
2010-01-27 18:10:33 +00:00
ButtonPolicy.cpp
Revert r35760, as suggested by Vincent.
2010-10-21 19:33:29 +00:00
ButtonPolicy.h
ColorCache.cpp
Set url color from system theme.
2010-09-09 13:04:02 +00:00
ColorCache.h
Finish implementation of "use system colors" checkbox.
2010-08-09 12:15:02 +00:00
CustomizedWidgets.cpp
CustomizedWidgets.h
Dialog.cpp
Dialog::bufferFilepath -> Dialog::bufferFilePath
2010-04-21 01:19:30 +00:00
Dialog.h
Fix bug #6451 (last part): Crash when interacting with buffer-dependent dialog with no buffer open.
2010-04-26 02:12:10 +00:00
DialogView.h
DialogView: make GuiView the parent widget to partly solve bug #6710 .
2010-10-21 13:40:49 +00:00
DockView.h
Fix bug #3871 : Shortcut to switch from TOC to text pane.
2010-04-26 10:03:09 +00:00
EmptyTable.cpp
EmptyTable.h
FileDialog.cpp
Proper camel case for FileName.absFilename
2010-04-21 01:19:09 +00:00
FileDialog.h
FindAndReplace.cpp
This string composition badly fails on some languages since as a translator
2010-11-27 03:04:56 +00:00
FindAndReplace.h
hopefully fix the (re)sizing of the adv search/replace
2010-03-27 17:37:41 +00:00
FloatPlacement.cpp
More include frenzy.
2010-10-31 01:04:03 +00:00
FloatPlacement.h
InsetParamsWidget(): fix method constness.
2010-02-18 07:56:38 +00:00
GuiAbout.cpp
Proper camel case for FileName.absFilename
2010-04-21 01:19:09 +00:00
GuiAbout.h
About box: Migrate to DialogView.
2010-01-23 20:29:00 +00:00
GuiAlert.cpp
Typo.
2010-10-22 17:08:57 +00:00
GuiApplication.cpp
Georg's fix for my crash moved too much inside the inTexted() crash: We
2010-12-08 21:46:57 +00:00
GuiApplication.h
typo
2010-11-04 15:35:12 +00:00
GuiBibitem.cpp
Remove the name parameter from string2params and params2string. We can always derive the name with insetName(params.code()).
2010-10-29 00:25:28 +00:00
GuiBibitem.h
Migrate GuiBibitem to InsetParamsWidget.
2010-02-23 21:24:24 +00:00
GuiBibtex.cpp
Remove the name parameter from string2params and params2string. We can always derive the name with insetName(params.code()).
2010-10-29 00:25:28 +00:00
GuiBibtex.h
GuiBox.cpp
remove unused include of FuncRequest
2010-08-24 03:07:09 +00:00
GuiBox.h
* GuiBoc.{cpp,h}:
2010-06-26 07:57:54 +00:00
GuiBranch.cpp
Migrate Branch dialog to InsetParamsWidget
2010-02-19 20:57:25 +00:00
GuiBranch.h
Migrate Branch dialog to InsetParamsWidget
2010-02-19 20:57:25 +00:00
GuiBranches.cpp
BranchList:
2010-04-21 01:19:35 +00:00
GuiBranches.h
Fix unnecessary dependencies on GuiDocument.h.
2010-07-12 21:42:25 +00:00
GuiChanges.cpp
GuiChanges.h
GuiCharacter.cpp
GuiCharacter.h
Fix doxygen output for grouped items. Without the /name tag doxygen shows the group name as the name of the first item. Moreover, the comment styles are somewhat standardized.
2010-01-27 18:10:33 +00:00
GuiCitation.cpp
Towards a proper fix for bug #6846 , this just disentangles a couple
2010-12-03 19:00:55 +00:00
GuiCitation.h
GuiClipboard.cpp
Fix bug #6538 (Figure: relative path changed to absolute on copy/paste)
2010-12-11 23:04:24 +00:00
GuiClipboard.h
Fix bug #6538 (Figure: relative path changed to absolute on copy/paste)
2010-12-11 23:04:24 +00:00
GuiCommandBuffer.cpp
Seems boost also includes all std headers. Not including boost therefore produces errors.
2010-04-22 11:45:34 +00:00
GuiCommandBuffer.h
GuiCommandEdit.cpp
GuiCommandEdit.h
GuiCompare.cpp
Turn on sliding when starting comparison
2010-09-08 15:12:55 +00:00
GuiCompare.h
Some cosmetics (from my local cosmetics branch).
2010-10-18 14:20:03 +00:00
GuiCompareHistory.cpp
Ui glitches
2010-09-07 11:58:42 +00:00
GuiCompareHistory.h
These things need to be updated for each dialog opening
2010-09-07 11:29:05 +00:00
GuiCompleter.cpp
Fix part of bug #7072 by opening undo groups as needed.
2010-11-29 16:38:13 +00:00
GuiCompleter.h
remove unused include of FuncRequest
2010-08-24 03:07:09 +00:00
GuiDelimiter.cpp
* GuiDelimiter.cpp: disable cut and paste inside the listviews (bug 6942).
2010-10-15 07:12:49 +00:00
GuiDelimiter.h
GuiDialog.cpp
remove unused include of FuncRequest
2010-08-24 03:07:09 +00:00
GuiDialog.h
Fix bug #6451 (last part): Crash when interacting with buffer-dependent dialog with no buffer open.
2010-04-26 02:12:10 +00:00
GuiDocument.cpp
* GuiDocument.cpp (paramsToDialog):
2010-12-11 15:28:02 +00:00
GuiDocument.h
Rename a bunch of BufferParams to conform to our usual style.
2010-11-26 18:32:29 +00:00
GuiErrorList.cpp
Whitespace.
2010-10-14 20:49:34 +00:00
GuiErrorList.h
Fix bug #6462 : Out-of-bounds index in GuiErrorList::goTo when new buffer is active.
2010-03-12 15:06:13 +00:00
GuiERT.cpp
remove unused include of FuncRequest
2010-08-24 03:07:09 +00:00
GuiERT.h
InsetParamsWidget(): fix method constness.
2010-02-18 07:56:38 +00:00
GuiExternal.cpp
Dialog::bufferFilepath -> Dialog::bufferFilePath
2010-04-21 01:19:30 +00:00
GuiExternal.h
GuiFontExample.cpp
GuiFontExample.h
GuiFontLoader.cpp
GuiFontLoader.cpp: forgot this in r34941
2010-07-17 16:16:47 +00:00
GuiFontLoader.h
GuiFontMetrics.cpp
We don't generally use "static" this way in the LyX code any more. (Just
2010-11-17 22:00:42 +00:00
GuiFontMetrics.h
GuiGraphics.cpp
Disentangle various "in"s
2010-11-30 00:55:34 +00:00
GuiGraphics.h
GuiGraphicsUi.h
GuiHSpace.cpp
remove unused include of FuncRequest
2010-08-24 03:07:09 +00:00
GuiHSpace.h
Migrate GuiHSPace to InsetParamsDialog.
2010-02-21 09:28:33 +00:00
GuiHyperlink.cpp
Fix assert in all InsetParamsWidget's for unicode characters (bug #7017 )
2010-11-07 17:38:39 +00:00
GuiHyperlink.h
Migrate GuiHyperlink to InsetParamsDialog.
2010-10-27 17:02:42 +00:00
GuiIdListModel.cpp
GuiIdListModel.h
GuiImage.cpp
Proper camel case for FileName.absFilename
2010-04-21 01:19:09 +00:00
GuiImage.h
GuiInclude.cpp
Remove the name parameter from string2params and params2string. We can always derive the name with insetName(params.code()).
2010-10-29 00:25:28 +00:00
GuiInclude.h
GuiIndex.cpp
GuiIndex.h
GuiIndices.cpp
GuiIndices.h
Fix unnecessary dependencies on GuiDocument.h.
2010-07-12 21:42:25 +00:00
GuiInfo.cpp
More include frenzy.
2010-10-31 01:04:03 +00:00
GuiInfo.h
InsetParamsWidget(): fix method constness.
2010-02-18 07:56:38 +00:00
GuiKeySymbol.cpp
Fix #6966 .
2010-10-23 20:17:41 +00:00
GuiKeySymbol.h
GuiLabel.cpp
Fix assert in all InsetParamsWidget's for unicode characters (bug #7017 )
2010-11-07 17:38:39 +00:00
GuiLabel.h
Revert r35933. There are insets not based upon InsetCommand, such as
2010-10-31 18:56:32 +00:00
GuiLine.cpp
Remove the name parameter from string2params and params2string. We can always derive the name with insetName(params.code()).
2010-10-29 00:25:28 +00:00
GuiLine.h
GuiLine: honor Abdel as author
2010-09-17 01:32:23 +00:00
GuiListings.cpp
CMake: fix merged build, seems GCC could not handle the namespaces correctly
2010-01-30 11:34:28 +00:00
GuiListings.h
GuiLog.cpp
* GuiLog.cpp: refine warning detection:
2010-08-02 16:38:41 +00:00
GuiLog.h
* Include bibtex and makeindex logs to log file dialog.
2009-11-29 17:15:22 +00:00
GuiMathMatrix.cpp
This should be fixed.
2010-11-13 23:01:30 +00:00
GuiMathMatrix.h
GuiMathMatrix:
2010-09-24 03:44:34 +00:00
GuiNomenclature.cpp
Fix assert in all InsetParamsWidget's for unicode characters (bug #7017 )
2010-11-07 17:38:39 +00:00
GuiNomenclature.h
GuiNomencl.xxx: Rename to be in line with class name.
2010-10-27 20:05:38 +00:00
GuiNote.cpp
GuiNote.h
GuiPainter.cpp
GuiPainter.cpp: correct attempt from r35491
2010-09-25 14:14:50 +00:00
GuiPainter.h
use one place to adjust width of thin lines
2010-09-07 05:14:57 +00:00
GuiParagraph.cpp
GuiParagraph.h
GuiPhantom.cpp
GuiPhantom.h
GuiPrefs.cpp
Disable the "Single instance" check box if the lyxpipe has not been set up.
2010-12-11 15:21:23 +00:00
GuiPrefs.h
* UI changes in anticipation of polyglossia support:
2010-11-20 13:34:14 +00:00
GuiPrint.cpp
Dialog::bufferFilepath -> Dialog::bufferFilePath
2010-04-21 01:19:30 +00:00
GuiPrint.h
GuiPrintindex.cpp
Remove the name parameter from string2params and params2string. We can always derive the name with insetName(params.code()).
2010-10-29 00:25:28 +00:00
GuiPrintindex.h
GuiPrintNomencl.cpp
Migrate GuiPrintNomencl to InsetParamsDialog.
2010-10-30 20:14:57 +00:00
GuiPrintNomencl.h
Revert r35933. There are insets not based upon InsetCommand, such as
2010-10-31 18:56:32 +00:00
GuiProgress.cpp
Compil fix
2010-11-06 00:34:03 +00:00
GuiProgress.h
don't block GUI when showing all debug messages
2010-06-07 20:25:41 +00:00
GuiProgressView.cpp
fix bug #6748 : queue LyXErrMessages so any other stuff is done
2010-06-03 21:24:20 +00:00
GuiProgressView.h
Coding style, thanks Abdel.
2010-05-17 08:15:04 +00:00
GuiRef.cpp
Remove the name parameter from string2params and params2string. We can always derive the name with insetName(params.code()).
2010-10-29 00:25:28 +00:00
GuiRef.h
* GuiRef: improve filter UI
2010-01-30 11:19:48 +00:00
GuiSearch.cpp
GuiSearch.h
GuiSelection.cpp
GuiSelection.h
GuiSelectionManager.cpp
fix (again) monolithic build
2010-04-08 10:23:54 +00:00
GuiSelectionManager.h
Take Andre's advice and implement the focus tracking using the event
2010-03-24 14:34:44 +00:00
GuiSendto.cpp
GuiSendto.h
GuiSetBorder.cpp
* GuiSetBorder.cpp: lighter colour for disabled borders (not used currently).
2010-01-31 13:15:26 +00:00
GuiSetBorder.h
GuiShowFile.cpp
support:
2010-04-21 01:19:28 +00:00
GuiShowFile.h
GuiSpellchecker.cpp
avoid recursive check calls triggered by updateView(); show summary and close window when forward move not possible anymore
2010-12-05 06:51:32 +00:00
GuiSpellchecker.h
#6917 move forward after adding a word to personal dictionary or the list of ignored words
2010-09-28 15:09:06 +00:00
GuiSymbols.cpp
GuiSymbols.h
GuiTabular.cpp
GuiTabular.cpp: typo
2010-12-10 06:25:52 +00:00
GuiTabular.h
Fix #7021 : the problem was that activating the border combo was triggering dialogToParams() and thus disallowed because of the empty value.
2010-12-04 10:55:03 +00:00
GuiTabularCreate.cpp
GuiTabularCreate.h
GuiTexinfo.cpp
support:
2010-04-21 01:19:28 +00:00
GuiTexinfo.h
GuiThesaurus.cpp
* GuiThesaurus: do not show irritating messages if nothing is to be looked up.
2010-04-20 09:59:16 +00:00
GuiThesaurus.h
GuiToc.cpp
Fix bug #3871 : Shortcut to switch from TOC to text pane.
2010-04-26 10:03:09 +00:00
GuiToc.h
GuiToolbar.cpp
Transfer LyXfunc code to GuiApplication::dispatch() and getStatus(). Now
2010-02-09 16:11:13 +00:00
GuiToolbar.h
GuiView.cpp
improve fix for #6303 as suggested by Richard
2010-12-09 22:35:44 +00:00
GuiView.h
This routine does not need to take a pointer to a WorkArea. Also, remove
2010-12-09 22:29:12 +00:00
GuiViewSource.cpp
Add the option to select the output format in Source View.
2010-12-10 10:34:24 +00:00
GuiViewSource.h
Add the option to select the output format in Source View.
2010-12-10 10:34:24 +00:00
GuiVSpace.cpp
remove unused include of FuncRequest
2010-08-24 03:07:09 +00:00
GuiVSpace.h
InsetParamsWidget(): fix method constness.
2010-02-18 07:56:38 +00:00
GuiWorkArea.cpp
Load mhchem if it is requested unconditionally, fix some typos
2010-11-21 18:07:04 +00:00
GuiWorkArea.h
Update the cursor shape also when the cursor shape changes without a mouse move actions.
2010-10-24 22:14:31 +00:00
GuiWrap.cpp
GuiWrap.h
IconPalette.cpp
correct icon size in math panels
2010-09-24 12:59:43 +00:00
IconPalette.h
InGuiThread.cpp
check also if there is a QApplication instance
2010-11-01 21:32:59 +00:00
InGuiThread.h
Be compatible with Qt 4.2 and 4.3 (Q_EMIT).
2010-11-03 00:38:35 +00:00
InsertTableWidget.cpp
Transfer LyXfunc code to GuiApplication::dispatch() and getStatus(). Now
2010-02-09 16:11:13 +00:00
InsertTableWidget.h
InsetParamsDialog.cpp
set eol-style
2010-11-18 19:50:29 +00:00
InsetParamsDialog.h
set eol-style
2010-11-18 19:50:29 +00:00
InsetParamsWidget.cpp
set eol-style
2010-11-18 19:50:29 +00:00
InsetParamsWidget.h
set eol-style
2010-11-18 19:50:29 +00:00
LaTeXHighlighter.cpp
LaTeXHighlighter.h
LayoutBox.cpp
Transfer LyXfunc code to GuiApplication::dispatch() and getStatus(). Now
2010-02-09 16:11:13 +00:00
LayoutBox.h
LengthCombo.cpp
According to André, QLatin1String is cheaper.
2010-02-01 01:07:32 +00:00
LengthCombo.h
LyXFileDialog.cpp
LyXFileDialog.h
Makefile.am
GuiNomencl.xxx: Rename to be in line with class name.
2010-10-27 20:05:38 +00:00
Menus.cpp
#7084 provide spelling suggestions only when replacement is possible - if there is no selection or the misspelled word is selected; use the replace2string to construct the LFUN arguments
2010-12-11 19:10:44 +00:00
Menus.h
PanelStack.cpp
* PanelStack.{cpp,h}:
2010-01-10 14:46:39 +00:00
PanelStack.h
* PanelStack.{cpp,h}:
2010-01-10 14:46:39 +00:00
pch.h
qt_helpers.cpp
TR1: use std::tr1 regex with msvc10
2010-06-29 17:09:40 +00:00
qt_helpers.h
support:
2010-04-21 01:19:28 +00:00
qt_i18n.h
README
TocModel.cpp
Make sure the Table of Contents is always on top in the model combobox of the TocWidget.
2010-04-26 01:36:24 +00:00
TocModel.h
Make sure the Table of Contents is always on top in the model combobox of the TocWidget.
2010-04-26 01:36:24 +00:00
TocWidget.cpp
Cosmetics, typos and comments.
2010-11-25 16:53:56 +00:00
TocWidget.h
This can just take a FuncCode.
2010-02-26 19:51:06 +00:00
Toolbars.cpp
Using "using namespace std" with msvc10 makes also std::tr1::bind visible and generates conflicts with boost::bind.
2010-04-22 11:16:58 +00:00
Toolbars.h
Introduce "samerow" toolbar tag and let View/Update toolbar to be in the
2010-01-27 17:19:14 +00:00
Validator.cpp
Validator.h