lyx_mirror/src/frontends/qt4
Enrico Forestieri 0b9647aafa When activating the progress window, show the output view rather than the settings view.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32980 a592a061-630c-0410-9148-cb99ea01b6c8
2010-01-12 14:22:02 +00:00
..
ui When activating the progress window, show the output view rather than the settings view. 2010-01-12 14:22:02 +00:00
Action.cpp
Action.h
BulletsModule.cpp
BulletsModule.h
ButtonController.cpp
ButtonController.h
ButtonPolicy.cpp
ButtonPolicy.h
ColorCache.cpp
ColorCache.h
CustomizedWidgets.cpp
CustomizedWidgets.h
Dialog.cpp Update the view also when the document is read-only. 2009-12-31 16:43:43 +00:00
Dialog.h
DialogView.h
DockView.h
EmptyTable.cpp
EmptyTable.h
FileDialog.cpp replace links to bugzilla with links to trac 2009-12-11 00:59:10 +00:00
FileDialog.h
FindAndReplace.cpp Added hourglass cursor while searching. 2010-01-10 23:54:45 +00:00
FindAndReplace.h Advanced F&R rework: 2010-01-04 12:29:38 +00:00
FloatPlacement.cpp
FloatPlacement.h
GuiAbout.cpp
GuiAbout.h
GuiAlert.cpp Don't use a hourglass cursor while diplaying alerts. 2010-01-11 01:27:15 +00:00
GuiApplication.cpp Add a boolean to GuiWorkArea::redraw to indicate whether the metrics must be updated. The current test "lyx_view_ != guiApp->currentView() || lyx_view_->currentWorkArea() != this" is not enough, especially not if the buffer is changed and buffer->changed() is called. Moreover, there are a lot of combinations of updateMetrics() followed by buffer->changed(), these can now be replaced by one call to buffer->changed(bool). 2010-01-08 02:03:54 +00:00
GuiApplication.h
GuiBibitem.cpp
GuiBibitem.h
GuiBibtex.cpp
GuiBibtex.h
GuiBox.cpp
GuiBox.h
GuiBranch.cpp
GuiBranch.h
GuiBranches.cpp
GuiBranches.h
GuiChanges.cpp
GuiChanges.h
GuiCharacter.cpp
GuiCharacter.h
GuiCitation.cpp Check the bibliography cache only when we really need to do so. This (a) 2010-01-11 16:29:26 +00:00
GuiCitation.h
GuiClipboard.cpp
GuiClipboard.h
GuiCommandBuffer.cpp
GuiCommandBuffer.h
GuiCommandEdit.cpp
GuiCommandEdit.h
GuiCompare.cpp Add a boolean to GuiWorkArea::redraw to indicate whether the metrics must be updated. The current test "lyx_view_ != guiApp->currentView() || lyx_view_->currentWorkArea() != this" is not enough, especially not if the buffer is changed and buffer->changed() is called. Moreover, there are a lot of combinations of updateMetrics() followed by buffer->changed(), these can now be replaced by one call to buffer->changed(bool). 2010-01-08 02:03:54 +00:00
GuiCompare.h
GuiCompleter.cpp Make the auto-completion case-insensitive. 2010-01-09 14:16:42 +00:00
GuiCompleter.h
GuiDelimiter.cpp
GuiDelimiter.h
GuiDialog.cpp
GuiDialog.h
GuiDocument.cpp * PanelStack.{cpp,h}: 2010-01-10 14:46:39 +00:00
GuiDocument.h * Add native support for \includeonly (bug 5360). 2010-01-07 10:01:26 +00:00
GuiErrorList.cpp Fix bug #2179: GuiErrorList resets to first item. 2009-11-28 00:52:08 +00:00
GuiErrorList.h Fix bug #2179: GuiErrorList resets to first item. 2009-11-28 00:52:08 +00:00
GuiERT.cpp
GuiERT.h
GuiExternal.cpp
GuiExternal.h
GuiFloat.cpp
GuiFloat.h
GuiFontExample.cpp
GuiFontExample.h
GuiFontLoader.cpp replace links to bugzilla with links to trac 2009-12-11 00:59:10 +00:00
GuiFontLoader.h
GuiFontMetrics.cpp
GuiFontMetrics.h
GuiGraphics.cpp
GuiGraphics.h
GuiGraphicsUi.h
GuiHSpace.cpp
GuiHSpace.h
GuiHyperlink.cpp
GuiHyperlink.h
GuiIdListModel.cpp
GuiIdListModel.h
GuiImage.cpp
GuiImage.h
GuiInclude.cpp
GuiInclude.h
GuiIndex.cpp
GuiIndex.h
GuiIndices.cpp
GuiIndices.h
GuiInfo.cpp remove unnecessary code 2010-01-11 16:01:26 +00:00
GuiInfo.h Update the GuiInfo dialog also when the document is read-only. A dialog that does not dispatch a single LFUN (see getLfun()) but is buffer dependent (see isBufferDependent()) should implement the canApply function (if I'm correct). 2009-12-31 16:47:02 +00:00
GuiKeySymbol.cpp
GuiKeySymbol.h
GuiLabel.cpp Update the GuiLabel view when the document is read-only. Also disable the text field. 2009-12-31 16:47:36 +00:00
GuiLabel.h Update the GuiLabel view when the document is read-only. Also disable the text field. 2009-12-31 16:47:36 +00:00
GuiListings.cpp
GuiListings.h
GuiLog.cpp * Include bibtex and makeindex logs to log file dialog. 2009-11-29 17:15:22 +00:00
GuiLog.h * Include bibtex and makeindex logs to log file dialog. 2009-11-29 17:15:22 +00:00
GuiMathMatrix.cpp
GuiMathMatrix.h
GuiNomencl.cpp
GuiNomencl.h
GuiNote.cpp
GuiNote.h
GuiPainter.cpp
GuiPainter.h
GuiParagraph.cpp
GuiParagraph.h
GuiPhantom.cpp
GuiPhantom.h
GuiPrefs.cpp improve fontenc GUI. 2009-11-29 13:29:36 +00:00
GuiPrefs.h improve fontenc GUI. 2009-11-29 13:29:36 +00:00
GuiPrint.cpp
GuiPrint.h
GuiPrintindex.cpp
GuiPrintindex.h
GuiPrintNomencl.cpp
GuiPrintNomencl.h
GuiProgress.cpp Fix some eoln issues in progress view. 2010-01-03 16:54:23 +00:00
GuiProgress.h LyXErr and statusbar messages hsould have different routes. 2010-01-03 16:30:54 +00:00
GuiProgressView.cpp GuiProgressView: Always add the new text to the end of the TextEdit. This ends the mess that the messages are pretty randomly inserted wherever the cursor is accidentally put. 2010-01-11 18:04:51 +00:00
GuiProgressView.h Proposal for a more structured UI. 2010-01-11 07:30:45 +00:00
GuiRef.cpp
GuiRef.h
GuiSearch.cpp
GuiSearch.h
GuiSelection.cpp
GuiSelection.h
GuiSelectionManager.cpp
GuiSelectionManager.h
GuiSendto.cpp
GuiSendto.h
GuiSetBorder.cpp
GuiSetBorder.h
GuiShowFile.cpp
GuiShowFile.h
GuiSpellchecker.cpp
GuiSpellchecker.h
GuiSymbols.cpp
GuiSymbols.h
GuiTabular.cpp
GuiTabular.h
GuiTabularCreate.cpp
GuiTabularCreate.h
GuiTexinfo.cpp
GuiTexinfo.h
GuiThesaurus.cpp
GuiThesaurus.h
GuiToc.cpp
GuiToc.h
GuiToolbar.cpp
GuiToolbar.h
GuiView.cpp Fixed #6335. 2010-01-10 19:08:41 +00:00
GuiView.h Declare focusInEvent so we can compile. 2010-01-10 19:37:08 +00:00
GuiViewSource.cpp
GuiViewSource.h
GuiVSpace.cpp
GuiVSpace.h
GuiWorkArea.cpp Better debug message. 2010-01-11 18:01:36 +00:00
GuiWorkArea.h Add a boolean to GuiWorkArea::redraw to indicate whether the metrics must be updated. The current test "lyx_view_ != guiApp->currentView() || lyx_view_->currentWorkArea() != this" is not enough, especially not if the buffer is changed and buffer->changed() is called. Moreover, there are a lot of combinations of updateMetrics() followed by buffer->changed(), these can now be replaced by one call to buffer->changed(bool). 2010-01-08 02:03:54 +00:00
GuiWrap.cpp
GuiWrap.h
IconPalette.cpp
IconPalette.h
InsertTableWidget.cpp
InsertTableWidget.h
LaTeXHighlighter.cpp
LaTeXHighlighter.h
LayoutBox.cpp
LayoutBox.h
LengthCombo.cpp
LengthCombo.h
LyXFileDialog.cpp
LyXFileDialog.h
Makefile.am Remove unused UI file. 2010-01-08 14:54:35 +00:00
Menus.cpp get rid of next-inset-modify ; inset-modify does the same now 2010-01-11 15:50:07 +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
qt_helpers.h
qt_i18n.h
README
TocModel.cpp
TocModel.h replace links to bugzilla with links to trac 2009-12-11 00:59:10 +00:00
TocWidget.cpp
TocWidget.h
Toolbars.cpp
Toolbars.h
Validator.cpp
Validator.h

This file contains some do's and dont's for the Qt4 frontend.

General rules
-------------

Every editable field that affects the state of the dialog contents
from LyX's point of view should connect its xxxChanged() signal to
a the dialog's changed_adaptor() slot, which in turn should call
changed(). If you are using a more complicated thing anyway,
then remember to call changed() at the end (if it has changed!)

Every non-trivial widget should have a tooltip. If you don't know
what to write, write "FIXME", and it can fixed later. Don't be afraid
to use QWhatsThis too, but this must be done in the derived class's
constructor, and use _("..."). Non-trivial means that things like "OK"
/must not/ have a tooltip.

moc needs a fully qualified "std::string" for .connect() statements
to work. Be very, very careful.

Remember to check tab order on a dialog (third icon, with blue bars in
designer).

Remember to check sensible resizing behaviour on a dialog. This is
usually done by adding a top-level layout to the dialog in Designer.

Remember to use Edit->Check Accelerators

If necessary, you should override Qt2Base::isValid() for determining the
validity of the current dialog's contents.

OK/Apply/Restore/Close should be connected in the derived class's
constructor to call slotOK() etc. Refer to close/cancel as close in the
source.

Override update_contents() to update the dialog, not update().  Only
these functions may change dialog widgets that may emit changed() during
initialisation, to prevent the button controller from changing its
state.

Never call buttoncontroller functions directly from dialogs. In general,
you should use Qt2Base::changed() in all circumstances. However, if you
must call the buttoncontroller, make sure to respect Qt2Base::updating_

Naming conventions
------------------

QFoo.{cpp,h}     The file that interacts with the controller _and_
the implementation of the dialog, derived from the generated files
ui/FooDialog.ui  The designer file
ui_FooDialog.h   Generated files from FooDialog.ui

slots should be named e.g. slotFooClicked(), slotFooSelected(), where
foo is the name of the widget.

Widgets should be named like "fooXX", where XX is one of the following
widget types :

CB - check box
CO - combo box
ED - line edit
GB - group box
LA - label
LC - LengthCombo
LV - QListView
ML - QTextBrowser
PB - push button
RB - radio button
SB - spin box
SL - slider
TE - text edit
TW - tree widget (FIXME: also TV in some files)


Qt, Unicode, and LyX
--------------------

LyX uses a different encoding (UCS4) than Qt (UTF16), therefore there are a
number of conversion functions in qt_helpers.{cpp,h}. Read the doxygen
documentation for details when to use which function.

Additionally, you should follow these simple rules :

o Use qt_() not _() in code
o Use the conversion functions of qt_helpers.h, NOT .latin1() / .c_str() etc.