]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/FileDialog.cpp
Make the InsetInfo dialog a bit less esoteric.
[lyx.git] / src / frontends / qt4 / FileDialog.cpp
2018-03-19 Jean-Marc LasgouttesMake it possible to select (not)native file dialogs...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-08-25 Stephan Witt#9245 replace Q_WS_MACX with Q_OS_MAC - the Q_OS_MAC...
2014-08-25 Enrico ForestieriReplace Q_WS_WIN with appropriate guards to account...
2014-04-21 Jean-Marc LasgouttesFix various warnings issued by clang++.
2013-11-15 Juergen SpitzmuellerSome fixes to the SaveAs dialog
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-04 Pavel SandaLyX 2.1 will support only Qt>=4.5.
2011-10-15 Tommaso CucinottaTake Vincent's advice: using a pointer for selectedFilter
2011-10-06 Tommaso CucinottaRemoving meaningless assignment (mostly a typo).
2011-10-06 Tommaso CucinottaFixing compilation on some Qt version (?!?).
2011-10-06 Tommaso CucinottaAdded Export As... dialog, exploiting the new destinati...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2009-12-11 Uwe Stöhrreplace links to bugzilla with links to trac
2008-10-15 Enrico ForestieriRemove traces of Q_CYGWIN_WIN
2008-08-08 Richard HeckAnother patch from Vincent. This one fixing the very...
2008-04-21 André Pönitzcompile fix
2008-04-20 André Pönitzmove the string conversion functions out-of-line to...
2008-04-20 André Pönitzmove the filefilter stuff closer to the only place...
2008-03-15 André Pönitzs/kb_action/FuncCode/g
2008-03-06 Abdelrazak Younescompile fixes
2008-03-05 André Pönitza few more docstring<->QString conversions
2008-02-07 Abdelrazak YounesTransfer FileDialog.h to qt4/
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-27 André Pönitzunneeded declaration
2007-11-15 André Pönitzreduce line noise
2007-10-28 André Pönitzstart some work on file dialogs
2007-09-15 André Pönitzshuffle stuff around; minor coding style issues
2007-07-03 Abdelrazak Younesadd comment and ling to bug 3907.
2007-07-03 Abdelrazak YounesUse native file dialog on non cygwin windows installati...
2007-06-06 Jean-Marc Lasgouttes * qt4/FileDialog.cpp (save): disable overwrite confirm...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/frontends/qt4,...