[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texworks] 33/73: Imported Debian patch 0.5~svn1007-1



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texworks.

commit f956dff2aee351fa2ff1b75c5b8c983ba686201e
Merge: 8bee65d 99160cd
Author: Atsuhito KOHDA <kohda@debian.org>
Date:   Wed May 2 16:27:37 2012 +0900

    Imported Debian patch 0.5~svn1007-1

 CMake/Modules/COPYING-CMAKE-MODULES               |  23 ++
 CMake/Modules/FindFontconfig.cmake                |   4 +-
 CMake/Modules/FindHunspell.cmake                  |   6 +-
 CMake/Modules/FindPoppler.cmake                   |   5 +-
 CMake/packaging/mac/MacPackagingTasks.cmake.in    |  13 +-
 CMake/packaging/mac/poppler.rb                    |   6 +-
 CMakeLists.txt                                    |   5 +
 NEWS                                              |  31 ++
 README                                            |   8 +-
 TeXworks.plist.in                                 |   2 +-
 TeXworks.pro                                      |   7 +-
 debian/changelog                                  |   7 +
 debian/copyright                                  |   4 +-
 getDefaultBinPaths.sh                             |  10 +-
 man/texworks.1                                    |   4 +-
 plugins-src/TWLuaPlugin/CMakeLists.txt            |   2 +-
 plugins-src/TWLuaPlugin/TWLuaPlugin.cpp           |  36 +-
 plugins-src/TWLuaPlugin/TWLuaPlugin.h             |  36 +-
 plugins-src/TWLuaPlugin/TWLuaPlugin.pro           |   2 +-
 plugins-src/TWPythonPlugin/CMakeLists.txt         |   2 +-
 plugins-src/TWPythonPlugin/TWPythonPlugin.cpp     |  36 +-
 plugins-src/TWPythonPlugin/TWPythonPlugin.h       |  36 +-
 plugins-src/TWPythonPlugin/TWPythonPlugin.pro     |   2 +-
 res/TeXworks.rc                                   |   2 +-
 res/resfiles.qrc                                  |   2 +-
 res/resfiles/scripts/Hooks/babelLanguage.js       |  75 +++-
 res/resfiles/scripts/Hooks/latexErrors.js         | 170 ---------
 res/resfiles/scripts/Hooks/logParser.js           | 443 ++++++++++++++++++++++
 src/ClickableLabel.h                              |   4 +-
 src/CommandlineParser.cpp                         |   4 +-
 src/CommandlineParser.h                           |   4 +-
 src/CompletingEdit.cpp                            |   6 +-
 src/CompletingEdit.h                              |   4 +-
 src/ConfigurableApp.h                             |   4 +-
 src/ConfirmDelete.cpp                             |   4 +-
 src/ConfirmDelete.h                               |   4 +-
 src/DefaultBinaryPathsWin.h                       |   6 +-
 src/FindDialog.cpp                                |   9 +-
 src/FindDialog.h                                  |   4 +-
 src/HardWrapDialog.cpp                            |   4 +-
 src/HardWrapDialog.h                              |   4 +-
 src/PDFDocks.cpp                                  |   4 +-
 src/PDFDocks.h                                    |   4 +-
 src/PDFDocument.cpp                               |   4 +-
 src/PDFDocument.h                                 |   4 +-
 src/PrefsDialog.cpp                               |   4 +-
 src/PrefsDialog.h                                 |   4 +-
 src/PrefsDialog.ui                                |  14 +-
 src/ResourcesDialog.cpp                           |   4 +-
 src/ResourcesDialog.h                             |   4 +-
 src/ScriptManager.cpp                             |   4 +-
 src/ScriptManager.h                               |   4 +-
 src/SvnRev.h                                      |   4 +-
 src/TWApp.cpp                                     |  30 +-
 src/TWApp.h                                       |  19 +-
 src/TWScript.cpp                                  |   4 +-
 src/TWScript.h                                    |   5 +-
 src/TWScriptAPI.cpp                               |  33 +-
 src/TWScriptAPI.h                                 |  18 +-
 src/TWScriptable.cpp                              |   4 +-
 src/TWScriptable.h                                |   4 +-
 src/TWSystemCmd.h                                 |   4 +-
 src/TWUtils.cpp                                   |  32 +-
 src/TWUtils.h                                     |  14 +-
 src/TWVersion.h                                   |   4 +-
 src/TeXDocks.cpp                                  |   4 +-
 src/TeXDocks.h                                    |   4 +-
 src/TeXDocument.cpp                               | 259 +++++++++----
 src/TeXDocument.h                                 |  11 +-
 src/TeXDocument.ui                                |   2 +-
 src/TeXHighlighter.cpp                            |   4 +-
 src/TeXHighlighter.h                              |   4 +-
 src/TemplateDialog.cpp                            |   4 +-
 src/TemplateDialog.h                              |   4 +-
 src/main.cpp                                      |   6 +-
 testcases/logParser/logParserTest.js              | 160 ++++++++
 testcases/logParser/tests-miktex/1.test           |  97 +++++
 testcases/logParser/tests-miktex/10.test          |  49 +++
 testcases/logParser/tests-miktex/11.test          |  43 +++
 testcases/logParser/tests-miktex/12.test          |  41 ++
 testcases/logParser/tests-miktex/13.test          |  41 ++
 testcases/logParser/tests-miktex/14.test          |  43 +++
 testcases/logParser/tests-miktex/15.test          |  46 +++
 testcases/logParser/tests-miktex/16.test          |  58 +++
 testcases/logParser/tests-miktex/17.test          |  90 +++++
 testcases/logParser/tests-miktex/18.test          |  60 +++
 testcases/logParser/tests-miktex/19.test          |  34 ++
 testcases/logParser/tests-miktex/2.test           |  95 +++++
 testcases/logParser/tests-miktex/20.test          |  71 ++++
 testcases/logParser/tests-miktex/21.test          |  71 ++++
 testcases/logParser/tests-miktex/22.test          |  55 +++
 testcases/logParser/tests-miktex/3.test           |  39 ++
 testcases/logParser/tests-miktex/4.test           |  41 ++
 testcases/logParser/tests-miktex/5.test           |  41 ++
 testcases/logParser/tests-miktex/6.test           |  42 ++
 testcases/logParser/tests-miktex/7.test           |  43 +++
 testcases/logParser/tests-miktex/8.test           |  46 +++
 testcases/logParser/tests-miktex/9.test           |  47 +++
 testcases/logParser/tests-miktex/files.js         |  89 +++++
 testcases/logParser/tests-texlive-ubuntu/1.test   |  95 +++++
 testcases/logParser/tests-texlive-ubuntu/2.test   | 109 ++++++
 testcases/logParser/tests-texlive-ubuntu/3.test   |  41 ++
 testcases/logParser/tests-texlive-ubuntu/4.test   | 168 ++++++++
 testcases/logParser/tests-texlive-ubuntu/5.test   |  32 ++
 testcases/logParser/tests-texlive-ubuntu/6.test   |  75 ++++
 testcases/logParser/tests-texlive-ubuntu/7.test   |  75 ++++
 testcases/logParser/tests-texlive-ubuntu/8.test   |  36 ++
 testcases/logParser/tests-texlive-ubuntu/9.test   |  42 ++
 testcases/logParser/tests-texlive-ubuntu/files.js | 117 ++++++
 trans/TeXworks_af.qm                              | Bin 51054 -> 56487 bytes
 trans/TeXworks_af.ts                              | 283 ++++++++------
 trans/TeXworks_ar.qm                              | Bin 48303 -> 52688 bytes
 trans/TeXworks_ar.ts                              | 308 ++++++++-------
 trans/TeXworks_ca.qm                              | Bin 52671 -> 58164 bytes
 trans/TeXworks_ca.ts                              | 302 ++++++++-------
 trans/TeXworks_cs.qm                              | Bin 51146 -> 56275 bytes
 trans/TeXworks_cs.ts                              | 256 +++++++------
 trans/TeXworks_de.qm                              | Bin 58409 -> 60171 bytes
 trans/TeXworks_de.ts                              | 230 ++++++-----
 trans/TeXworks_es.qm                              | Bin 58557 -> 59482 bytes
 trans/TeXworks_es.ts                              |  80 +++-
 trans/TeXworks_fa.ts                              |  46 ++-
 trans/TeXworks_fo.qm                              | Bin 49306 -> 54533 bytes
 trans/TeXworks_fo.ts                              | 257 +++++++------
 trans/TeXworks_fr.qm                              | Bin 58193 -> 59929 bytes
 trans/TeXworks_fr.ts                              | 230 ++++++-----
 trans/TeXworks_it.qm                              | Bin 51954 -> 53187 bytes
 trans/TeXworks_it.ts                              |  50 ++-
 trans/TeXworks_ja.qm                              | Bin 30225 -> 44208 bytes
 trans/TeXworks_ja.ts                              | 280 ++++++++------
 trans/TeXworks_ko.qm                              | Bin 40543 -> 44334 bytes
 trans/TeXworks_ko.ts                              |  80 +++-
 trans/TeXworks_nl.qm                              | Bin 51682 -> 57277 bytes
 trans/TeXworks_nl.ts                              |  84 ++--
 trans/TeXworks_pl.qm                              | Bin 51874 -> 57183 bytes
 trans/TeXworks_pl.ts                              | 264 +++++++------
 trans/TeXworks_pt_BR.qm                           | Bin 37267 -> 57867 bytes
 trans/TeXworks_pt_BR.ts                           | 297 ++++++++-------
 trans/TeXworks_ru.qm                              | Bin 55918 -> 57436 bytes
 trans/TeXworks_ru.ts                              |  53 ++-
 trans/TeXworks_sl.qm                              | Bin 52649 -> 57630 bytes
 trans/TeXworks_sl.ts                              | 257 +++++++------
 trans/TeXworks_tr.qm                              | Bin 51073 -> 56176 bytes
 trans/TeXworks_tr.ts                              |  81 +++-
 trans/TeXworks_zh_CN.qm                           | Bin 40492 -> 41354 bytes
 trans/TeXworks_zh_CN.ts                           |  76 ++--
 win32/fonts/s050000l.pfb                          | Bin 0 -> 33709 bytes
 147 files changed, 5457 insertions(+), 1860 deletions(-)

