]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiPrefs.cpp
header cleanup
[lyx.git] / src / frontends / qt4 / GuiPrefs.cpp
2008-02-17 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak YounesFactorize closeEvent() for GuiDialog based dialogs.
2008-02-10 Dov FeldsternAdding preference for visual mode for bidi cursor movement
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2008-01-30 Stefan Schimanski* The gui change for the mouse wheel speed setting...
2008-01-26 Stefan Schimanski* no box around the pixmap option anymore. So we disabl...
2008-01-26 Stefan Schimanski* move the Pixmap Cache check box where it belongs...
2008-01-25 Stefan Schimanski* optional old-style editing mode for macros with a...
2008-01-22 Stefan Schimanski* Option to make macro editing less "noisy" by hiding...
2007-12-26 Abdelrazak YounesAdd an RC setting to disable/enable the tooltips in...
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-14 Abdelrazak YounesSimplify bind directory creation.
2007-12-14 Abdelrazak YounesUse FileName::createDirectory() instead of support...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-27 Uwe StöhrGuiPrefs.cpp: fix copy/paste error from r21776
2007-11-25 Uwe Stöhrsupport to set the examples folder in the preferences
2007-11-24 André Pönitzless boost, just plain C++.
2007-11-23 André Pönitzmerge frontend::Painter into GuiPainter
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-18 Abdelrazak YounesSpoiling some fun from Andre': put Application on a...
2007-11-15 Abdelrazak YounesUse QSettings for session management of windows geometr...
2007-11-14 Abdelrazak YounesBump the Qt requirement to version 4.0.0
2007-11-10 Pavel SandaFix bug 2739: Option for alphabetical sorting of enviro...
2007-11-05 André Pönitzmerge helper files;
2007-11-04 Jürgen Spitzmüller* src/frontends/qt4/GuiPrefs.cpp: fix typo.
2007-11-02 André PönitzI wonder why boost::tuple is preferable over a simple...
2007-11-02 Jürgen Spitzmüller* src/LyXRC.{cpp,h}:
2007-10-31 Bo PengPrefShortcuts: remove color, remove third column, use...
2007-10-31 Bo PengPrefShortcuts: use KeySequence::ForGui to display shortcuts
2007-10-30 Bo PengTo reduce confusion, stop displaying UserExtraUnbind...
2007-10-29 Bo PengPut bindings in defaultKeyBindings() to site.bind
2007-10-29 Edwin Leuven- add label and remove subclassed SearchLineEdit
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-26 Bo PengPrefShortcuts: improve the Shortcut input dialog
2007-10-25 André Pönitz188094 lines
2007-10-25 André Pönitzremove broken promises
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-25 Bo PengProperly extend qt standard widgets, remove the search...
2007-10-24 Uwe StöhrEmbeddedFiles.cpp, GuiPrefs.cpp, PDFSupportUi.ui: fix...
2007-10-23 Richard HeckLicensing info.
2007-10-23 Bo PengPrefShortcuts: ShortcutEdit, adapted from Edwin's patch
2007-10-22 Dov FeldsternCompilation fix for Qt 4.2.1 in GuiPrefs.cpp
2007-10-22 Jean-Marc Lasgouttes * GuiPrefs.cpp (PrefShortcuts::setItemType): compilati...
2007-10-21 Abdelrazak Younesfix MSVC warning.
2007-10-21 Bo PengPrefShortcuts: handle user unbind items that have no...
2007-10-20 Bo PengPrefShortcuts: Roughly finish the shortcut configuratio...
2007-10-20 Bo Pengadd a \unbind keyword and a few utility functions ...
2007-10-20 Bo Pengadd another format (BindFile) to KeySequence::print()
2007-10-19 Bo PengPrefShortcuts: Hide unmatched items instead of highligh...
2007-10-19 Abdelrazak Younesfix some warning and a bogus empty test.
2007-10-19 Bo PengPrefShortcuts: the buttons are almost usable now
2007-10-18 Bo PengPrefShortcuts: add a simple shortcut dialog (does nothi...
2007-10-18 Bo PengPrefShortcuts: fix a typo, add some more buttons
2007-10-18 Bo PengPrefShortcuts: list all shortcuts (bound and unbound...
2007-10-17 Bo PengPrefShortcuts: iteratively add all LFUN to different...
2007-10-16 Bo PengList currently used shortcuts in the shortcuts panel...
2007-10-16 Bo PengSeparate PrefShortcuts from PrefUi, in preparation...
2007-10-09 André Pönitzfinally merge Dialog and Controller
2007-10-09 André Pönitzmove Controller inheritance further up the tree
2007-10-09 Abdelrazak Younesclear the pixmap cache and the font metrics cache in...
2007-10-07 André Pönitznext one
2007-09-20 Richard HeckSilence a warning.
2007-09-19 Edwin Leuvenmake sure formats are sorted and converters up-to-date
2007-09-15 Edwin Leuven* new file formats panel that includes copier
2007-09-15 André Pönitzshuffle stuff around; minor coding style issues
2007-09-11 André Pönitzremove unnneded #include
2007-09-11 André Pönitzshuffle stuff around
2007-09-11 André Pönitzcosmetics
2007-09-11 André Pönitzless functions
2007-09-10 André Pönitzshuffle some frontend stuff around. merge controller...
2007-09-05 André Pönitzthe fun begins....
2007-09-04 Peter Kümmelmove getSecond to frontend_helpers.h
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-09-03 André Pönitzmerge ButtonController and its view (Qt2BC in this...
2007-09-02 Edwin Leuvenget rid of (cyg)win path panel in prefs by moving it...
2007-08-31 André PönitzMerge QController into individual dialogs. Also various...
2007-08-31 André Pönitzmove our stuff off the Q* namespace