..
ui
* src/frontends/qt4/ui/QCharacterUi.ui: fix resize problem
2007-01-06 18:48:27 +00:00
Action.C
undo last acedential checkin
2006-12-30 10:30:02 +00:00
Action.h
more unicode Work: Menubar and Toolbar.
2006-10-09 12:30:55 +00:00
Alert_pimpl.C
Use the standard mouse pointer shape when displaying an alert dialog
2006-12-21 20:29:15 +00:00
BulletsModule.C
undo last acedential checkin
2006-12-30 10:30:02 +00:00
BulletsModule.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
ChangeLog
checkedwidgets.C
get rid of QT3_SUPPORT and some cleanup
2006-08-17 08:43:48 +00:00
checkedwidgets.h
get rid of QT3_SUPPORT and some cleanup
2006-08-17 08:43:48 +00:00
ColorCache.C
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
ColorCache.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
Dialogs.C
replace "Notation Entry" by "Glossary Entry" and "Notation List" by "Glossary"
2006-11-07 22:28:53 +00:00
emptytable.C
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
emptytable.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
FileDialog_private.C
undo last acedential checkin
2006-12-30 10:30:02 +00:00
FileDialog_private.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
FileDialog.C
undo last acedential checkin
2006-12-30 10:30:02 +00:00
FloatPlacement.C
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
FloatPlacement.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
GuiApplication.C
Fix another selection bug
2007-01-05 10:11:21 +00:00
GuiApplication.h
* GuiApplication.C (GuiApplication): make sure that the Qtranslator
2007-01-04 11:05:57 +00:00
GuiClipboard.C
Prepare for external/internal clipboard merging.
2007-01-03 08:53:54 +00:00
GuiClipboard.h
Prepare for external/internal clipboard merging.
2007-01-03 08:53:54 +00:00
GuiFontLoader.C
convert LyXFont::stateText and LColor::getGUIName to docstring,
2006-12-21 14:31:19 +00:00
GuiFontLoader.h
This commit is a big rework of the FontLoader/FontMetrics interaction. Only Qt4 for now, I would be grateful is somebody steps up for qt3 and gtk.
2006-10-07 16:15:06 +00:00
GuiFontMetrics.C
Fix returned width for small caps (these values are not cached, though)
2006-12-09 07:07:00 +00:00
GuiFontMetrics.h
* enable font metrics cache for all platforms.
2006-12-04 10:09:22 +00:00
GuiImplementation.C
Fix this error message on startup:
2006-12-21 12:01:35 +00:00
GuiImplementation.h
Clean up quit code.
2006-12-02 17:39:31 +00:00
GuiSelection.C
* src/frontends/qt4/GuiSelection.C
2007-01-05 10:32:07 +00:00
GuiSelection.h
Remove isInternal() method. We don't use it and should not do so in the
2007-01-04 11:12:01 +00:00
GuiView.C
add some assertions.
2007-01-02 10:36:34 +00:00
GuiView.h
Fix focus on WorkArea after mini-buffer command.
2006-12-23 17:09:50 +00:00
GuiWorkArea.C
Safeguard: don't do things that could trigger a painting inside the resizeEvent().
2007-01-06 09:36:40 +00:00
GuiWorkArea.h
Reorganize window resizing so that no painting occurs during a resizeEvent(). This caused the crash on MacOSX because the splash image drawing was not finished before the resizeEvent() occurred because of scrollbar hiding.
2007-01-04 12:36:17 +00:00
iconpalette.C
fix: http://bugzilla.lyx.org/show_bug.cgi?id=452
2006-12-17 17:36:00 +00:00
iconpalette.h
* allow resizing of detached panel
2006-11-21 09:06:12 +00:00
InsertTableWidget.C
This commit cleans up everything related to singleton. The other important change is that lyx::dispatch() and lyx::getStatus become _the_ official way to use LyXFunc equivalent methods.
2006-10-11 17:24:46 +00:00
InsertTableWidget.h
make sure eol-style native is set and fix eol style
2006-06-30 14:50:44 +00:00
lengthcombo.C
* qt4/QExternal.C:
2006-12-03 01:11:37 +00:00
lengthcombo.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
LyXKeySymFactory.C
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
Makefile.am
New nomenclature inset from Ugras
2006-11-04 17:55:36 +00:00
Makefile.dialogs
New nomenclature inset from Ugras
2006-11-04 17:55:36 +00:00
panelstack.C
Make string conversion work with non-ucs2-characters if using qt 4.2
2006-12-04 13:50:46 +00:00
panelstack.h
small cosmetic cleanups:
2006-10-30 14:39:05 +00:00
pch.h
delete some Qt "signals" macro reference.
2006-07-10 17:44:36 +00:00
QAbout.C
Convert the CREDITS file to utf8 and spell Ugras' name correctly.
2006-11-04 12:46:00 +00:00
QAbout.h
QAboutDialog.C
Remove quite a few compiler warnings:
2006-07-06 08:18:51 +00:00
QAboutDialog.h
QBibitem.C
Use the new InsetCommandParams interface (frontend part), from Ugras and me
2006-10-20 13:53:43 +00:00
QBibitem.h
QBibitemDialog.C
Qt4 compilation speedup patch by Bo Peng and me.
2006-05-18 08:51:12 +00:00
QBibitemDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QBibtex.C
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
QBibtex.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
QBibtexDialog.C
QComboBox::textChanged is a Qt3 support signal only, QComboBox::editTextChanged is the new Qt4 signal
2006-11-14 21:00:34 +00:00
QBibtexDialog.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
QBox.C
* qt4/QExternal.C:
2006-12-03 01:11:37 +00:00
QBox.h
get rid of more utf8 conversions
2006-12-21 20:52:59 +00:00
QBoxDialog.C
* src/frontends/qt4/QBoxDialog.C:
2006-11-12 11:25:20 +00:00
QBoxDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QBranch.C
Fix problem with non-ascii branch names by converting more stuff to
2006-11-03 15:16:45 +00:00
QBranch.h
QBranchDialog.C
Qt4 compilation speedup patch by Bo Peng and me.
2006-05-18 08:51:12 +00:00
QBranchDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QBranches.C
* src/frontends/qt4/QBranches.C:
2006-11-04 15:08:53 +00:00
QBranches.h
* src/frontends/qt4/QBranches.C:
2006-11-04 15:08:53 +00:00
QChanges.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QChanges.h
QChangesDialog.C
Qt4 compilation speedup patch by Bo Peng and me.
2006-05-18 08:51:12 +00:00
QChangesDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QCharacter.C
* src/frontends/qt4/QCharacter.C:
2006-12-24 11:38:19 +00:00
QCharacter.h
QCharacterDialog.C
get rid of QT3_SUPPORT and some cleanup
2006-08-17 08:52:32 +00:00
QCharacterDialog.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
QCitation.C
Convert most of the bibtex machinery to docstring.
2006-12-17 10:52:04 +00:00
QCitation.h
more cleanup:
2006-12-15 09:58:44 +00:00
QCitationDialog.C
Fix bug 3068.
2007-01-07 09:44:57 +00:00
QCitationDialog.h
Fix bug 3068.
2007-01-07 09:44:57 +00:00
QCommandBuffer.C
undo last acedential checkin
2006-12-30 10:30:02 +00:00
QCommandBuffer.h
Fix focus on WorkArea after mini-buffer command.
2006-12-23 17:09:50 +00:00
QCommandEdit.C
make macrfos readable again
2006-10-22 14:37:32 +00:00
QCommandEdit.h
make macrfos readable again
2006-10-22 14:37:32 +00:00
QDelimiterDialog.C
po/de.po:
2006-12-10 10:07:31 +00:00
QDelimiterDialog.h
rework mathdelimiter dialog and add size combo...
2006-08-16 14:22:47 +00:00
QDialogView.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QDialogView.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
QDocument.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QDocument.h
QDocumentDialog.C
undo last acedential checkin
2006-12-30 10:30:02 +00:00
QDocumentDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QErrorList.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QErrorList.h
QErrorListDialog.C
Qt4 compilation speedup patch by Bo Peng and me.
2006-05-18 08:51:12 +00:00
QErrorListDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QERT.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QERT.h
QERTDialog.C
Qt4 compilation speedup patch by Bo Peng and me.
2006-05-18 08:51:12 +00:00
QERTDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QExternal.C
* qt4/QExternal.C:
2006-12-03 01:11:37 +00:00
QExternal.h
QExternalDialog.C
* src/frontends/qt4/QBoxDialog.C:
2006-11-12 11:25:20 +00:00
QExternalDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QFloat.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QFloat.h
QFloatDialog.C
minimal effort implementation of:
2006-08-25 13:40:01 +00:00
QFloatDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
qfontexample.C
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
qfontexample.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
QGraphics.C
convert more GUI strings to docstring
2006-12-22 10:06:40 +00:00
QGraphics.h
QGraphicsDialog.C
* update dialog when changing lyx display settings.
2006-11-03 16:34:06 +00:00
QGraphicsDialog.h
* reorganisation of graphics dialog
2006-11-03 11:24:27 +00:00
QGraphicsUi.h
QInclude.C
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
QInclude.h
QIncludeDialog.C
Qt4 compilation speedup patch by Bo Peng and me.
2006-05-18 08:51:12 +00:00
QIncludeDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QIndex.C
Use the new InsetCommandParams interface (frontend part), from Ugras and me
2006-10-20 13:53:43 +00:00
QIndex.h
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QIndexDialog.C
Qt4 compilation speedup patch by Bo Peng and me.
2006-05-18 08:51:12 +00:00
QIndexDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QLImage.C
Next step of true unicode filenames: Use support::FileName instead of
2006-11-26 21:30:39 +00:00
QLImage.h
Next step of true unicode filenames: Use support::FileName instead of
2006-11-26 21:30:39 +00:00
qlkey.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
QLMenubar.C
* src/MenuBackend.[Ch]: the specialMenu is now a real menu, not a
2007-01-03 11:59:10 +00:00
QLMenubar.h
Change MenuBackend and the other menuclasses to store a docstring. Do the required updates to lstrings/convert.
2006-09-09 22:27:22 +00:00
QLog.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QLog.h
QLogDialog.C
Qt4 compilation speedup patch by Bo Peng and me.
2006-05-18 08:51:12 +00:00
QLogDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QLPainter.C
- Get rid of manifestly expensive debugging output in the most critical path in LyX
2006-11-07 22:17:12 +00:00
QLPainter.h
small cleanup while looking for a bug.
2006-10-30 14:15:05 +00:00
QLPopupMenu.C
Make the shortcuts work correctly with the mac.
2007-01-04 17:10:24 +00:00
QLPopupMenu.h
* QLMenubar.C (macxMenuBarInit): fix workaround for menu merging
2006-12-20 14:28:06 +00:00
QLPrintDialog.C
This commit is converting everything related to browsing to unicode (qt4 only).
2006-10-09 16:33:20 +00:00
QLPrintDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QLToolbar.C
Fix focus problems.
2006-12-24 18:16:25 +00:00
QLToolbar.h
Session/Toolbars:
2006-11-02 16:01:36 +00:00
QLyXKeySym.C
Make the shortcuts work correctly with the mac.
2007-01-04 17:10:24 +00:00
QLyXKeySym.h
Make the shortcuts work correctly with the mac.
2007-01-04 17:10:24 +00:00
QMath.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QMath.h
QMathDialog.C
Next step of true unicode filenames: Use support::FileName instead of
2006-11-26 21:30:39 +00:00
QMathDialog.h
* show symbol panels in proper size when detached from math panel (always layed out in 5 cols)
2006-11-19 17:12:33 +00:00
QMathMatrixDialog.C
* src/frontends/qt4/QMathMatrixDialog.C:
2007-01-03 21:51:10 +00:00
QMathMatrixDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QNomencl.C
New nomenclature inset from Ugras
2006-11-04 17:55:36 +00:00
QNomencl.h
New nomenclature inset from Ugras
2006-11-04 17:55:36 +00:00
QNomenclDialog.C
New nomenclature inset from Ugras
2006-11-04 17:55:36 +00:00
QNomenclDialog.h
New nomenclature inset from Ugras
2006-11-04 17:55:36 +00:00
QNote.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QNote.h
QNoteDialog.C
Port of Martin Vermeer's QNote work: fix of framed and shaded note.
2006-08-16 08:57:00 +00:00
QNoteDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QParagraph.C
convert more GUI strings to docstring
2006-12-22 10:06:40 +00:00
QParagraph.h
QParagraphDialog.C
get rid of QT3_SUPPORT and some cleanup
2006-08-17 08:58:01 +00:00
QParagraphDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QPrefs.C
This commit is purely mechanical and get rid of lyx_gui.[Ch].
2006-10-12 14:10:13 +00:00
QPrefs.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
QPrefsDialog.C
get rid of more utf8 conversions
2006-12-22 09:23:10 +00:00
QPrefsDialog.h
some cleanup:
2006-11-09 11:07:42 +00:00
QPrint.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QPrint.h
QRef.C
Use the new InsetCommandParams interface (frontend part), from Ugras and me
2006-10-20 13:53:43 +00:00
QRef.h
Convert labels to unicode
2006-10-12 10:50:45 +00:00
QRefDialog.C
Qt4 compilation speedup patch by Bo Peng and me.
2006-05-18 08:51:12 +00:00
QRefDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QSearch.C
convert thesaurus and spellchecker to docstring
2006-12-10 11:52:46 +00:00
QSearch.h
convert thesaurus and spellchecker to docstring
2006-12-10 11:52:46 +00:00
QSearchDialog.C
undo last acedential checkin
2006-12-30 10:30:02 +00:00
QSearchDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QSendto.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QSendto.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
QSendtoDialog.C
Qt4 compilation speedup patch by Bo Peng and me.
2006-05-18 08:51:12 +00:00
QSendtoDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
qsetborder.C
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
qsetborder.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
QShowFile.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QShowFile.h
QShowFileDialog.C
Qt4 compilation speedup patch by Bo Peng and me.
2006-05-18 08:51:12 +00:00
QShowFileDialog.h
QSpellchecker.C
Fix spell two checker bugs. The reason for both bugs was a string->docstring
2006-12-10 19:00:57 +00:00
QSpellchecker.h
QSpellcheckerDialog.C
get rid of QT3_SUPPORT and some cleanup
2006-08-17 09:00:11 +00:00
QSpellcheckerDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
Qt2BC.C
even more unicode work...
2006-10-09 13:28:32 +00:00
Qt2BC.h
even more unicode work...
2006-10-09 13:28:32 +00:00
qt_helpers.C
Make libQtCore a support library like boost and implement encoding conversion
2006-12-12 20:19:46 +00:00
qt_helpers.h
undo last acedential checkin
2006-12-30 10:30:02 +00:00
QTabular.C
Fix bug 3067: Special column attributes can contain non-ascii characters,
2007-01-05 17:11:32 +00:00
QTabular.h
QTabularCreate.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QTabularCreate.h
QTabularCreateDialog.C
Add new tableinsertwidget
2006-05-31 12:53:05 +00:00
QTabularCreateDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QTabularDialog.C
undo last acedential checkin
2006-12-30 10:30:02 +00:00
QTabularDialog.h
merge booktabs branch
2006-07-03 19:13:56 +00:00
QTexinfo.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QTexinfo.h
QTexinfoDialog.C
get rid of QT3_SUPPORT and some cleanup
2006-08-17 09:01:25 +00:00
QTexinfoDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QThesaurus.C
convert thesaurus and spellchecker to docstring
2006-12-10 11:52:46 +00:00
QThesaurus.h
QThesaurusDialog.C
convert thesaurus and spellchecker to docstring
2006-12-10 11:52:46 +00:00
QThesaurusDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QToc.C
undo partly 16441
2007-01-04 19:44:49 +00:00
QToc.h
Toc Slider fixes from Ugras Baran.
2006-11-25 22:16:22 +00:00
QTocDialog.C
* src/frontends/qt4/QTocDialog.C: fix formatting of curly brackets
2007-01-04 19:52:41 +00:00
QTocDialog.h
Toc Slider fixes from Ugras Baran.
2006-11-25 22:16:22 +00:00
qtTimeout.C
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
qtTimeout.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
QURLDialog.C
undo last acedential checkin
2006-12-30 10:30:02 +00:00
QURLDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QViewSource.C
FIXME: remove global variable theApp
2006-11-30 00:04:51 +00:00
QViewSource.h
Add more controls to the view-source dialog.
2006-08-04 13:59:12 +00:00
QViewSourceDialog.C
undo last acedential checkin
2006-12-30 10:30:02 +00:00
QViewSourceDialog.h
Add more controls to the view-source dialog.
2006-08-04 13:59:12 +00:00
QVSpace.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QVSpace.h
QVSpaceDialog.C
undo last acedential checkin
2006-12-30 10:30:02 +00:00
QVSpaceDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
QWrap.C
Patch 1 Log:
2006-10-09 10:35:14 +00:00
QWrap.h
QWrapDialog.C
undo last acedential checkin
2006-12-30 10:30:02 +00:00
QWrapDialog.h
Make signals and slots to not be defined, and replace them with Q_SIGNALS and Q_SLOTS
2006-06-30 14:37:33 +00:00
README
Fix incorrect conversion from QString to std::string. lyxerr output is wrong
2006-12-08 08:57:57 +00:00
socket_callback.C
undo last acedential checkin
2006-12-30 10:30:02 +00:00
socket_callback.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00
TocModel.C
Toc Slider fixes from Ugras Baran.
2006-11-25 22:16:22 +00:00
TocModel.h
Toc Slider fixes from Ugras Baran.
2006-11-25 22:16:22 +00:00
UrlView.C
Use the new InsetCommandParams interface (frontend part), from Ugras and me
2006-10-20 13:53:43 +00:00
UrlView.h
QURL renamed to UrlView
2006-06-28 12:09:25 +00:00
validators.C
remove unneeded conversions
2006-12-21 19:02:17 +00:00
validators.h
move everything into namespace lyx
2006-10-21 00:16:43 +00:00