]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/QPrefsDialog.C
Fix unreported bug related to 3246 by Richard Heck:
[lyx.git] / src / frontends / qt4 / QPrefsDialog.C
2007-03-26 Jürgen Spitzmüller* src/frontends/qt4/QCharacter.C:
2007-03-22 Peter Kümmelcompile qt4 three times faster with msvc:
2007-03-02 Uwe Stöhr- fix bug 2458
2007-03-01 Georg BaumFix bug 3302 (untested): Add missing internal_path
2007-02-26 Georg BaumGet rid of some locale dependant functions
2007-02-15 Abdelrazak YounesIt seems that commit 17167 was not enough to ensure...
2007-01-26 Abdelrazak YounesAllows editing when the Prefs dialog is opened; fix...
2007-01-18 Georg BaumFix several filename and environment variable encoding...
2007-01-18 Abdelrazak YounesConvert internal_path() to unicode (partially). Fix...
2007-01-18 Abdelrazak Younes* mover.h
2007-01-17 Edwin Leuven* replace many toggled(bool) with changed() signals
2007-01-16 Michael Schmitt* development/scons/scons_manifest.py:
2007-01-15 Michael Schmitt* change LFUN file-insert-ascii to file-insert-plaintext
2007-01-12 Enrico ForestieriMake sure that all inputed filenames are in internal...
2007-01-07 Bo PengResolve compiler warning unused parameter nr in src...
2007-01-07 Jürgen Spitzmüller* src/frontends/qt4/QCharacter.C:
2006-12-22 Georg Baumget rid of more utf8 conversions
2006-11-30 Peter KümmelFIXME: remove global variable theApp
2006-11-15 Michael Schmitt * QPrefsDialog.C: make static strings translateable
2006-11-09 Edwin Leuvensome cleanup:
2006-11-09 Edwin Leuvensolve crash (no cleanup):
2006-11-07 Jürgen SpitzmüllerHit Qt 4.2 with the sledgehammer until the dialog resiz...
2006-11-04 Peter Kümmelfix crash in preferences dialog
2006-10-22 Asger Ottar Alstrup- Do not use kerning, because that fucks up cursor...
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-12 Abdelrazak YounesThis commit is purely mechanical and get rid of lyx_gui...
2006-10-09 Abdelrazak YounesThis commit is converting everything related to browsin...
2006-10-09 Abdelrazak Younesmore unicode work.
2006-10-08 Georg BaumAvoid another name clash (probably #define check ....
2006-10-07 Georg Baumremove double include
2006-10-03 Abdelrazak Younesuse theApp directly for default fonts.
2006-10-03 Georg BaumFix bug 2868
2006-09-26 Abdelrazak Younesreplace colorcache global variable with GuiApplication...
2006-09-11 Abdelrazak YounesA bunch of conversion to docstring.
2006-09-09 Lars Gullik BjønnesChange _() to return a docstring. Fixup callers with...
2006-08-17 Abdelrazak Younesget rid of QT3_SUPPORT and some cleanup
2006-07-30 Bo PengAdd rc.geometry_height, geometry_width, geometry_xysave...
2006-07-06 Abdelrazak Younes* MSVC Compilation fix: #warning is not supported.
2006-07-06 Lars Gullik BjønnesRemove quite a few compiler warnings:
2006-06-30 Lars Gullik Bjønnesdelete some emits that I missed, add comments about...
2006-06-30 Lars Gullik BjønnesDo not use the qt "keyword" emit. Make qt not emit...
2006-06-28 Edwin Leuvensome connections not made because of:
2006-06-27 Jean-Marc Lasgouttes Renaming:
2006-06-17 Abdelrazak YounesThose classes (and their associated [Ch] files) are...
2006-05-20 Georg Baum * src/format.[Ch]
2006-05-20 Abdelrazak Younes* QPrefsDialog.[Ch]: Split up of QPrefsDialog into...
2006-05-18 Edwin Leuvenmake the formats/converters panels in the pref dialog...
2006-05-18 Abdelrazak YounesQt4 compilation speedup patch by Bo Peng and me.
2006-05-07 Edwin Leuvengetting rid of qt4 convenience classes:
2006-04-27 Bo PengAdd lyxrc.use_lastfilepos and load_session to the qt4...
2006-04-07 Edwin Leuvencompile fixes + update in pref dialog
2006-04-06 Abdelrazak YounesFix: The modules' parent is not QPrefsDialog but the...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-04-05 Lars Gullik Bjønnes2006-04-06 Bo Peng <ben.bob@gmail.com>
2006-03-28 Jürgen Spitzmüller* frontends/{qt2,qt4}/QPrefsDialog.C (remove_format):
2006-03-23 Abdelrazak Younes * src/frontends/qt4/QPrefsDialog.C
2006-03-22 Abdelrazak YounesChangelog:
2006-03-21 Abdelrazak Younes* QPrefsDialog::QPrefsDialog():
2006-03-16 Abdelrazak YounesEdwin Leuven <e.leuven@uva.nl>
2006-03-05 Lars Gullik BjønnesAdded initial qt4 work by Abdelrazak Younes