pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/texstudio



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Dec 19 09:42:49 UTC 2017

Modified Files:
        pkgsrc/editors/texstudio: Makefile PLIST distinfo

Log Message:
texstudio: update to 2.12.6

- use Breeze window theme on KDE Plasma 5
- support single-finger panning gesture on most config dialog components
- support single-finger panning touch gesture on log viewer
- pdf viewer scroll tool: support single-finger panning gesture
- center width-constrained documents in the editor (optional)
- add document tab context menu entries "Close" and "Close All Other Documents"
- improved layout of config build page
- add system check for language tool
- change search defaults to case-insensitive (feature-requests#1254)
- tags for beamer
- change preview default to embedded pdf
- handle preview failures more gracefully, i.e. no warning pop-ups
- repect preview settings (panel,etc) also for hover preview
- show hover preview as tooltip in case of inline-mode
- warn if compiler commands are actually a command list
- several improvements to the latex parser
- notify that a restart is required when switching between modern and
  classic style
- improved LanguageTool communication: better error handling
- add reset to default button for some LT settings
- add 200ms delay before showing auto-hidden viewer toolbar to prevent
  flicker
- eye candy for pdf circular magnifier (adapted code from texworks)
- show pdf highlight in magnifier
- capslock does not close completer any more
- alternative approach for determine directories from complete texts
- use cache for previews
- auto open completer when starting to type in references, packages etc.
- scripting: editor.cutBuffer
- subframetitle in structure view
- enable inputMethod (e.g. ^) in completer
- change default for complete non-text chacters to off, as it tends to
  cause unexpected behaviour
- bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/editors/texstudio/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/texstudio/PLIST \
    pkgsrc/editors/texstudio/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/texstudio/Makefile
diff -u pkgsrc/editors/texstudio/Makefile:1.15 pkgsrc/editors/texstudio/Makefile:1.16
--- pkgsrc/editors/texstudio/Makefile:1.15      Fri Dec  8 08:52:57 2017
+++ pkgsrc/editors/texstudio/Makefile   Tue Dec 19 09:42:48 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2017/12/08 08:52:57 maya Exp $
+# $NetBSD: Makefile,v 1.16 2017/12/19 09:42:48 markd Exp $
 
-DISTNAME=      texstudio-2.12.4
-PKGREVISION=   4
+DISTNAME=      texstudio-2.12.6
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=texstudio/}
 

Index: pkgsrc/editors/texstudio/PLIST
diff -u pkgsrc/editors/texstudio/PLIST:1.3 pkgsrc/editors/texstudio/PLIST:1.4
--- pkgsrc/editors/texstudio/PLIST:1.3  Wed Jun 21 13:50:41 2017
+++ pkgsrc/editors/texstudio/PLIST      Tue Dec 19 09:42:48 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/06/21 13:50:41 markd Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/12/19 09:42:48 markd Exp $
 bin/texstudio
 share/applications/texstudio.desktop
 share/icons/hicolor/scalable/apps/texstudio.svg
@@ -122,6 +122,7 @@ share/texstudio/texstudio_cs.qm
 share/texstudio/texstudio_de.qm
 share/texstudio/texstudio_el.qm
 share/texstudio/texstudio_es.qm
+share/texstudio/texstudio_fa.qm
 share/texstudio/texstudio_fr.qm
 share/texstudio/texstudio_hu.qm
 share/texstudio/texstudio_it.qm
Index: pkgsrc/editors/texstudio/distinfo
diff -u pkgsrc/editors/texstudio/distinfo:1.3 pkgsrc/editors/texstudio/distinfo:1.4
--- pkgsrc/editors/texstudio/distinfo:1.3       Wed Jun 21 13:50:41 2017
+++ pkgsrc/editors/texstudio/distinfo   Tue Dec 19 09:42:48 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/06/21 13:50:41 markd Exp $
+$NetBSD: distinfo,v 1.4 2017/12/19 09:42:48 markd Exp $
 
-SHA1 (texstudio-2.12.4.tar.gz) = 4b1afb4d5eb4b53ed59a154764207b2272d9cd3b
-RMD160 (texstudio-2.12.4.tar.gz) = 05aff0c80e19d7aec0386b62b4d9c444fef10e41
-SHA512 (texstudio-2.12.4.tar.gz) = 6e1d114ae87c854231399004504e460d078b9bf26ceb25c7fc592b79d3234f9880f8c021c3ddb2ef26a883dbddc2b94f98f368c976aa16973d3c1a6823a4150d
-Size (texstudio-2.12.4.tar.gz) = 26401510 bytes
+SHA1 (texstudio-2.12.6.tar.gz) = 9a68dc26c14ea5b5c413ab5dfa02653e5b8a2557
+RMD160 (texstudio-2.12.6.tar.gz) = d184a71590c87610b4a8fb5540dd05f4d47b7df7
+SHA512 (texstudio-2.12.6.tar.gz) = 674667ce4137bfd30fc85e242c4ab891b3b6517cbdd2b6465fd4117ce2128e9854907cb52d42d5e4d60e8c5b38738eac95dbd140e5db67a21561ba6c617d80fb
+Size (texstudio-2.12.6.tar.gz) = 26578309 bytes



Home | Main Index | Thread Index | Old Index