]> git.lyx.org Git - lyx.git/history - src
Allow to switch buffer languages via the menu.
[lyx.git] / src /
2010-02-08 Jürgen SpitzmüllerAllow to switch buffer languages via the menu.
2010-02-08 Richard HeckConst.
2010-02-08 Jean-Marc Lasgouttescleanup handling of LFUN_REGEXP_MODE ; cleanup Text...
2010-02-08 Jean-Marc Lasgouttesfix compilation with qt 4.2
2010-02-08 Pavel SandaNext one
2010-02-08 Pavel SandaUnneeded include
2010-02-07 Abdelrazak YounesFix inset creation, the inset name code was already...
2010-02-07 Abdelrazak YounesERT and Box insets: simplify dialog creation and don...
2010-02-07 Tommaso CucinottaMost common cases with regexps seem to work, at least...
2010-02-07 Abdelrazak YounesMigrate ERT dialog to InsetDialog.
2010-02-07 Abdelrazak YounesGuiBox: don't call applyView twice
2010-02-07 Abdelrazak YounesDialog: move method to protected area
2010-02-07 Abdelrazak YounesBox dialog: migrate to the new InsetDialog architecture...
2010-02-07 Abdelrazak Younes* Dialog:
2010-02-07 Abdelrazak YounesGuiInfo: simplify code.
2010-02-06 Enrico ForestieriFix shortcut target for the Contents combo.
2010-02-06 Jürgen SpitzmüllerGuiProgressView.cpp:
2010-02-06 Tommaso CucinottaCompleting r33336 (coloured box around regexp visible...
2010-02-05 Tommaso CucinottaNow the coloured box around the regexp is visible also...
2010-02-05 Tommaso CucinottaImproved appearence of regexp insets (at least I hope...
2010-02-04 Enrico ForestieriAutomate the setting of the ascii only flag.
2010-02-04 Enrico ForestieriFix bug #3325: Labels with special characters in equati...
2010-02-04 Enrico ForestieriFix bug #2872: reference in math to label with "undersc...
2010-02-04 Pavel Sanda* doxy
2010-02-02 Tommaso CucinottaFixed crash on searching for empty list inside empty...
2010-02-01 Jürgen Spitzmüllerremove tautology
2010-02-01 Jürgen Spitzmüllerresolve shortcut conflict
2010-02-01 Vincent van RavesteijnFinally add some comments to the currentBufferView...
2010-02-01 Jürgen Spitzmüller* GuiDocument.cpp: before accessing the buffer() in...
2010-02-01 Kornel BenkoUse better include for 'struct QHeaderView'
2010-02-01 Kornel BenkoMake it compilable for QT4.3. (/usr/include/QtGui/qtree...
2010-02-01 Enrico ForestieriAccording to André, QLatin1String is cheaper.
2010-01-31 Tommaso CucinottaRemoved obsolete FIXME (the invoked isInternal() method...
2010-01-31 Tommaso CucinottaRefactor of r33302 (addressing #6457) according to...
2010-01-31 Tommaso CucinottaInhibits insertion of Regexp insets within InsetERT...
2010-01-31 Vincent van RavesteijnRevert r33295. This seems to be a not so great idea...
2010-01-31 Vincent van RavesteijnAdd an assert to check for a fully loaded Buffer before...
2010-01-31 Vincent van RavesteijnFix bug #6491: Empty .emergency file causes crash.
2010-01-31 Vincent van RavesteijnReturn failure if the file ended unexpectedly.
2010-01-31 Vincent van RavesteijnPlease Abdel.
2010-01-31 Jürgen Spitzmüller* GuiSetBorder.cpp: lighter colour for disabled borders...
2010-01-31 Vincent van RavesteijnFix bug #6489: Assertion triggered when deleting conten...
2010-01-31 Vincent van RavesteijnFix bug #5446: Cursor gets stuck in InsetInfo.
2010-01-31 Vincent van RavesteijnUse Change::isSimilarTo to find a change when merging...
2010-01-30 Vincent van RavesteijnFix r33279.
2010-01-30 Vincent van RavesteijnMove the message() function from lfunUiToggle to GuiVie...
2010-01-30 Vincent van RavesteijnDo not set the statusbar message in GuiView::toolbar...
2010-01-30 Vincent van RavesteijnUse the DispatchResult also for LFUN_MESSAGE and LFUN_B...
2010-01-30 Abdelrazak YounesGuiInfo: Migrate [New] push button slot to InsetDialog.
2010-01-30 Vincent van RavesteijnFix assertions when there is no document open and the...
2010-01-30 Jürgen SpitzmüllerGuiRef.cpp: sort categories.
2010-01-30 Peter KümmelCMake: fix merged build, seems GCC could not handle...
2010-01-30 Jürgen Spitzmüller* GuiRef: improve filter UI
2010-01-30 Abdelrazak YounesInset::validateModifyArgument(): new virtual interface...
2010-01-30 Jürgen Spitzmüller* FindAndReplaceUi.ui: adapt tooltips
2010-01-30 Jürgen SpitzmüllerAdd search and grouping facility to Crossref dialog...
2010-01-30 Tommaso CucinottaMade replace behaviour more standard: when pressing...
2010-01-30 Vincent van RavesteijnFix a crash when the child document is already closed.
2010-01-29 Vincent van RavesteijnUse the Buffer::reload() function also in buffer_func...
2010-01-29 Jürgen Spitzmüllerrevert unintended commit parts.
2010-01-29 Jürgen Spitzmüller* fix spelling in comments to please John.
2010-01-29 Jean-Marc LasgouttesMake LFUN_HELP_OPEN open the document in read-only...
2010-01-29 Jean-Marc LasgouttesGet rid of the errorstat and dispatch_buffer members...
2010-01-29 Jean-Marc Lasgouttesadd a dispatchresult parameter to lyxview::dispatch
2010-01-29 Jürgen Spitzmüller* FindAndReplace.cpp:
2010-01-29 Jürgen Spitzmüller* GuiView.cpp:
2010-01-29 Tommaso CucinottaMake the fake sequence for braces highly unlikely ...
2010-01-28 Vincent van RavesteijnCorrect the mess introduced in r33250.
2010-01-28 Vincent van RavesteijnExpand the string "regexp" to something user will bette...
2010-01-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
2010-01-28 Tommaso CucinottaOpen or closed braces ({ or }) are now translated to...
2010-01-28 Jürgen Spitzmüller* InsetTabular.cpp (addToToc):
2010-01-28 Jürgen Spitzmüller* InsetMathHull.h: constness, as suggested by Abdel.
2010-01-28 Jürgen Spitzmüller* InsetTabular.{cpp, h}:
2010-01-27 Vincent van RavesteijnRewrite FindAndReplace::eventFilter() and make it more...
2010-01-27 Tommaso CucinottaGet rid of non-existent slot warning after removal...
2010-01-27 Vincent van RavesteijnFix doxygen output for grouped items. Without the ...
2010-01-27 Pavel SandaLet the tag affect other sides too
2010-01-27 Pavel SandaIntroduce "samerow" toolbar tag and let View/Update...
2010-01-27 Tommaso CucinottaAvoid overlapping of shortcuts with Menu items (for...
2010-01-27 Tommaso CucinottaRemoved redundant Close button (space may be useful...
2010-01-27 Jürgen SpitzmüllerWhen pasting a math inset with a label, check for dupli...
2010-01-26 Vincent van RavesteijnFix bug #6477: LFUN_OUTLINE_* don't work anymore.
2010-01-25 Abdelrazak YounesBuffer: Pimpl private methods and fix a few constness...
2010-01-25 Jean-Marc LasgouttesAdd DispatchResult argument to BufferView::dispatch...
2010-01-25 Abdelrazak YounesBuffer: Pimpl gui_ and remove unused code. support...
2010-01-25 Abdelrazak YounesGet rid of mostly unused methods.
2010-01-25 Abdelrazak YounesGet rid of Buffer::setReadOnly() pseudo signal.
2010-01-25 Jürgen SpitzmüllerFindAndReplace.cpp: line length and formatting blues
2010-01-25 Jürgen SpitzmüllerFindAndReplaceUi.ui: add tooltip
2010-01-25 Jürgen Spitzmüller* add forgotten l7n tags.
2010-01-25 Jürgen Spitzmüller* FindAndReplace{cpp,h,Ui.ui}: some UI plishment.
2010-01-24 Pavel Sandanext doxy
2010-01-24 Pavel SandaSpotted by JMarc
2010-01-24 Vincent van RavesteijnGuiCitation.cpp:
2010-01-24 Vincent van RavesteijnIndicesUi.ui: Fix copy&paste error in the tooltip.
2010-01-24 Jürgen Spitzmüller* BufferView.cpp:
2010-01-24 Vincent van RavesteijnFix compilation with CMake on linux. (Am I the only...
2010-01-24 Jürgen Spitzmüllerrevert r30112 (#5988).
2010-01-24 Vincent van RavesteijnGuiCompare: Show the contents of the Options groupbox...
next