]> git.lyx.org Git - lyx.git/history - src/frontends
Update it.po
[lyx.git] / src / frontends /
2009-11-15 Uwe Stöhr- theorems-chap.module: fix a typo
2009-11-15 Jürgen Spitzmüller* MathsUi.ui: grammar fix.
2009-11-15 Uwe StöhrMathsUi.ui: fix another typo in tooltips
2009-11-15 Uwe StöhrMathsUi.ui: fix typo in tooltip
2009-11-14 Uwe StöhrMathsUi.ui: add tooltips, the same can also be done...
2009-11-14 Jürgen Spitzmüller* direct access from the error dialog to the LaTeX...
2009-11-13 Pavel SandaPlease Juergen
2009-11-11 Pavel SandaFix #6313.
2009-11-11 Uwe Stöhr- introduce option to suppress the LaTeX package mhchem...
2009-11-10 Jürgen Spitzmüller* GuiAbout.cpp:
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-11-07 Peter Kümmelcmake: fix merge build
2009-11-06 Pavel SandaThis is still needed for keyboard focus
2009-11-06 Pavel SandaFix also nomenclature dialog which was refered in ...
2009-11-06 Pavel SandaFix bug #3852.
2009-11-02 Vincent van RavesteijnFix bug #6144: Remover RegExp from them Menu and give...
2009-11-02 Vincent van RavesteijnMove CollapseStatus from Inset to InsetCollapsable...
2009-11-02 Vincent van RavesteijnFix bug #5063: We don't want the combo boxes to adjust...
2009-11-01 Uwe StöhrGuiBox.cpp: fix typo is comment
2009-10-31 Vincent van RavesteijnFix r31814: we have to close the tab not hide it. Also...
2009-10-31 Vincent van RavesteijnClose the correct tab when clicking one while the activ...
2009-10-29 Vincent van RavesteijnFix part of bug #6251: When closing a buffer, only...
2009-10-29 Vincent van RavesteijnDissect closeWorkArea and closeBuffer.
2009-10-28 Pavel SandaCompareUi: set scaledContents, resave in 4.4 designer
2009-10-26 Jean-Marc Lasgouttesfix Ui of GuiCompare to work with Qt 4.2
2009-10-25 Vincent van RavesteijnDon't set the read-only flags of the documents. The...
2009-10-25 Vincent van RavesteijnCall the Compare thread from the GuiCompare dialog.
2009-10-25 Jürgen Spitzmüller* PrefDisplayUi.ui: add tooltip.
2009-10-24 Jürgen Spitzmüller* Makefile.am: add missing file
2009-10-24 Vincent van RavesteijnChange to camelbumpstyle.
2009-10-24 Abdelrazak YounesRemove unused compile script that dates back to my...
2009-10-24 Vincent van RavesteijnMake trunk compile for now.
2009-10-24 Vincent van Ravesteijnset eol-styles.
2009-10-24 Vincent van RavesteijnAdds the user interface for the new Comparison feature.
2009-10-24 Vincent van RavesteijnChanges in buffer_funcs.cpp::newUnnamedFile():
2009-10-17 Richard HeckFactor out some common code.
2009-10-17 Richard HeckRedo the viewer_alternatives and editor_alternatives...
2009-10-16 Richard HeckViewer and editor selections were not being saved.
2009-10-14 Pavel SandaMake updating less dangerous, see comments in #6255.
2009-10-09 Jürgen Spitzmüller* InsetExternal.cpp:
2009-10-09 Jürgen Spitzmüller* GuiExternal.cpp:
2009-10-06 Pavel SandaBug #6255 - Update linked files with version control
2009-10-06 Pavel Sandaeven better :)
2009-10-06 Pavel Sandanext compil fix
2009-10-06 Pavel Sandatypo
2009-10-05 Pavel SandaFix bug #5977 - Make Close button on tabs configurable
2009-10-05 Abdelrazak YounesMake WorkArea a pure virtual interface.
2009-10-05 Abdelrazak YounesCleanup virtual interfaces.
2009-10-05 Abdelrazak Younesuse GuiView instead of LyXView
2009-10-05 Abdelrazak YounesKornel's gcc compile fix.
2009-10-04 Pavel Sandasquash warning
2009-10-04 Abdelrazak Younesgcc compil fix.
2009-10-04 Abdelrazak YounesAvoid indirection.
2009-10-04 Abdelrazak YounesRemove dead code and associated comments. This encoded_...
2009-10-04 Abdelrazak Younessmall LFUN status cleanups.
2009-10-04 Abdelrazak YounesTransfer all keyboard related code and actions from...
2009-10-04 Jürgen Spitzmüller* GuiView.cpp (reloadBuffer):
2009-10-04 Jürgen Spitzmüller* GuiView.cpp (reloadBuffer):
2009-10-03 Pavel Sandatypo
2009-10-03 Abdelrazak YounesMove Undo::beginUndoGroup() and Undo::endUndoGroup...
2009-09-30 Abdelrazak YounesFix crash noticed by Bennett:
2009-09-30 Abdelrazak Younesremove indirection from LyXView::viewStatusMessage().
2009-09-28 Abdelrazak YounesMac compil fix, sorry Bennett.
2009-09-27 Abdelrazak Younes* Remove GuiView->BufferView->GuiView indirection.
2009-09-27 Abdelrazak YounesTransfer LFUN_INSET_APPLY from GuiView to BufferView.
2009-09-24 Enrico ForestieriFix FindAndReplace dialog for Qt < 4.4.0.
2009-09-24 Abdelrazak YounesKornel's gcc compil fix.
2009-09-23 Abdelrazak YounesLyXView: make it a pure virtual interface.
2009-09-23 Abdelrazak YounesLyXView: Remove unneeded interface.
2009-09-23 Abdelrazak Younes* Transfer LFUN_SERVER_GOTO_FILE_ROW to GuiView and...
2009-09-23 Abdelrazak YounesGet rid of LyXView::hasFocus().
2009-09-23 Abdelrazak YounesTransfer special getStatus() code from LyXFunc to Buffe...
2009-09-23 Abdelrazak YounesFix crash when switching window when previous window...
2009-09-22 Abdelrazak YounesMove LFUN_BUFFER_WRITE_ALL status to GuiView with a...
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2009-09-22 Abdelrazak YounesTransfer LFUN_HELP_OPEN to GuiApplication. There's...
2009-09-22 Enrico ForestieriFix FindAndReplace dialog for Qt 4.2
2009-09-21 Abdelrazak YounesFix gcc warning.
2009-09-21 Uwe StöhrGuiPrefs:
2009-09-19 Abdelrazak Younes* Move LFUN_BUFFER_CHILD_OPEN to GuiView.
2009-09-19 Abdelrazak YounesLyXView: remove closeBuffer() and closeBufferAll()...
2009-09-19 Abdelrazak Younes* Move LFUN_BUFFER_CLOSE and LFUN_BUFFER_CLOSE_ALL...
2009-09-19 Abdelrazak Younes* Move Buffer specific LFUNs to Buffer::dispatch()...
2009-09-19 Abdelrazak YounesTransfer completely LFUN_COMMAND_EXECUTE and LFUN_MESSA...
2009-09-18 Richard HeckIt appears that somewhere along the way, backing up...
2009-09-13 Enrico ForestieriConstify.
2009-09-13 Enrico ForestieriFix display of toolbar icons after r31255.
2009-09-12 Vincent van RavesteijnFix bug #6188: Assertion with multiple views of same...
2009-09-12 Abdelrazak YounesMove LFUN status check to where they belong.
2009-09-12 Abdelrazak Younessome more buffer -> document buffer fixes.
2009-09-12 Abdelrazak YounesMove LFUN_BUFFER_RELOAD and LFUN_VC_* to GuiView. Try...
2009-09-11 Tommaso CucinottaAdded scrollbar that shows up when dialog too small...
2009-09-09 Vincent van RavesteijnMove LFUN_BUFFER_SWITCH from LyXFunc::getStatus to...
2009-09-07 Jürgen Spitzmüller* GuiRef.cpp:
2009-09-07 Jürgen Spitzmüller* PrefFileformatsUi.ui:
2009-09-07 Jürgen Spitzmüller* Menus.cpp: Spelling.
2009-09-06 Jürgen Spitzmüller* Menus.cpp:
2009-09-06 Jürgen Spitzmüller* Menus.cpp:
2009-09-06 Vincent van RavesteijnDisable the TOC when no document is open.
2009-09-06 Jürgen Spitzmüller* PrefFileformatsUi.ui: tweaks.
next