head 1.3; access; symbols pkgsrc-2022Q3:1.2.0.30 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.28 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.26 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.24 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.22 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.20 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.18 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.16 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.14 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.12 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.8 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.10 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.6 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.4 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.2 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.1.0.2 pkgsrc-2018Q4-base:1.1; locks; strict; comment @// @; 1.3 date 2022.12.13.19.47.35; author markd; state dead; branches; next 1.2; commitid TVe1wwibjWuCTq5E; 1.2 date 2019.01.21.10.12.13; author markd; state Exp; branches; next 1.1; commitid enemHos0uT54sD8B; 1.1 date 2018.10.31.12.11.03; author jperkin; state Exp; branches; next ; commitid gMUd5ZUNgkPoL6YA; desc @@ 1.3 log @texstudio: update to 4.4.0 TeXstudio 4.4.0 ----------------- - new icon theme Colibri (by geolta) - modernized manual - faster removing of multiple lines - end multi cursor mode with esc - switch to CMAKE build system (qmake deprecated) - hide/filter configuration completer list - bug fixes TeXstudio 4.3.1 ----------------- - fix loading files various times if relative path is used for \include - fix custom verbatim highlighting - fix label highlighting - fix version checking TeXstudio 4.3.0 ----------------- - show most used command at first place in completer - more cwls - get position into clipboard in pdf on ctrl+shift+click - copy/paste table content into table/matrix wizard - move to next/previous word now stops at every delimiter (no skip over several brackets) - small bug fixes TeXstudio 4.2.3 ----------------- - xindex engine added - fix math highlighting in keyvals - add context menu in embbeded pdf viewer to invert pdf colors - remember window state (maximized/normal) of config dialog - fix (and speed-up) miktex package detection - fix handling apostrophed words better in spellchecker - regular expression in extended search behave the same as in normal search - more cwls TeXstudio 4.2.2 ----------------- - more cwls - use picture highlighting for tikz env and similar TeXstudio 4.2.1 ----------------- - fix placeholder issues - handle NewDocumentsCommand better for completer - enable "open in explorer" again - fix building for poppler >=22.x - more cwls TeXstudio 4.2.0 ----------------- - more cwls - fix user menu handling - filter available dictionaries in status/language selection - change placeHolder behavior: autoremove when content in placeholder is changed, don't use placeholder for cutBuffer TeXstudio 4.1.2 ----------------- - allow resizing the different sections in the symbol widget - fix automatic session restore on OSX/Qt6 - scale inline preview if visible linewidth is too small - fix latex package name parsing on Qt5 builds - added cwls TeXstudio 4.1.1 ----------------- - fix weird OSX issue that cursor keys were not working - allow maximise config dialog TeXstudio 4.1.0 ----------------- - change session format to json in order to circumvent OSX/Qt6 issue - make edview accessible from js TeXstudio 4.0.0 ----------------- - adapt to Qt6/poppler-qt6 - remodel structure handling in order to avoid (rare) crashes - more and updated completion word lists thanks to mbertucci47 - handle text (e.g. \text{text}) in mathenv as text with spell checking - performance improvement for large files with large number of labels and/or large number of includes - some bug fixes TeXstudio 3.1.2 ----------------- - completed global TOC (background color coded, can be adjusted in config) - fontawesome5 symbol pane - another dark theme style (Orion Dark) - results from styleparser gets immediately updated TeXstudio 3.1.1 ----------------- - let global TOC update as you type TeXstudio 3.1.0 ----------------- - fix changing GUI language - global TOC added which needs to be updated for now (WIP) TeXstudio 3.0.5 ----------------- - fix crash when deleting all elements of a build chain - fix large tooltips on win with ADWAITA style - number of pdf rendering threads limited to 8 (or to set value) - add command line option --texpath to force a tex path - adapt speller dialog to find the same errors as the online checker - fix replace in global search TeXstudio 3.0.2 ----------------- - changed behaviour for cut buffer and Ctrl+e (insert env) - texdoc added as selectable command - larger number of default dictionaries added TeXstudio 3.0.0 ----------------- - speed up document parsing, should result in faster document load times - spell checking is done asynchronously - custom verbatim/math env highlighting abandoned for a cwl based approach - better dark-mode support - qt4 support abandoned @ text @$NetBSD: patch-pdfviewer_PDFDocument.cpp,v 1.2 2019/01/21 10:12:13 markd Exp $ Avoid ambiguous function call. --- src/pdfviewer/PDFDocument.cpp.orig 2017-08-12 12:00:03.000000000 +0000 +++ src/pdfviewer/PDFDocument.cpp @@@@ -3095,7 +3095,7 @@@@ retryNow: pdfWidget->setFocus(); // set page viewer only once - int maxDigits = 1 + qFloor(log10(pdfWidget->realNumPages())); + int maxDigits = 1 + qFloor(log10((float)pdfWidget->realNumPages())); //if (maxDigits < 2) maxDigits = 2; leCurrentPage->setMaxLength(maxDigits); leCurrentPage->setFixedWidth(fontMetrics().width(QString(maxDigits + 1, '#'))); @ 1.2 log @texstudio: update to 2.12.14 TeXstudio 2.12.14 ---------------- - fix bug that not all available GUI languages are shown - tweak fuzzy completer - fix template presentation TeXstudio 2.12.12 ---------------- - improve macro handling, provide gui that directly downloads macros from github.com/texstudio-org/texstudio-macro - add fuzzy completion mode - add cwls - fix rare bug that the character appear reverse order - bug fixes TeXstudio 2.12.10 ---------------- - improvement recognized latex commands and packages for completion/syntax checking - complete package names when they contain minus - do not clean .git subfolder with auxiliary files - pdf viewer: improved previous page jumping, fix embedded movie boxes (when compiled with phonon) - option to use qt file dialog rather than system file dialog - fix structure view with Qt >5.10 - bug fixes TeXstudio 2.12.8 ---------------- - improved tokenizer for syntax checking and completion - pressing Ctrl+F while the editor search has focus opens the extended search, i.e., you'll get extended search by pressing Ctrl+F twice - automatically insert math delimiters ($) when inserting a math command outside of a math env (can be turned off, default on) - change copy behavior of multiple cursors from selection order to line order - file list is now a transparent popup window: closes when clicked outside - combine file conflict and show diff dialog - fix file watcher not recognizing multiple changes to a file in quick succession - improved detection of package names when opening texdoc - new symbol panel layout - some touch scrolling on certain panels - updated synctex and poppler libraries for pdf viewer - fix undo when a snippet is inserted and a selection is inserted as well - fix some parts of the editor background may not be drawn in the correct color - build for OSX High Sierra - various other fixes @ text @d1 1 a1 1 $NetBSD: patch-pdfviewer_PDFDocument.cpp,v 1.1 2018/10/31 12:11:03 jperkin Exp $ @ 1.1 log @texstudio: Avoid ambiguous function call. @ text @d1 1 a1 1 $NetBSD$ d5 2 a6 2 --- pdfviewer/PDFDocument.cpp.orig 2017-08-12 12:00:03.000000000 +0000 +++ pdfviewer/PDFDocument.cpp @