diff --cc debian/changelog
index f41b766,0000000..9661570
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,148 -1,0 +1,155 @@@
++texworks (0.5~svn1007-1) unstable; urgency=low
++
++  * New Upstream Release (rev 1007).
++  * Updated copyright file: added Charlie Sharpsteen as Upstream Authors.
++
++ -- Atsuhito KOHDA <kohda@debian.org>  Wed, 02 May 2012 16:27:37 +0900
++
 +texworks (0.5~svn956-1) unstable; urgency=low
 +
 +  * New Upstream Release (rev 956).
 +  * Fixed hunspell dictionaries problem with a setting -DTW_DICPATH in rules.
 +    (Closes: #657702)
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Tue, 31 Jan 2012 08:55:10 +0900
 +
 +texworks (0.5~svn952-1) unstable; urgency=low
 +
 +  * New Upstream Release (rev 952).
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 12 Dec 2011 15:44:20 +0900
 +
 +texworks (0.5~svn939-2) unstable; urgency=low
 +
 +  * I failed to apply a patch suggested by Jakub Wilk in the previous
 +    upload.  This time I believe the patch is applied.  (Closes: #632393)
 +  * Removed unnecessary patch for luatex.  It was included in the upstream.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 29 Sep 2011 07:48:29 +0900
 +
 +texworks (0.5~svn939-1) unstable; urgency=low
 +
 +  * New upstream release (rev 939).
 +  * Applied a patch suggested by Jakub Wilk <jwilk AT debian.org>
 +    (Closes: #632393)
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 26 Sep 2011 15:39:22 +0900
 +
 +texworks (0.5~svn930-1) unstable; urgency=low
 +
 +  * New upstream release (rev 930).
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 18 Aug 2011 11:22:40 +0900
 +
 +texworks (0.5~svn862-1) unstable; urgency=low
 +
 +  * New upstream release (rev 862).
 +  * Installed manual borrowed from the latest stable version 0.4.3
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 14 Jul 2011 08:24:37 +0900
 +
 +texworks (0.5~svn843-1) unstable; urgency=low
 +
 +  * New upstream release (rev. 846).
 +    I tested to build the package on AMD64 and found no problem.
 +    (Closes: #628276)
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 13 Jun 2011 17:50:43 +0900
 +
 +texworks (0.5~svn808-1) unstable; urgency=low
 +
 +  * New Upstream Release (rev. 808).  (Closes: #625543)
 +  * Fixed/Updated copyright file; added Stefan Löffler as Upstream Authors.
 +  * Updated README.Debian a bit.
 +  * Changed to use texworks.desktop, texworks.1 and .png files
 +    of source trees instead of obsolete ones under debian.
 +    To do so, refined rules file a bit.
 +  * Updated control file and removed unnecessary texworks.menu and COPYING.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Fri, 06 May 2011 12:54:27 +0900
 +
 +texworks (0.4.0-2) unstable; urgency=low
 +
 +  * Added english manual.
 +  * Updated Build-Depends; removed sharutils and replaced python2.6-dev with
 +    python-dev
 +  * Removed obsolete debian/patch-print and debian/document-print.png.enc
 +  * Added texworks-help-en package which included manual for texworks.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 04 Apr 2011 13:42:12 +0900
 +
 +texworks (0.4.0-1) unstable; urgency=low
 +
 +  * New Upstream Release, now 0.4.0. (Rev. 759).
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Tue, 22 Mar 2011 09:16:16 +0900
 +
 +texworks (0.3~svn741-1) unstable; urgency=low
 +
 +  * New Upstream Release. (Rev. 741)
 +  * Removed printing support.  Now it will offer to open the document
 +    in the system's default viewer.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Tue, 21 Dec 2010 21:17:41 +0900
 +
 +texworks (0.3~svn671-2) unstable; urgency=low
 +
 +  * Uploaded to unstable.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 19 Aug 2010 15:15:38 +0900
 +
 +texworks (0.3~svn671-1) experimental; urgency=low
 +
 +  * New Upstream Release. (Rev.671)
 +  * Updated patches.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Tue, 03 Aug 2010 15:31:17 +0900
 +
 +texworks (0.3~svn606-1) experimental; urgency=low
 +
 +  * New Upstream Release. (Rev.606)
 +  * Updated patches.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 15 Apr 2010 08:15:38 +0900
 +
 +texworks (0.3~svn569-3) experimental; urgency=low
 +
 +  * Fixed TWPythonPlugin compilation problems on AMD64 by consulting
 +    a package of Stefan Löffler.  (Closes: #570841)
 +  * Modified TW_HELPPATH as a package of Stefan Löffler.  I expect one can
 +    use a texworks-help-en package by Stefan Löffler now.
 +  * Added LuaTeX in a list of Typeset engines for experiment.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 22 Feb 2010 12:52:39 +0900
 +
 +texworks (0.3~svn569-2) experimental; urgency=low
 +
 +  * Added Lua and Python scripting plugins.  These are called
 +    texworks-scripting-lua and texworks-scripting-python following packages
 +    (Ubuntu version) of Stefan Löffler.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Thu, 18 Feb 2010 09:14:31 +0900
 +
 +texworks (0.3~svn569-1) experimental; urgency=low
 +
 +  * SVN version for experiment.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Mon, 15 Feb 2010 22:09:05 +0900
 +
 +texworks (0.2.3-2) unstable; urgency=low
 +
 +  * Rebuild under poppler 0.12  (Closes: #551435)
 +  * Added note on synctex feature in README.Debian
 +  * Fixed copyright file to express Jérôme Laurens correctly
 +  * Added texlive-latex-base and texlive-xetex to Recommends and Suggests
 +    respectively.
 +  * Moved "uudecode debian/document-print.png.enc" to configure-stamp
 +    from build-stamp because configure searched it.
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Sun, 18 Oct 2009 19:16:52 +0900
 +
 +texworks (0.2.3-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #538211)
 +
 + -- Atsuhito KOHDA <kohda@debian.org>  Sun, 11 Oct 2009 15:25:52 +0900
diff --cc debian/copyright
index 1b3efa6,0000000..4bbfcd0
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,70 -1,0 +1,72 @@@
 +This work was packaged for Debian by:
 +
 +    Atsuhito KOHDA <kohda@debian.org> on Sun, 11 Oct 2009 15:25:52 +0900
 +
 +It was downloaded from <http://code.google.com/p/texworks/>
 +
 +Upstream Authors:
 +
 +    Jonathan Kew <jfkthame AT googlemail DOT com>
 +    Stefan Löffler <st DOT loeffler AT gmail DOT com>
++    Charlie Sharpsteen <chuck AT sharpsteen DOT net>
 +    Jérôme Laurens <jerome DOT laurens AT u-bourgogne DOT fr>
 +    Till Tantau <tantau AT users DOT sourceforge DOT net>
 +
 +Copyright:
 +
-     TeXworks is copyright (C) 2007-2011 by Jonathan Kew and Stefan Löffler.
++    TeXworks is copyright (C) 2007-2012 by Jonathan Kew, Stefan Löffler, 
++    and Charlie Sharpsteen.
 +    The SyncTeX code is copyright (c) 2008, 2009 by Jérôme Laurens
 +    Beamer templates are Copyright 2004 by Till Tantau 
 +
 +License of TeXworks:
 +
 +    Distributed under the terms of the GNU General Public License, version 2 or    (at your option) any later version.
 +
 +License of the SyncTeX:
 +
 +    Permission is hereby granted, free of charge, to any person
 +    obtaining a copy of this software and associated documentation
 +    files (the "Software"), to deal in the Software without
 +    restriction, including without limitation the rights to use,
 +    copy, modify, merge, publish, distribute, sublicense, and/or sell
 +    copies of the Software, and to permit persons to whom the
 +    Software is furnished to do so, subject to the following
 +    conditions:
 +
 +    The above copyright notice and this permission notice shall be
 +    included in all copies or substantial portions of the Software.
 +
 +    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 +    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 +    OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 +    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 +    HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 +    WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 +    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 +    OTHER DEALINGS IN THE SOFTWARE
 +
 +    Except as contained in this notice, the name of the copyright holder  
 +    shall not be used in advertising or otherwise to promote the sale,  
 +    use or other dealings in this Software without prior written  
 +    authorization from the copyright holder.
 +
 +License of the Beamer templates:
 +
 +    % In principle, this file can be redistributed and/or modified under
 +    % the terms of the GNU Public License, version 2.
 +    %
 +    % However, this file is supposed to be a template to be modified
 +    % for your own needs. For this reason, if you use this file as a
 +    % template and not specifically distribute it as part of a another
 +    % package/program, I grant the extra permission to freely copy and
 +    % modify this file as you see fit and even to delete this copyright
 +    % notice. 
 +
 +The Debian packaging is:
 +
 +    Copyright (C) 2009 Atsuhito KOHDA <kohda@debian.org>
 +
 +and is licensed under the GPL version 3, 
 +see `/usr/share/common-licenses/GPL-3'.
 +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texworks.git


Reply to: