]> git.lyx.org Git - lyx.git/history - src/frontends/qt4
fix scrolling bug: 3320 and 3652, maybe not perfect
[lyx.git] / src / frontends / qt4 /
2007-06-02 Peter Kümmelfix scrolling bug: 3320 and 3652, maybe not perfect
2007-06-01 Jürgen Spitzmüller* src/frontends/qt4/QDocument.cpp:
2007-06-01 Jürgen Spitzmüller* src/frontends/qt4/QListings.cpp:
2007-06-01 Jürgen Spitzmüller* src/frontends/qt4/QDocument.cpp:
2007-06-01 Jürgen Spitzmüller* src/frontends/qt4/ui/ListingsUi.ui:
2007-05-31 Abdelrazak YounesPut again the (slightly edited) caution warning from...
2007-05-31 Abdelrazak YounesThis commit allows to support the full unicode range...
2007-05-30 Richard HeckMake OK button the default even after various sorts...
2007-05-29 Michael Schmittreplace "Listings" by "Listing" (plural => singular)
2007-05-29 Jürgen Spitzmüller* src/frontends/qt4/ui/PrefConvertersUi.ui:
2007-05-29 Jürgen Spitzmüller* src/frontends/qt4/ui/PrefCopiersUi.ui:
2007-05-29 Stefan Schimanski* added WidgetFlags argument to DockView to set Qt...
2007-05-29 Michael Schmitt * src/frontends/qt4/Dialogs.cpp:
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-28 Jürgen Spitzmüller* src/frontends/qt4/Dialogs.cpp:
2007-05-25 Peter Kümmelfix merge build src/frontends/qt4/QDocument.cpp
2007-05-25 Bo PengInsetListings: use float for placements because of...
2007-05-25 Jürgen Spitzmüllerfix bug 3723:
2007-05-25 Jürgen Spitzmüllerl10n work:
2007-05-24 Richard HeckRemove some calls that do nothing but print an error...
2007-05-24 Peter Kümmelrevert buggy patch.
2007-05-23 Edwin Leuven- introduces toolbar_toggle lfun
2007-05-23 Jürgen Spitzmüllertwo small missing bits for rev18468
2007-05-23 Bo PengMake listings dialog translatable (mostly strings from...
2007-05-23 Bo PengAdd dialect support and showstringspaces parameter...
2007-05-22 Richard HeckFix minor bug involving overlapping citation strings.
2007-05-22 Jürgen Spitzmüllermake InsetListings ready for dialects, part 1 (joint...
2007-05-21 Jürgen Spitzmüller* src/frontends/qt4/QDocument.cpp (validate_listings_pa...
2007-05-20 Jürgen SpitzmüllerCleanup the listings dialog and make its content transl...
2007-05-20 Stefan Schimanski* avoid mallocs by only increasing the points array...
2007-05-19 Stefan Schimanski* revert r18422. There are polylines much longer than 16
2007-05-19 Stefan Schimanski* avoid one malloc by using a static array
2007-05-19 Stefan Schimanski* only antialias the whole polyline or no segment at all
2007-05-18 Jürgen Spitzmüller* src/frontends/qt4/QListings.cpp:
2007-05-18 Jürgen Spitzmüller* src/frontends/qt4/ui:
2007-05-18 Bo PengInsetListings: turn off inline/float when another is...
2007-05-18 Bo PengInsetListings: change Params to Parameters for include...
2007-05-17 Bo PengInsetListings: separate first and last lines to a separ...
2007-05-17 Richard Heck[Bug 3461] Make escape key trigger a reset of the dialog.
2007-05-17 Peter Kümmelfix format before Andre complains :)
2007-05-17 Georg BaumFix files with spaces in converter cache;
2007-05-17 Peter Kümmeltab correcten to <don't process generated key events...
2007-05-17 Peter Kümmeldon't process generated key events if the system is...
2007-05-16 Bo PengInsetListings: fix bug 3627
2007-05-16 Bo PengInsetListings: Use a combo box for number placement...
2007-05-16 Bo PengInsetListings: rename Number style to Line numbering...
2007-05-16 Bo PengInsetListings: fix bug mouse symbol in the layout dialo...
2007-05-15 Abdelrazak YounesFix assertion with LOF and LOT by transfering the test...
2007-05-15 Abdelrazak YounesFix bug 3183 by Ozgur Ugras BARAN:
2007-05-15 Jürgen SpitzmüllerFrom Ozgur Ugras BARAN: Fix bug 3529
2007-05-15 Edwin Leuven* layout tweak
2007-05-15 Bo PengInsetListings: properly clear values of widgets when...
2007-05-15 Bo PengInsetListings: minor fix
2007-05-14 Bo PengSeparate caption and label from InsetListingsParams...
2007-05-14 Abdelrazak Younesrestore changed() connection that vanished in revision...
2007-05-14 Abdelrazak YounesFix gcc warning and be 64 bit clean.
2007-05-14 Bo PengInsetListings: use Edwin's dialog, which is much nice
2007-05-14 Bo PengInsetListings: fix a few checkbox logics
2007-05-14 Abdelrazak Younescompil fix.
2007-05-14 Abdelrazak YounesFix bug similar to 3377 by Ozgur Ugras BARAN.
2007-05-14 Abdelrazak Younesrestore cursor position in preamble.
2007-05-13 Bo PengInsetLisings: fix extra npos comparisons intruduced...
2007-05-13 Bo PengInsetListings: Enhanced listings dialog, more than...
2007-05-11 Bo PengInsetListings: touch up the TextLayout dialog
2007-05-11 Bo PengInsetListings: touch up the include dialog
2007-05-11 Bo PengInsetListings: touch up the listings dialog
2007-05-11 Abdelrazak YounesFix bug 3377 by Ozgur Ugras BARAN:
2007-05-11 Abdelrazak YounesBug fix: the type combo was not cleared at each update.
2007-05-10 Bo Pengrevert src/frontends/qt4/ui/ListingsUi.ui
2007-05-10 Peter Kümmelfix crash: change empty line to paragraph and press...
2007-05-10 Abdelrazak YounesFix bugs 3528 and 3534 by Ozgur Ugras BARAN and myself:
2007-05-10 Jean-Marc LasgouttesUse QTextEdit::setPlainText instead of QTextEdit::setTe...
2007-05-09 Bernhard RoiderProblem: When canceling the preferences dialog after...
2007-05-09 Bernhard RoiderProblem: A crash when no color is selected and the...
2007-05-09 Bernhard RoiderProblem: When canceling the color selection dialog...
2007-05-09 Peter Kümmelalso compile with merged files
2007-05-09 Bo PengAdd support for listings package. Two listings command...
2007-05-09 Edwin Leuven* set some sizehints to ingore so that toc widget does...
2007-05-08 Richard HeckFix for bug 3524: Indent checkbox is enabled even when...
2007-05-07 Uwe StöhrQMathMatrixDialog.cpp: fix part of bug 3475
2007-05-06 Jürgen SpitzmüllerFix bug 3508:
2007-05-04 Abdelrazak Younesrevision 18202: I forgot this one.
2007-05-04 Abdelrazak YounesTOC Widget beautification by Stefan Schimanski:
2007-05-04 Abdelrazak Younes* LyX::addFileToLoad(): new method for double-clicked...
2007-05-04 Abdelrazak Younes* QLPainter: antialias edges of primitives only if...
2007-05-04 Abdelrazak YounesFix antialiasing problem in straight lines within polyl...
2007-05-01 Abdelrazak YounesRestor 1.4.x behaviour: Don't touch the preamble QTextE...
2007-05-01 Michael Schmitt * src/frontends/qt4/QParagraph.cpp: reduce the verbosi...
2007-04-30 André Pönitzdistribute content sof tex-strings.cpp to their respect...
2007-04-29 Michael Schmittreplace term "Glossary" by "Nomenclature"
2007-04-29 André Pönitzresolve the layout.h <=> Layout.h conflict
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 Jürgen SpitzmüllerImplement shortcut (M-x) to hide the minibuffer
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-28 André Pönitzrename/merge LyXLength related stuff
2007-04-27 André Pönitzrename LyXKeySym into KeySymbol
2007-04-26 André PönitzI guess Windows folks are not too happy with files...
2007-04-26 André Pönitzrename LColor into Color
next