gedit-latex-plugin:gnome-2-32

Last commit made on 2011-05-31
Get this branch:
git clone -b gnome-2-32 https://git.launchpad.net/gedit-latex-plugin

Branch merges

Branch information

Name:
gnome-2-32
Repository:
lp:gedit-latex-plugin

Recent commits

f8b75ad... by m_zeising <m_zeising@d9dd7e60-c638-0410-8f86-b009addf0f70>

minor fix

git-svn-id: https://gedit-latex.svn.sourceforge.net/svnroot/gedit-latex/GeditLaTeXPlugin/trunk@383 d9dd7e60-c638-0410-8f86-b009addf0f70

8d23064... by m_zeising <m_zeising@d9dd7e60-c638-0410-8f86-b009addf0f70>

recognize BibTeX style files in the working directory

git-svn-id: https://gedit-latex.svn.sourceforge.net/svnroot/gedit-latex/GeditLaTeXPlugin/trunk@382 d9dd7e60-c638-0410-8f86-b009addf0f70

b959364... by m_zeising <m_zeising@d9dd7e60-c638-0410-8f86-b009addf0f70>

 * updated copyright notice
 * replaced the LGPL copy by a GPL 3 one

git-svn-id: https://gedit-latex.svn.sourceforge.net/svnroot/gedit-latex/GeditLaTeXPlugin/trunk@381 d9dd7e60-c638-0410-8f86-b009addf0f70

b6e6fc1... by yannickv <yannickv@d9dd7e60-c638-0410-8f86-b009addf0f70>

* latex/cache.py: replaced "with open(...) as f" statement (python 2.6 only) by "try ... finally"

git-svn-id: https://gedit-latex.svn.sourceforge.net/svnroot/gedit-latex/GeditLaTeXPlugin/trunk@380 d9dd7e60-c638-0410-8f86-b009addf0f70

30925ab... by yannickv <yannickv@d9dd7e60-c638-0410-8f86-b009addf0f70>

* finished making LaTeXPreviews the only link between PreviewPanel and the rest of the plugin

git-svn-id: https://gedit-latex.svn.sourceforge.net/svnroot/gedit-latex/GeditLaTeXPlugin/trunk@379 d9dd7e60-c638-0410-8f86-b009addf0f70

5ae7545... by yannickv <yannickv@d9dd7e60-c638-0410-8f86-b009addf0f70>

* fixed problems with absolute/relative paths and "../" generating unnecessary issues for graphics, bib files, and inputs (bug ID: 2927409)
* fixed bug "Crash when activating the plugin with .tex files open" - ID: 2979394
* fixed bug "Memory consumption grows after each compilation" - ID: 2979799
* fixed bug "Expander assumes input files without .tex ending" - ID: 2927409
* "editor scope views" (IssueView, LaTeXOutlineView, BibTeXOutlineView) have one more argument at __init__: editor. This way, we bypass many problems related to self._context._active_editor not always being defined (when activating the plugin for example), by using self._editor.
* various changes to remove cyclic references preventing correct garbabe collection

git-svn-id: https://gedit-latex.svn.sourceforge.net/svnroot/gedit-latex/GeditLaTeXPlugin/trunk@378 d9dd7e60-c638-0410-8f86-b009addf0f70

f796c9d... by m_zeising <m_zeising@d9dd7e60-c638-0410-8f86-b009addf0f70>

 * Updated ChangeLog
 * Commented on sync code in outline view

git-svn-id: https://gedit-latex.svn.sourceforge.net/svnroot/gedit-latex/GeditLaTeXPlugin/trunk@377 d9dd7e60-c638-0410-8f86-b009addf0f70

68cafdc... by yannickv <yannickv@d9dd7e60-c638-0410-8f86-b009addf0f70>

* latex/livepreview.py: open the preview by default when "sync view to source" opens a new tab

git-svn-id: https://gedit-latex.svn.sourceforge.net/svnroot/gedit-latex/GeditLaTeXPlugin/trunk@376 d9dd7e60-c638-0410-8f86-b009addf0f70

2ca37f9... by yannickv <yannickv@d9dd7e60-c638-0410-8f86-b009addf0f70>

* latex/livepreview.py, base/__init__.py: fixed bug with relative file names and synctex (see ID: 2796407 2010-03-30 19:14), fixed UnicodeError bug (ID: 2979778)

git-svn-id: https://gedit-latex.svn.sourceforge.net/svnroot/gedit-latex/GeditLaTeXPlugin/trunk@375 d9dd7e60-c638-0410-8f86-b009addf0f70

16f214d... by yannickv <yannickv@d9dd7e60-c638-0410-8f86-b009addf0f70>

* latex/livepreview.py, latex/actions.py, latex/views.py: replaced "except Exception as exc:" (python 2.6 syntax) by "except Exception, exc:" (python 2.5 (and 2.6) syntax)

git-svn-id: https://gedit-latex.svn.sourceforge.net/svnroot/gedit-latex/GeditLaTeXPlugin/trunk@374 d9dd7e60-c638-0410-8f86-b009addf0f70