about summary refs log tree commit diff
path: root/pkgs/applications/editors/texstudio/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-08texstudio: 4.8.0 -> 4.8.1R. Ryantm1-2/+2
2024-05-12texstudio: 4.7.3 -> 4.8.0R. Ryantm1-2/+2
2024-03-04texstudio: 4.7.2 -> 4.7.3R. Ryantm1-3/+3
2023-12-25texstudio: 4.7.1 -> 4.7.2R. Ryantm1-2/+2
2023-12-07texstudio: 4.6.3 -> 4.7.1skorpy1-2/+2
Signed-off-by: skorpy <skorpy@frankfurt.ccc.de>
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-11-18Merge pull request #249937 from mohe2015/fix-textstudio-on-waylandArtturi1-0/+3
2023-11-16texstudio: add darwin supportZhenbo Li1-1/+7
Co-authored-by: Marco Rebhan <me@dblsaiko.net> Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-11-14texstudio: add qtwayland as dependencyMoritz Hedtke1-0/+3
2023-08-14texstudio: 4.6.2 -> 4.6.3ajs1241-2/+2
2023-07-31texstudio: qt5 -> qt6ajs1241-9/+23
2023-07-31texstudio: 4.5.2 -> 4.6.2ajs1241-2/+2
https://texstudio-org.github.io/CHANGELOG.html#texstudio-4-6-2 https://texstudio-org.github.io/CHANGELOG.html#texstudio-4-6-1 https://texstudio-org.github.io/CHANGELOG.html#texstudio-4-6-0
2023-05-07texstudio: 4.5.1 -> 4.5.2Goetz1-6/+4
2023-02-08texstudio: 4.4.1 -> 4.5.1R. Ryantm1-2/+2
2022-11-30texstudio: 4.4.0 -> 4.4.1R. Ryantm1-2/+2
2022-11-20texstudio: 4.3.1 -> 4.4.0R. Ryantm1-2/+2
2022-08-28texstudio: 4.3.0 -> 4.3.1ajs1241-2/+2
2022-08-08texstudio: 4.2.3 -> 4.3.0ajs1241-2/+2
2022-04-23texstudio: 4.2.2 -> 4.2.3ajs1241-2/+2
2022-02-21texstudio: 4.2.1 -> 4.2.2R. Ryantm1-2/+2
2022-01-29texstudio: 4.2.0 -> 4.2.1R. Ryantm1-2/+2
2022-01-11texstudio: 4.1.2 -> 4.2.0R. Ryantm1-2/+2
2021-12-12texstudio: 4.1.1 -> 4.1.2R. Ryantm1-2/+2
2021-12-06texstudio: 4.0.2 -> 4.1.1R. Ryantm1-2/+2
2021-10-25texstudio: 4.0.0 -> 4.0.2Robbert Gurdeep Singh1-2/+2
2021-10-03texstudio: 3.1.2 -> 4.0.0ajs1241-2/+2
2021-05-29texstudio: 3.1.1 -> 3.1.2LeUlukai1-2/+2
2021-02-23texstudio: 3.1.0 -> 3.1.1 (#114106)R. RyanTM1-2/+2
2021-02-18texstudio: 3.0.4 -> 3.1.0R. RyanTM1-2/+2
2021-02-04texstudio: 3.0.3 -> 3.0.4LeUlukai1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-12-30texstudio: 3.0.1 -> 3.0.3ajs1241-4/+5
2020-09-15texstudio: 3.0.0 -> 3.0.1LeUlukai1-2/+2
2020-08-27texstudio: 2.12.22 -> 3.0.0ajs1241-2/+2
this release drops qt4 support, but we haven't been using that for >2 years anyways
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-12texstudio: 2.12.20 -> 2.12.22ajs1241-3/+3
also add myself as maintainer
2020-01-16texstudio: 2.12.16 -> 2.12.20ajs1241-6/+6
tabs -> spaces
2019-11-16texstudio: fix missing xcb platform plugin errornek01-2/+2
2019-11-13texstudio: fix qt wrapping and explicitly receive qt attributes (#73298)Alexandre Joannou1-5/+6
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+0
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-25texstudio: 2.12.14 -> 2.12.16R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/texstudio/versions
2018-12-13texstudio: 2.12.10 -> 2.12.14R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/texstudio/versions
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-2/+2
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-07-08texstudio: 2.12.8 -> 2.12.10 (#43154)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/texstudio/versions. Version release notes (from GitHub): TeXstudio 2.12.10 ---------------- - bug fixes - fix structure view with Qt >5.10 These checks were done: - built on NixOS - Warning: no invocation of /nix/store/lpnv7mgqxh4dvngjkda0l04lsqg99ad0-texstudio-2.12.10/bin/texstudio had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 2.12.10 with grep in /nix/store/lpnv7mgqxh4dvngjkda0l04lsqg99ad0-texstudio-2.12.10 - directory tree listing: https://gist.github.com/30bd87321ac5fe523c2a1eb759af22c9 - du listing: https://gist.github.com/04363c828381c5273c6c80caa9b552f4
2018-04-10texstudio: 2.12.6 -> 2.12.8 (#38663)ajs1241-6/+7
move to github
2018-02-13texstudio: move from qt4 to qt5ajs1241-4/+4
2017-11-23texstudio: 2.12.4 -> 2.12.6Andreas Rammhold1-2/+2
changelog: ``` - use Breeze window theme on KDE Plasma 5 (thanks to Alexander Wilms) - 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 - fix word separation with punctuation - fix: remove incorrect warning "Unknown magic comment" for "% !TeX TS-program = " - fix: avoid compile fail if magic comment program is spelled wrongly - fix: duplicate lines in autogenerated cwl files - fix multi line argument interpretation - fix pdfviewer in enlarged mode - fix editing of basic shortcuts - fix number in length keyVals - fix flickering in structure view - fix crash with qimage cache - fix crash when restoring centralVSplitterState (bug 2175) - fix highlighting of current entry in structure - fix Open Terminal not working on windows QTBUG-57687 (bug 2178) - fix column detection for tabu/longtabu ```
2017-04-09texstudio: 2.11.2 > 2.12.4ndowens1-4/+5
2016-10-31texstudio: 2.11.0 -> 2.11.2Yochai Meir1-2/+2
2016-06-20texstudio: 2.9.4 -> 2.11.0mimadrid1-3/+3