lp:texworks

Created by TeXworks and last modified
Get this branch:
bzr branch lp:texworks

Related bugs

Related blueprints

Branch information

Owner:
TeXworks
Project:
TeXworks
Status:
Development

Import details

Import Status: Failed

This branch is an import of the Subversion branch from http://texworks.googlecode.com/svn/trunk/.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 20 seconds — see the log
Import started on russkaya and finished taking 25 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on neumayer and finished taking 40 seconds — see the log

Recent revisions

1233. By st.loeffler

Fix some regular expressions (thanks to zohooo; issue 682)

1232. By st.loeffler

Fix scrolling when searching for multi-line strings (issue 681)

1231. By st.loeffler

Allow multiple simultaneous translations, including system-wide translations (thanks to Vladimir Lomov)

Instead of installing just one translation for Qt and one for Tw, multiple translations are supported now. The priority have the user's translations in <resources>/translations, followed by the system translations, followed by the bundled translations.
This also allows overriding only specific strings and/or using fallbacks.

1230. By st.loeffler

Improve Qt5 compatibility (Q_OS_MAC, Q_OS_LINUX, Q_OS_UNIX)

In Qt 5, Q_WS_MAC was replaced by Q_OS_MAC. So we should now check for both.
Q_WS_X11 was discontinued, so now we check for Q_OS_LINUX and Q_OS_UNIX.

1229. By st.loeffler

Fix encoding issues when reading environment variables

Reported by KUROKI Yusuke on the mailing list (http://tug.org/pipermail/texworks/2015q1/006193.html)

In the past, environment variables as returned by getenv() were implicitly assumed to be ASCII encoded. Now, they are read in the local 8-bit encoding.

1228. By st.loeffler

Don't override display settings (e.g., window position/size) on reload (issue 677)

1227. By st.loeffler

Silence warning about linking to qtmain.lib statically on Windows

1226. By st.loeffler

Fix building with static Qt

1225. By st.loeffler

Improve compression of resources to minimize executable size

1224. By st.loeffler

Delay the initialization of the TeXHighlighter in TeXDocument

Qt 5 doesn't like creating a QSyntaxHighlighter with an empty parent (which was necessary to delay the parenting of the highlighter to avoid interferences between the highlighter and the text layout (issue 469)), so the whole creation process has to be delayed

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers