]> git.lyx.org Git - lyx.git/history - src/support/FileMonitor.cpp
Update shortcuts in fr.po
[lyx.git] / src / support / FileMonitor.cpp
2018-12-14 Guillaume MMFix segfault after deleting monitor
2017-06-11 Guillaume MMRemove FileMonitorBlocker which does not work reliably...
2017-06-11 Guillaume MMIf the external modification is a deletion, do not...
2017-06-11 Guillaume MMProperly track the lifetime of signals2::slots (#8261)
2017-05-01 Guillaume MMRemove spurious error "QFileSystemWatcher::removePath...
2017-03-19 Guillaume MunchCosmetic
2017-03-19 Guillaume MunchRessurect old FileMonitor à la Frankenstein
2017-03-19 Guillaume MunchBlocking signals also blocks the notification of file...
2017-03-19 Guillaume MunchCorrect ownership
2017-03-11 Guillaume MunchFix compilation with 5 <= qt < 5.4
2017-03-10 Guillaume MunchNonsense for whoever insists on using gcc4.6 & qt4...
2017-03-10 Guillaume MunchRemove legacy FileMonitor
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-29 André Pönitzsome de-boostification
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-10-18 André Pönitzstart using FileName::exists()
2007-08-11 André Pönitzremove lyxrc dependence from support/*
2007-04-26 Bo PengRename .C ==> .cpp for files in src/support, part two