]> git.lyx.org Git - lyx.git/history - src/EmbeddedFiles.cpp
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / EmbeddedFiles.cpp
2008-01-26 Stefan Schimanski* Partly reverting r22619 by Bo which broke the loading...
2008-01-18 Bo PengEmbedding: fix enable() logic
2008-01-10 Bo PengEmbedding: saving inzip name to .lyx file so that embed...
2008-01-08 Bo PengEmbedding: merge lyx::EmbeddedFiles to lyx::support...
2008-01-08 Bo PengEmbedding: simplify the interface of EmbeddedFiles...
2008-01-08 Bo PengEmbedding: add embedding support for InsetInclude....
2008-01-07 Bo PengEmbedding: After another round of EmbeddedFiles changes...
2008-01-05 Bo PengEmbedding: adjust how InsetGraphics interacts with...
2008-01-03 Bo PengShowing a message box after embedding status is changed.
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-15 Abdelrazak YounesChange semantics of FileName::copyTo(): we now overwrit...
2007-12-14 Abdelrazak Younes* get rid of lyxlib.h:mkdir() and makedir()
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-12-02 Peter Kümmelreduce <vector> include from 73 to 3
2007-11-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-26 Abdelrazak Younes* support/FileName:
2007-11-25 Abdelrazak YounesFree src/ from boost::filesystem.
2007-11-15 André Pönitzreduce line noise
2007-11-08 André Pönitzshuffle stuff around
2007-11-07 André Pönitzmore use of support::FileName.
2007-11-03 André Pönitzsome std::string -> filename changes
2007-10-30 Bo PengClean up EmbeddedFiles.h/cpp because the valid_ field...
2007-10-24 Uwe StöhrEmbeddedFiles.cpp, GuiPrefs.cpp, PDFSupportUi.ui: fix...
2007-10-21 Bo PengRemove the manifest section of the .lyx file
2007-10-20 André Pönitzmainly cosmetics
2007-09-15 Bo PengEmbedding: add a check box to InsetGraphic and show...
2007-09-13 Bo PengEmbedding: fix the add file feature (update dialog...
2007-09-12 Bo PengEmbedding: update related insets when the embedding...
2007-09-11 André Pönitzshuffle stuff around
2007-09-11 Bo PengEmbedding: move manifest to .lyx file, as a separate...
2007-09-10 Bo PengEmbedding: prepare to read/write manifest in .lyx file
2007-09-09 Bo PengEmbedding: store inset pointer instead of ParConstItera...
2007-09-08 Bo PengEmbedding: use a vector to store multiple ParConstItera...
2007-09-07 Bo PengEmbedding: bring embedding dialog back to shape
2007-09-07 Bo PengEmbedding: remove AUTO feature, barely make it compile
2007-09-06 Bo PengFix two embedding bugs that lead to deadloop when loadi...
2007-09-05 Bo PengEmbedding feature patch 5: handling of embedded files...
2007-09-03 Bo PengMove two minizip functions from filetools.cpp to its...
2007-09-03 Bo PengEmbedding: fix a few embedding bugs
2007-09-02 Bo PengEmbedding: fix a file selection and a file copy bug
2007-09-01 Abdelrazak YounesFix MSVC warning.
2007-09-01 Bo PengEmbedding dialog: add extract and extractAll functions
2007-09-01 Bo PengEmbedding: add 'addFile' to embed arbitrary file, fix...
2007-08-31 Bo PengEmbedding: small adjustments of interfaces, single...
2007-08-31 Bo PengEmbedding feature patch 3: basic gui support
2007-08-30 André Pönitzcosmetics
2007-08-30 Bo PengEmbedding patch two: read/write embedded files'