21 Commits

Author SHA256 Message Date
Martin Pluskal
36fd285568 Accepting request 1147076 from home:badshah400:branches:Publishing
* Add texworks-python-plugin-buildfix.patch to fix building python scripting plugin (gh#TeXworks/texworks#1038); patch taken from upstream commit.
* Refresh texworks-cmake-find-python.patch with version committed upstream.
* Enable python scripting plugin; Requires at least Python 3.8, disable plugin for openSUSE < 1650.
* Require gcc9 for openSUSE < 1650 as GCC >= 8 is required by Lua scripting plugin for filesystem support.

OBS-URL: https://build.opensuse.org/request/show/1147076
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=27
2024-02-16 12:48:54 +00:00
Martin Pluskal
c3bf2766ce Accepting request 1146260 from home:badshah400:branches:Publishing
* Update to version 0.6.9.
* Switch over to Qt6 builds.
* Disable python bindings over compilation errors (gh#TeXworks/texworks#1038).
* Add texworks-cmake-find-python.patch: cmake has dropped support for PythonInterp and PythonLibs, use FindPython instead (gh#TeXworks/texworks#1039).

OBS-URL: https://build.opensuse.org/request/show/1146260
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=26
2024-02-13 09:40:32 +00:00
Martin Pluskal
728e484100 Accepting request 1071450 from home:badshah400:branches:Publishing
Update to version 0.6.8

OBS-URL: https://build.opensuse.org/request/show/1071450
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=25
2023-03-14 12:04:33 +00:00
d13dcba654 Accepting request 959639 from home:badshah400:branches:Publishing
Update to version 0.6.7:

OBS-URL: https://build.opensuse.org/request/show/959639
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=24
2022-03-07 12:28:53 +00:00
Martin Pluskal
3858b64480 Accepting request 878933 from home:badshah400:branches:Publishing
- Update to version 0.6.6.
- New BuildRequires: pkgconfig(Qt5Qml).
- Drop upstreamed patches.

OBS-URL: https://build.opensuse.org/request/show/878933
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=23
2021-03-18 14:24:30 +00:00
339c31f255 Accepting request 872046 from home:badshah400:branches:Publishing
Add texworks-drop-FindLua-cmake-module.patch: Drop custom FindLua.cmake included in sources in favour of cmake's default module [gh#TeXworks/texworks#924].

OBS-URL: https://build.opensuse.org/request/show/872046
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=22
2021-02-14 13:28:39 +00:00
79275c6ee9 Accepting request 811912 from home:cgiboudeaux:branches:Publishing
- Add upstream patch:
  * 0001-QtPDF-Fix-compilation-with-Qt-5.15.patch

OBS-URL: https://build.opensuse.org/request/show/811912
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=21
2020-06-05 18:59:22 +00:00
Tomáš Chvátal
679d873984 Accepting request 788924 from home:badshah400:branches:Publishing
- Update to version 0.6.5
- Rename source tarball to %{name}-%{version}.tar.gz
- Adapt to changed location of icons
- Minor cleanups with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/788924
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=20
2020-03-27 09:21:47 +00:00
Martin Pluskal
5ce3b03d10 Accepting request 686870 from home:badshah400:branches:Publishing
- Update to version 0.6.3:
  * New features and improvements:
    - Implement "Insert Citations..." dialog
    - Implement indenting/unindenting by Tab/Shift+Tab
    - Make synchronization granularity configurable (highlight
      corresponding character, word, or line)
    - Add ability to distinguish identically named files by
      displaying the respective folders they are in in the window
      title, window menu, and under "Open Recent"
    - Implement "Fit to content width" PDF zoom (which ignores
      empty space around the text)
    - Disable unavailable typesetting engines
    - Allow to change the editor font size by Ctrl+Mousewheel
    - Improve the detection of spellchecking languages (add
      ability to search multiple directories and list all results)
    - Hide the menu bar in PDF full screen mode
    - Rework/expand code completion strings
    - Add/update syntax highlighting for LaTeX, ConTeXt, Lua, DTX,
      and BibTeX
    - Add cleanup-patterns for beamer files .nav & .snm
    - Add new/unified icons for typeset and zooming
    - Display paper size and file size in the PDF metadata
  * Bug fixes:
    - Fix infinite loop in syntax highlighter (which caused
      significant slow-down especially for large files)
    - Fix underline when spellchecking with syntax highlighting
    - Fix "Place on Left/Right", especially on multi-screen setups
    - Avoid 'file "" not found' errors when synchronizing
    - Fix synchronization while searching in a PDF
    - Fix fine-grained synchronization near paragraph boundaries

OBS-URL: https://build.opensuse.org/request/show/686870
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=19
2019-03-20 11:22:18 +00:00
OBS User mrdocs
176d411b16 Accepting request 492270 from home:badshah400:branches:Publishing
- Update to version 0.6.2:
  + Implement handling of links to external files in the PDF
    preview.
  + Implement a simple screen calibration widget to allow adapting
    the PDF preview to the screen's resolution.
  + Improve responsiveness when opening large documents.
  + Use old content instead of rendering placeholers after a PDF
    was reloaded to facilitate seeing changes.
  + Improve the usability of the "Remove Aux Files..." dialog by
    letting the user toogle the selection by clicking anywhere on
    the row.
  + Add support for the bibliography program "biber" by default.
  + Allow custom zoom levels in the PDF status bar context menu.
  + Bugs fixed:
    - Fix PDF zoom speed for high-resolution mouse-wheels.
    - Fix a deadlock causing TeXworks to hang when loading PDF
      annotations such as links.
    - Fix crash when changing files outside TeXworks.
    - Fix crash when syncing from an if-block in the TeX file.
    - Fix crash when reloading a PDF while text was selected.
    - Fix enabling of the first/previous/next/last page toolbar
      buttons in the PDF preview.
    - Fix the wrong appearance of the PDF magnifier in some cases.
    - Fix truncation issues and misreported Windows versions in
      "Email to mailing list".

OBS-URL: https://build.opensuse.org/request/show/492270
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=18
2017-05-01 02:44:18 +00:00
Thomas Schraitle
6036bbeb0d Accepting request 412627 from home:jengelh:branches:Publishing
- Trim irrelevant parts from description

OBS-URL: https://build.opensuse.org/request/show/412627
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=17
2016-07-25 08:29:22 +00:00
OBS User mrdocs
a8305f6eda Accepting request 393235 from home:badshah400:branches:Publishing
update to version 0.6.1

OBS-URL: https://build.opensuse.org/request/show/393235
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=16
2016-05-02 04:58:20 +00:00
0089aed0f0 Accepting request 387300 from home:badshah400:branches:Publishing
(Sorry for the multiple sr's, having an awful day)
- Update to version 0.6.0:
- When building with QT5, add BuildRequires on
  pkgconfig(Qt5Concurrent) as this a necessary dependency this
  version onwards.
- Set the cmake variable TeXworks_DIC_DIR to the proper
  installation location of myspell dicts in openSUSE to make
  texworks find them.

OBS-URL: https://build.opensuse.org/request/show/387300
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=15
2016-04-15 12:45:24 +00:00
OBS User mrdocs
dfa4f8e562 Accepting request 304830 from home:badshah400:branches:Publishing
Version 0.4.6

OBS-URL: https://build.opensuse.org/request/show/304830
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=14
2015-05-04 01:19:47 +00:00
OBS User mrdocs
093910586b Accepting request 164010 from home:badshah400:branches:Publishing
Update to version 0.4.5

OBS-URL: https://build.opensuse.org/request/show/164010
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=13
2013-04-16 14:51:40 +00:00
Pavol Rusnak
38f58c4f01 Accepting request 115981 from home:badshah400:branches:Publishing
Update to version 0.4.4: major feature update.

OBS-URL: https://build.opensuse.org/request/show/115981
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=12
2012-05-03 14:08:03 +00:00
c92494e7d7 Accepting request 104558 from devel:openSUSE:Factory:patch-license
patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/104558
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=11
2012-02-13 14:27:34 +00:00
Matthias Mailänder
05533ffbd2 Accepting request 76328 from home:badshah400:branches:Publishing
Update to version 0.4.3

OBS-URL: https://build.opensuse.org/request/show/76328
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=9
2011-07-16 18:22:29 +00:00
Pavol Rusnak
879be75d77 Accepting request 71643 from home:badshah400:branches:Publishing
Update to version 0.4.1

OBS-URL: https://build.opensuse.org/request/show/71643
OBS-URL: https://build.opensuse.org/package/show/Publishing/texworks?expand=0&rev=8
2011-05-27 11:01:44 +00:00
Sascha Peilicke
1a1084349f Accepting request 68193 from Publishing
Accepted submit request 68193 from user coolo

OBS-URL: https://build.opensuse.org/request/show/68193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texworks?expand=0&rev=2
2011-04-27 08:46:55 +00:00
Stephan Kulow
5c3accf055 osc copypac from project:Publishing package:texworks revision:6
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texworks?expand=0&rev=1
2011-04-04 07:42:27 +00:00