SHA256
1
0
forked from pool/texstudio

Compare commits

...

93 Commits

Author SHA256 Message Date
Ana Guerrero
b2062d576f Accepting request 1237858 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1237858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=46
2025-01-14 17:41:56 +00:00
Dmitry Roshchin
db06924650 - Update to 4.8.5
* fix false delimiter mismatch marker which gets stuck under certain 
    circumstances gh#texstudio-org/texstudio#489
  * fix label stop working when using subfigure package 
    gh#texstudio-org/texstudio#3816
  * fix ai wizard conversation history gh#texstudio-org/texstudio#3820
  * fix colspec parsing gh#texstudio-org/texstudio#3831
  * fix user command handling in cached files gh#texstudio-org/texstudio#3828
  * fix label detection on memoir class gh#texstudio-org/texstudio#3829
  * fix crash when %Tex root document was not found
  * class are used for completion in documentclass
  * class names are not used anymore for package name completion
  * local packages can provide local cwl files, see manual
  * fix handling of user definition commands in subfiles 
    gh#texstudio-org/texstudio#3885
  * fix crash in preview tooltip if no pdflatex is defined 
    gh#texstudio-org/texstudio#3875
  * handle special columntypes (m[l],NiceMatrix) better
    gh#texstudio-org/texstudio#3881
  * handle key/val completion in frame environment better
    gh#texstudio-org/texstudio#3846
  * fix caching of newly defined colornames

OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=87
2025-01-14 15:34:15 +00:00
Ana Guerrero
8db18dc473 Accepting request 1216738 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1216738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=45
2024-10-22 12:51:52 +00:00
Martin Pluskal
1e52444813 - Update to 4.8.4
* Fix Double-click selection of words with special character gh#texstudio-org/texstudio#3812

OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=85
2024-10-21 13:33:52 +00:00
Ana Guerrero
eb35b3db33 Accepting request 1204194 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1204194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=44
2024-09-29 16:09:57 +00:00
Dmitry Roshchin
4b2a6621a8 - Update to 4.8.3
* use argument position to assign argument type (fixes some issues concerning keyval arguments)
  * fix activation of keyvals for completion when new packages are used
    gh#texstudio-org/texstudio#3791
  * improved table manipulation when multiline arguments are used
    gh#texstudio-org/texstudio#3789

OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=83
2024-09-27 15:25:25 +00:00
Ana Guerrero
a97397f0ff Accepting request 1200756 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1200756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=43
2024-09-13 12:34:25 +00:00
Ana Guerrero
eb0ab16dfd Accepting request 1187478 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1187478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=42
2024-07-15 17:49:38 +00:00
Dmitry Roshchin
e6e3bcbd03 Accepting request 1186901 from home:weberho:branches:Publishing
- Update to 4.8.1
  * allow hiding of sidepanel docks via view/show
  * reduce number on visible dock on OSX due to qt osx style weakness
  * fix raised dock after hiding/showing sidepanel
    gh#texstudio-org/texstudio#3653
  * fallback to simple syntax highligting when tooltip background differs from
    general background gh#texstudio-org/texstudio#3644
  * fix structure view context on sections gh#texstudio-org/texstudio#3642
  * fix black background on comboxes with windows11 style (qt6.7.1)
  
- Update to 4.8.0
  * AI chat assistant added
  * use moveable/splitable docks for sidepanel
  * extended search can now also search in all files in one folder
  * add basic syntax highlighting for latex3 code
  * fix handling CJK characters in pdf on OSX gh#texstudio-org/texstudio#3558
  * fix rare crash gh#texstudio-org/texstudio#3556
  * reload hidden docs when user chooses to discard changes
    gh#texstudio-org/texstudio#3550
  
- Update to 4.7.3
  * First line of macro editor no longer uses macro type, use buttons to set
    type. Macro format changes slightly. 
    For details s. gh#texstudio-org/texstudio#3458
  * add export of all macros in Edit Macros dialog
    gh#texstudio-org/texstudio#3451
  * macro editor now executes normal and environment macros in addition to
    script macros gh#texstudio-org/texstudio#3444
  * macro editor with better button arrangement gh#texstudio-org/texstudio#3451
  * copy data from all issues in the messages pane (log) to clipboard
    gh#texstudio-org/texstudio#3487
  * insert graphics wizard opens position details without changing position or
    size of ui elements located above position details
    gh#texstudio-org/texstudio#3509
  * improved Package Help dialog 
    gh#texstudio-org/texstudio#3478, gh#texstudio-org/texstudio#3497
  * fix missing connection error message when browsing macro repository
    gh#texstudio-org/texstudio#3448
  * fix switching (by clicking) between documents
    gh#texstudio-org/texstudio#3473
  * fix “Show all open documents in this tree” gh#texstudio-org/texstudio#3476
  * fix handling a new file created from the context menu
    gh#texstudio-org/texstudio#3471
  * small fixes
  
- Update to 4.7.2
  * remove something (alt+del) handles matching delimiters
  * fix detecting parent/child documents when autoloading is disabled
    gh#texstudio-org/texstudio#3411
  * fix completion of user constructs like a_b gh#texstudio-org/texstudio#3403
  * fix navigating in subfiles gh#texstudio-org/texstudio#3404
  * fix duplicate shortcut in ‘Additional Shortcut’ column is not removed
    gh#texstudio-org/texstudio#3408
  * fix wrong cursor, scaling, settings in pdf viewer when switching window
    mode gh#texstudio-org/texstudio#3426 gh#texstudio-org/texstudio#3428 …
  
- Update to 4.7.1
  * fix highlighting of %TODO comments after loading a file
    gh#texstudio-org/texstudio#3398
  * fix missing document height update when copy wrapped single lines
    gh#texstudio-org/texstudio#3396
  
- Update to 4.7.0
  * remove auto inserted closing parenthesis if the opening one is removed
    via backspace
  * optimize internal parsing
  * TeXdoc dialog now shows (optionally all) packages as a searchable list.
    A new button opens the CTAN package documentation online.
    (gh#texstudio-org/texstudio#3259, gh#texstudio-org/texstudio#3270, …)
  * fix inputting accented characters on OSX
  * handle keyval with spaces better gh#texstudio-org/texstudio#3362
  * save some memory by reading thesaurus database only when needed the
    first time

OBS-URL: https://build.opensuse.org/request/show/1186901
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=79
2024-07-15 07:49:58 +00:00
Ana Guerrero
8ad79e5671 Accepting request 1109052 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1109052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=41
2023-09-06 16:57:12 +00:00
Dmitry Roshchin
e4f8ff5b8f Accepting request 1108882 from home:seijikun:branches:Publishing
- Update to 4.6.3
  * improved handling of active packages when loading included files
  * better detection that a screen is not active any more and move
    window onto active screen
  * Cancel button of dialog for inserting label references now inserts
    nothing, but you can still add an empty reference when needed (#3230)
- Update to 4.6.2
  * fix crash
- Update to 4.6.1
  * fix wrong path for saving cache information (#3225)
  * allow delimiter operations on $ math sections
- Update to 4.6.0
  * use subfiles root for compilation if the current document is a child
  * load the complete subfile project to provide proper syntax checking,
    also when just opening a subfile root
  * cache structure/labels/usercommands/packages for faster reload of
    large projects (optional) (ef0ab75)
  * add support for alignedat environment in QuickArray Wizard (#2921)
  * add a Lorem Ipsum generator to the Random Text Generator
    dialog (#3102)
  * change default windows style for new installs to Fusion instead
    of modern-dark, in case system darkmode is detected (ad0fc44)
  * improve some details and fix issues of the Quick Start
    wizard (#2901, #3153, #3150, #3157)
  * improve some details of the Edit Macros dialog (#3130)
  * The link to the TeXstudio homepage is now at the top of the About
    dialog (Help menu) and the number of the latest stable version is
    also displayed (#3146)
  * option Disable horizontal scrolling for “Fit to Text Width” now
    affects horizontal scrolling with mousepad and scroll wheel (#1526)
  * fix editor moving last line of a selection when selection ends
    at start of a line (#3131)
  * fix some icon issues on OSX (#3100,#3104)
  * basic support for tblr colspec

OBS-URL: https://build.opensuse.org/request/show/1108882
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=77
2023-09-05 13:56:33 +00:00
Dominique Leuenberger
d3ffdcea16 Accepting request 1079746 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1079746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=40
2023-04-16 14:07:30 +00:00
Dmitry Roshchin
e986bc1e56 Accepting request 1079745 from home:Dmitry_R:branches:Publishing
- Update to version 4.5.2
  * bugfix release

OBS-URL: https://build.opensuse.org/request/show/1079745
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=75
2023-04-16 10:04:00 +00:00
Dominique Leuenberger
e5d5474dbc Accepting request 1067183 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1067183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=39
2023-02-23 15:28:37 +00:00
Dmitry Roshchin
6cb922d0a3 Accepting request 1067171 from home:seijikun:branches:Publishing
- Update to version 4.5.1
  * Provide online template repository
  * change preview target in IDEFIX menu (#2760)
  * use QtMultimedia instead of phonon to show movies in pdf (non-default)
  * regex in search panel is syntax checked and marked if wrong
  * latex menu for horizontal spacing (#2687)
  * config dialog with resizable splitter (#2707)
  * insert inline math mode as $$ (#2719)
  * add editor action “Move all (others) to other view” (#2713)
  * show macro name in completer list (#2679)
  * show macro trigger and shortcut in configuration window (#2635)
  * fix wrong side panel title when changing grid size in config (#2743)
  * preview/clear preview now use position of context menu as reference (#2794)
  * add a Package Tab to the QuickStart Wizard (#2831)
  * Editor option ‘Show Only Monospaced Fonts’ is now persistent (#788)
  * fix size of config dialog on low res screens (#995)
  * add script command loadManagedMenu, s. new section “Menu Definitions” in the manual (#2816)
  * switch to pointer cursor over bookmark column of editors (#2220)
  * add shadow option for rectangular magnifier in pdf viewer config (#2885)
  * in split view mode add editor to split view where current editor is (#2838)

OBS-URL: https://build.opensuse.org/request/show/1067171
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=73
2023-02-22 15:12:03 +00:00
Dominique Leuenberger
71cbcc3897 Accepting request 1038428 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1038428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=38
2022-11-27 12:51:15 +00:00
Dmitry Roshchin
b71d6ed3d6 Accepting request 1038427 from home:Dmitry_R:branches:Publishing
- Update to version 4.4.1
  * bugfix release

OBS-URL: https://build.opensuse.org/request/show/1038427
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=71
2022-11-27 11:57:30 +00:00
Dominique Leuenberger
b0904555fe Accepting request 1038258 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1038258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=37
2022-11-26 17:45:21 +00:00
Dmitry Roshchin
d1f413f038 Accepting request 1038256 from home:Dmitry_R:branches:Publishing
- Use cmake build system

OBS-URL: https://build.opensuse.org/request/show/1038256
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=69
2022-11-25 18:47:02 +00:00
Dominique Leuenberger
9d3a34bae7 Accepting request 1037484 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1037484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=36
2022-11-24 11:23:18 +00:00
Martin Pluskal
c3b610e473 Accepting request 1036845 from home:seijikun:branches:Publishing
- Update to version 4.4.0
  * new icon theme Colibri (by geolta)
  * modernized manual
  * faster removing of multiple lines
  * end multi cursor mode with esc
  * **no** win/qt5 build
  * switch to CMAKE build system (qmake deprecated)
  * hide/filter configuration completer list
  * bug fixes

OBS-URL: https://build.opensuse.org/request/show/1036845
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=67
2022-11-23 09:38:50 +00:00
Dominique Leuenberger
8144c77e84 Accepting request 1003451 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1003451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=35
2022-09-14 11:45:08 +00:00
Martin Pluskal
dfb38017d7 Accepting request 999499 from home:seijikun:branches:Publishing
- Update to version 4.3.1
  * fix loading files various times if relative path is used for \include (#2533)
  * fix custom verbatim highlighting (#2528)
  * fix label highlighting (#2512)
- Update to version 4.3.0
  * show most used command at first place in completer
  * more cwls
  * get position into clipboard in pdf on ctrl+shift+click (#2623)
  * copy/paste table content into table/matrix wizard
  * move to next/previous word now stops at every delimiter (no skip over several brackets) #2311
  * build qt6/win for win10+
  * small bug fixes

OBS-URL: https://build.opensuse.org/request/show/999499
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=65
2022-09-14 07:08:26 +00:00
Dominique Leuenberger
d1f1707146 Accepting request 970845 from Publishing
OBS-URL: https://build.opensuse.org/request/show/970845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=34
2022-04-20 14:56:37 +00:00
Martin Pluskal
3607a47ee6 Accepting request 970521 from home:seijikun:branches:openSUSE:Factory
- Update to version 4.2.3
  * fix unable to save under special circumstances (#2124)
  * fix stuck to save unsaved document (only in explicit root mode and with a new unsaved document,#2153) 
  * xindex engine added
  * fix math highlighting in keyvals (#2138)
  * 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 (#2179)
  * regular expression in extended search behave the same as in normal search
  * more cwls

OBS-URL: https://build.opensuse.org/request/show/970521
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=63
2022-04-19 13:53:51 +00:00
Dominique Leuenberger
8f7acada24 Accepting request 961997 from Publishing
OBS-URL: https://build.opensuse.org/request/show/961997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=33
2022-03-16 19:20:33 +00:00
Dmitry Roshchin
31b3c2703d Accepting request 961956 from home:seijikun:branches:Publishing
- Update to version 4.2.2
  * more cwls
  * fix crash, #2094, #2084, #2109
  * use picture highlighting for tikz env and similar

OBS-URL: https://build.opensuse.org/request/show/961956
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=61
2022-03-15 19:01:31 +00:00
Dominique Leuenberger
6ae25a582b Accepting request 951763 from Publishing
OBS-URL: https://build.opensuse.org/request/show/951763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=32
2022-02-05 22:23:21 +00:00
Martin Pluskal
184bef3ba6 Accepting request 950030 from home:akumar:branches:Publishing
- Update to version 4.2.1
  * fix placeholder issues
  * fix handling mirrored placeolder, like in issue #2063
  * handle NewDocumentsCommand better for completer
  * enable "open in explorer" again
  * fix building for poppler >=22.x 
  * more cwls

OBS-URL: https://build.opensuse.org/request/show/950030
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=60
2022-02-05 17:02:23 +00:00
Dominique Leuenberger
394615e90a Accepting request 948351 from Publishing
OBS-URL: https://build.opensuse.org/request/show/948351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=31
2022-01-24 22:09:51 +00:00
Martin Pluskal
a938a97bea Accepting request 948087 from home:seijikun:branches:Publishing
- Update to version 4.2.0
  * more cwls
  * fix key handling for some special keyboard set-ups (#2011)
  * 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

OBS-URL: https://build.opensuse.org/request/show/948087
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=59
2022-01-24 09:22:58 +00:00
Dominique Leuenberger
d477a63030 Accepting request 943959 from Publishing
OBS-URL: https://build.opensuse.org/request/show/943959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=30
2022-01-06 14:50:59 +00:00
Martin Pluskal
41c587ac02 Accepting request 943008 from home:fusionfuture:branches:Publishing
- Update to version 4.1.2
  * allow resizing the different sections in the symbol widget
  * fix automatic session restore on OSX/Qt6

OBS-URL: https://build.opensuse.org/request/show/943008
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=58
2022-01-05 11:02:00 +00:00
Dominique Leuenberger
831680f5ec Accepting request 934000 from Publishing
OBS-URL: https://build.opensuse.org/request/show/934000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=29
2021-11-26 23:51:30 +00:00
Martin Pluskal
119edcfc97 Accepting request 933754 from home:seijikun:branches:Publishing
Update to version 4.1.2

OBS-URL: https://build.opensuse.org/request/show/933754
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=57
2021-11-26 07:40:55 +00:00
Dominique Leuenberger
7df993e980 Accepting request 927251 from Publishing
OBS-URL: https://build.opensuse.org/request/show/927251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=28
2021-10-25 13:17:34 +00:00
Martin Pluskal
804dcf19c6 Accepting request 927033 from home:seijikun:branches:Publishing
- Update to version 4.0.2
  * fix structure view (inlcudes and cursor marking, #1828) 
  * fix completer tooltip on bibids (#1835)
  * OSX: fix "slanted" cursor (#1836)
  * more cwls
- Update to version 4.0.1
  * add more cwls
  * fix pdfviewer page display
  * build OSX with QT6.2, fix special charcters entry (alt+n + n , etc.) (#1770)
  * activate crash handler on win again
  * fix strcuture detection for included files

OBS-URL: https://build.opensuse.org/request/show/927033
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=56
2021-10-25 07:25:57 +00:00
Dominique Leuenberger
c4030a7721 Accepting request 923174 from Publishing
OBS-URL: https://build.opensuse.org/request/show/923174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=27
2021-10-05 20:33:54 +00:00
Martin Pluskal
ae082eff75 Accepting request 921952 from home:seijikun:branches:Publishing
- Update to version 4.0.0
  * adapt to Qt6/poppler-qt6
  * OSX/win build provided with 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
  * fix that search options are persistant
  * automatic structure scrolling can be turned off (#1742)
  * some bug fixes

OBS-URL: https://build.opensuse.org/request/show/921952
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=55
2021-10-05 07:56:27 +00:00
Dominique Leuenberger
c12c09ad0b Accepting request 895126 from Publishing
OBS-URL: https://build.opensuse.org/request/show/895126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=26
2021-06-01 08:34:50 +00:00
Martin Pluskal
2f214ae79f Accepting request 893512 from home:fusionfuture:branches:Publishing
- Disable crash handler on s390x to fix build error
- Update to version 3.1.2
  * completed global TOC (background color coded, can be adjusted in config)
  * fontawesome5 symbol pane
  * another dark theme style (Orion Dark)
  * slightly modernised windows installer
  * smaller windows binaries
  * fix menu changes by user
  * fix root document detection when symbolic links of symbolic links are involved (#1505)
  * fix disabled parentheses autocompletion after certain completer actions (#1347)
  * results from styleparser gets immediately updated

OBS-URL: https://build.opensuse.org/request/show/893512
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=53
2021-05-24 06:30:44 +00:00
Richard Brown
8a2d841dea Accepting request 875953 from Publishing
OBS-URL: https://build.opensuse.org/request/show/875953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=25
2021-03-30 19:09:18 +00:00
Martin Pluskal
2b9d4cfff9 Accepting request 874431 from home:seijikun:branches:openSUSE:Factory
- Update to version 3.1.1
  * fix crashes concerning opening included files
  * let global TOC update as you type
- Update to version 3.1.0
  * fix changing GUI language
  * global TOC added which needs to be updated for now (WIP)
- Update to version 3.0.5
  * fix crash when deleting all elements of a build chain (#1415)
  * fix large tooltips on win with ADWAITA style
  * number of pdf rendering threads limited to 8 (or to set value, see #1463)
  * add command line option --texpath to force a tex path
  * fix touchpad scroll in x direction
  * fix a seldom crash
  * adapt speller dialog to find the same errors as the online checker
  * fix replace in global search

OBS-URL: https://build.opensuse.org/request/show/874431
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=51
2021-03-01 11:00:51 +00:00
Dominique Leuenberger
d5675d3431 Accepting request 862290 from Publishing
OBS-URL: https://build.opensuse.org/request/show/862290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=24
2021-01-11 16:16:12 +00:00
Martin Pluskal
8d45fa3a7f Accepting request 861991 from home:dirkmueller:branches:Publishing
- update to 3.0.4:
  - fix crash when deleting all elements of a build chain (#1415)
  - fix RTL presentation when zoomed (#1404)
  - fix pdf toolbar size setting

OBS-URL: https://build.opensuse.org/request/show/861991
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=49
2021-01-11 13:18:37 +00:00
Dominique Leuenberger
36ca5e4a47 Accepting request 861539 from Publishing
OBS-URL: https://build.opensuse.org/request/show/861539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=23
2021-01-08 16:37:30 +00:00
Martin Pluskal
5eb604409e Accepting request 859257 from home:seijikun:branches:Publishing
- Update to version 3.0.3
  * iOS bugfixes
- Update to version 3.0.2
  * handle \tabularnewline correctly (#1373)
  * fix text insertion on selected text (#1359&#1354)
  * changed behaviour for cut buffer and Ctrl+e (insert env)(#1342)
  * texdoc added as selectable command
  * win build now uses 64 bit and can handle larger documents
  * larger number of default dictionaries added

OBS-URL: https://build.opensuse.org/request/show/859257
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=47
2021-01-08 07:57:04 +00:00
Dominique Leuenberger
d4174c0b97 Accepting request 835105 from Publishing
OBS-URL: https://build.opensuse.org/request/show/835105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=22
2020-09-17 12:50:35 +00:00
Martin Pluskal
e0a0b0eec3 Accepting request 832943 from home:seijikun:branches:Publishing
- Update to version 3.0.1
  * fix glitch in modern style (#1238, triangle missing)
  * fix equation preview (#1234)
  * fix commands with quotes (#1225 & #1169)
  * fix syntax marker in darkmode (#1224)
- Update to version 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
- Update to version 2.12.22
  * fixes garbled symbols in OSX
  * fixes crash when changing magic language comment and pdf search path handling.
  * last release supporting Qt4
- Update to version 2.12.20
  * fixes a problem with replacing when search highlight is activated
- Update to version 2.12.18
  * mainly a bug fix release
  * better support of regexp in search
  
- Update to version 2.12.16
  * mainly a bug fix release.
  * most notable change is flickerfree update of pdf
- Update to version 2.12.14
  * fix bug that not all available GUI languages are shown
  * tweak fuzzy completer
  * fix template presentation
- Update to version 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
- Use source url
- Drop conditionals for older distros, they fail to build anyways
- Use spec-cleaner to modernise spec file
- Update to version 2.12.10
  * bug fixes
  * fix structure view with Qt >5.10
- Update to version 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
- Unbreak build on Leap 42.x, make_jobs is only provided by macros.qt5
- Disable crash handler on aarch64/armv6l/armv7l, aarch64 is
  not implemented and armv6l/armv7l is broken
- use %qmake5 macro to supply CXXFLAGS and also CFLAGS
- Update to version 2.12.6
  * Minor changes
- Update to version 2.12.2
  * PDF shortcuts are now changable
  * improved user interface: optimized layout, some new icons, some changes of color
  * warn if file-saving fails
  * Support LanguageTool json API (needed for LanguageTool > 3.5)
- Update to version 2.11.2
  * major performance speedup
  * speed up pasting into large documents (factor 100x)
  * add comment toggle
  * improved search panel layout
  * improved bracket detection for \todo highlighting (bug 1789)
  * improved parsing of section titles (bug 1817)
  * bugfixes and minor changes, see included CHANGELOG.txt for details
  
- Set minimal required memory for building: 2500 Mb
- Update to version 2.11.0
  * support two editors next to each other
  * new tabular wizard
  * support multi-line commands
  * add scrollbar marks for search and bookmarks
  * add command option --no-session
  * bugfixes and minor changes, see included CHANGELOG.txt for details
- Update to version 2.10.8:
  * bugfix release, see included CHANGELOG.txt for details
- Update to version 2.10.6
  * bugfix release, see included CHANGELOG.txt for details
- Update to version 2.10.4
  * bugfix release, see included CHANGELOG.txt for details
- Update to version 2.10.2
  * new and improved LaTeX parser
  * improved search results window
  * open password protected pdfs
  * improved UI scaling
  * temporary highlight target text of go to definition
  * bugfixes
- Update to version 2.9.4
  * bugfix release, see included CHANGELOG.txt for details
- Build with Qt5 for openSUSE > 13.2
- Update to version 2.9.0
  * link overlays for urls
  * close editor tab by pressing middle mouse button
  * support optional filename argument in txs:///view-pdf-internal
  * add "expand/collapse all documents" to context menu of structure
  * add tabulary support
  * windowed pdf viewer now supports --no-focus argument
  * improved detection of label name for "Insert \ref to Next Label"
  * improved context detection for preview
  * improved search for texdoc location
  * improved log parsing including support for LaTeX3 warnings and errors
  * resize with soft line warp: keep vertical cursor position constant
  * support .tikz files (treated like .tex files)
  * bugfixes
- Update to version 2.8.8, mostly bugfixes, see CHANGELOG.txt
- Drop texstudio-correct-doc-location.patch
- Update to version 2.8.0
  * completion and syntax check on keyval options, e.g.
    \includegraphics (graphicx!)
  * search and replace over several documents improved
  * improved parser for log files (better detection of filenames)
  * todo-style commands (e.g. \todo{}) are added to the list of todos
  * the keyboard modifier key for the context menu (spellcheck
    suppression) is configurable via texstudio.ini
    "Editor/ContextMenuKeyboardModifiers"
  * improved auto-hide toolbars feature in embedded viewer
  * users can overwrite the default language definitions and add own ones
  * makeglossaries support
  * allow quoted filenames in include-like commands to support
    filenames and directories containing spaces
  * updated LaTeX reference manual
  * several bugfixes
- Update to version 2.7.0
  * added Edit -> Text Operations (To Lowercase / To Uppercase / To Titlecase)
  * added list of recent sessions
  * speedup of saving for large documents
  * added recognition in filetree for import subimport importfrom
    and subimportfrom (Thanks to Steven Vandekerckhove)
  * added button to stop a running compilation
  * the dictionary search path can now contain of multiple directories
  * Dictionaries in the OpenOffice/LibreOffice Extension format
    (*.oxt) can now be imported
  * Updated the latex reference manual to to a recent version
  * new option for maximum image tooltip width
  * new option "Reference commands in context menu"
  * new options for additional search paths in editor logic
  * new option for automatic encoding detection: make latex and
    character based detection selectable separately
  * new options for pdf highlight color and duration
  * find dialog: search in all loaded documents i.e. also in hidden
  * improved synchonization PDF -> source
  * support "% !BIB = biber" syntax for compatibility with TeXShop
    and TeXWorks
  * added several new cwl files
  * several bugfixes
- Set correct documentation location
  * texstudio-correct-doc-location.patch
Wed Jun  12 14:01:31 UTC 2013 - jsundermeyer@sf.net
- release (2.6.0)
Fri Mar  29 14:01:31 UTC 2013 - jsundermeyer@sf.net
- fix potential crash (2.5.2)
- bug fixes (2.5.2)
- spec file cleanup, fixed some RPMlint warnings
- update to version 2.5.1
- update to version 2.5
- update to version 2.4
- update to version 2.3
- initial release of version 2.2

OBS-URL: https://build.opensuse.org/request/show/832943
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=45
2020-09-17 06:52:19 +00:00
Dominique Leuenberger
fc2ee51b46 Accepting request 829826 from Publishing
OBS-URL: https://build.opensuse.org/request/show/829826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=21
2020-09-01 18:07:16 +00:00
Dmitry Roshchin
140c3ef267 Accepting request 829825 from home:Dmitry_R:branches:Publishing
- Update to version 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

OBS-URL: https://build.opensuse.org/request/show/829825
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=43
2020-08-26 19:25:14 +00:00
Dominique Leuenberger
5fe60ccc22 Accepting request 767506 from Publishing
OBS-URL: https://build.opensuse.org/request/show/767506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=20
2020-01-27 19:16:30 +00:00
Martin Pluskal
5685e34266 Accepting request 766604 from home:seijikun:branches:Publishing
- Update to version 2.12.22

OBS-URL: https://build.opensuse.org/request/show/766604
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=41
2020-01-26 17:11:56 +00:00
Dominique Leuenberger
d8073906be Accepting request 764771 from Publishing
OBS-URL: https://build.opensuse.org/request/show/764771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=19
2020-01-16 17:21:13 +00:00
Tomáš Chvátal
30ef1f6b0a Accepting request 764746 from home:seijikun:branches:Publishing
Update to version 2.12.20

OBS-URL: https://build.opensuse.org/request/show/764746
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=39
2020-01-15 18:49:11 +00:00
Dominique Leuenberger
b36b991725 Accepting request 761893 from Publishing
OBS-URL: https://build.opensuse.org/request/show/761893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=18
2020-01-08 16:57:37 +00:00
Dmitry Roshchin
edf76fc760 Accepting request 761882 from home:seijikun:branches:Publishing
Update to version 2.12.18

OBS-URL: https://build.opensuse.org/request/show/761882
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=37
2020-01-08 15:50:13 +00:00
Dominique Leuenberger
416b38c5ec Accepting request 704671 from Publishing
OBS-URL: https://build.opensuse.org/request/show/704671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=17
2019-06-19 18:58:07 +00:00
Martin Pluskal
3a46b0d609 Accepting request 704203 from home:seijikun:branches:Publishing
Update to version 2.12.16

OBS-URL: https://build.opensuse.org/request/show/704203
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=35
2019-05-22 08:38:08 +00:00
Dmitry Roshchin
ef03ca2050 Accepting request 703116 from home:seijikun:branches:openSUSE:Factory
Updated to Texstudio 2.12.14

OBS-URL: https://build.opensuse.org/request/show/703116
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=34
2019-05-15 16:19:22 +00:00
Dominique Leuenberger
ab3fa24abd Accepting request 627082 from Publishing
- Use source url
- Drop conditionals for older distros, they fail to build anyways
- Use spec-cleaner to modernise spec file

- Update to version 2.12.10
  * bug fixes
  * fix structure view with Qt >5.10
- Update to version 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

OBS-URL: https://build.opensuse.org/request/show/627082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=16
2018-08-03 10:38:09 +00:00
Martin Pluskal
dfbc33ead4 OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=32 2018-08-02 13:20:42 +00:00
Martin Pluskal
e31093c456 Accepting request 623055 from home:pluskalm
- Use source url
- Drop conditionals for older distros, they fail to build anyways
- Use spec-cleaner to modernise spec file

- Update to version 2.12.10
  * bug fixes
  * fix structure view with Qt >5.10
- Update to version 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

OBS-URL: https://build.opensuse.org/request/show/623055
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=31
2018-07-16 11:22:50 +00:00
Dominique Leuenberger
4604b39883 Accepting request 561731 from Publishing
OBS-URL: https://build.opensuse.org/request/show/561731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=15
2018-01-06 17:49:04 +00:00
Martin Pluskal
9f1da48935 Accepting request 561704 from home:StefanBruens:branches:Publishing
Submitted an outdated revision breaking Leap, sorry for the mess ...

- Unbreak build on Leap 42.x, make_jobs is only provided by macros.qt5

OBS-URL: https://build.opensuse.org/request/show/561704
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=29
2018-01-04 19:31:30 +00:00
Martin Pluskal
6f87f40478 Accepting request 561450 from home:StefanBruens:branches:Publishing
- Disable crash handler on aarch64/armv6l/armv7l, aarch64 is
  not implemented and armv6l/armv7l is broken
- use %qmake5 macro to supply CXXFLAGS and also CFLAGS

OBS-URL: https://build.opensuse.org/request/show/561450
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=28
2018-01-04 08:02:03 +00:00
Dominique Leuenberger
3737a3b744 Accepting request 518193 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/518193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=14
2017-08-23 09:55:11 +00:00
Dmitry Roshchin
5d810cea56 Accepting request 518192 from home:Dmitry_R:branches:Publishing
- Update to version 2.12.6
  * Minor changes

OBS-URL: https://build.opensuse.org/request/show/518192
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=26
2017-08-22 19:37:13 +00:00
Dominique Leuenberger
56f81e76f2 Accepting request 455442 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/455442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=13
2017-02-09 10:18:22 +00:00
Martin Pluskal
bc3d02e3d3 Accepting request 455169 from home:dirkOpenS:branches:Publishing
update to 2.12.2

OBS-URL: https://build.opensuse.org/request/show/455169
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=24
2017-02-08 09:02:00 +00:00
Dominique Leuenberger
33156e044a Accepting request 437900 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/437900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=12
2016-11-01 08:58:46 +00:00
Dmitry Roshchin
372ded19d0 Accepting request 437896 from home:dirkOpenS:branches:Publishing
update to 2.11.2

OBS-URL: https://build.opensuse.org/request/show/437896
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=22
2016-10-30 14:03:09 +00:00
Dominique Leuenberger
21742fb8d0 Accepting request 400091 from Publishing
- Set minimal required memory for building: 2500 Mb

- Update to version 2.11.0
  * support two editors next to each other
  * new tabular wizard
  * support multi-line commands
  * add scrollbar marks for search and bookmarks
  * add command option --no-session
  * bugfixes and minor changes, see included CHANGELOG.txt for details

OBS-URL: https://build.opensuse.org/request/show/400091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=11
2016-06-07 21:48:03 +00:00
Dmitry Roshchin
1596ed413c - Set minimal required memory for building: 2500 Mb
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=20
2016-06-05 12:59:19 +00:00
Dmitry Roshchin
46e179a567 Accepting request 400063 from home:Dmitry_R:branches:Publishing
OBS-URL: https://build.opensuse.org/request/show/400063
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=19
2016-06-04 17:46:29 +00:00
Dominique Leuenberger
9c1250dd1d Accepting request 358711 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/358711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=10
2016-02-11 11:38:17 +00:00
Dmitry Roshchin
e8df97f43c Accepting request 358709 from home:berny:branches:Publishing
Update to version 2.10.8

OBS-URL: https://build.opensuse.org/request/show/358709
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=17
2016-02-10 14:02:33 +00:00
Dominique Leuenberger
6fe85196ed Accepting request 353821 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/353821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=9
2016-01-17 08:23:20 +00:00
Dmitry Roshchin
c62be9556c Accepting request 353785 from home:berny:branches:Publishing
- Update to version 2.10.6
  * bugfix release, see included CHANGELOG.txt for details

OBS-URL: https://build.opensuse.org/request/show/353785
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=15
2016-01-15 10:59:30 +00:00
Dominique Leuenberger
b898d08f82 Accepting request 341124 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/341124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=8
2015-10-28 16:30:46 +00:00
Dmitry Roshchin
87d7cde482 Accepting request 341122 from home:melko:branches:Publishing
- Update to version 2.10.4
  * bugfix release, see included CHANGELOG.txt for details

OBS-URL: https://build.opensuse.org/request/show/341122
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=13
2015-10-27 09:11:44 +00:00
Stephan Kulow
f06b0c3b52 Accepting request 333021 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/333021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=7
2015-09-24 04:15:43 +00:00
Dmitry Roshchin
db32f61c27 Accepting request 333019 from home:melko:branches:Publishing
- Update to version 2.10.2
  * new and improved LaTeX parser
  * improved search results window
  * open password protected pdfs
  * improved UI scaling
  * temporary highlight target text of go to definition
  * bugfixes

OBS-URL: https://build.opensuse.org/request/show/333019
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=11
2015-09-22 19:06:19 +00:00
Dominique Leuenberger
18513cf437 Accepting request 304913 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/304913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=6
2015-05-02 19:39:57 +00:00
Dmitry Roshchin
171d9898ca Accepting request 304912 from home:Dmitry_R:branches:Publishing
- Update to version 2.9.4
  * bugfix release, see included CHANGELOG.txt for details
- Build with Qt5 for openSUSE > 13.2

OBS-URL: https://build.opensuse.org/request/show/304912
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=9
2015-05-01 10:34:04 +00:00
Dominique Leuenberger
73f8462cef Accepting request 290799 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/290799
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=5
2015-03-16 06:01:05 +00:00
Dmitry Roshchin
aac5bbb616 Accepting request 290798 from home:Dmitry_R:branches:Publishing
- Update to version 2.9.0
  * link overlays for urls
  * close editor tab by pressing middle mouse button
  * support optional filename argument in txs:///view-pdf-internal
  * add "expand/collapse all documents" to context menu of structure
  * add tabulary support
  * windowed pdf viewer now supports --no-focus argument
  * improved detection of label name for "Insert \ref to Next Label"
  * improved context detection for preview
  * improved search for texdoc location
  * improved log parsing including support for LaTeX3 warnings and errors
  * resize with soft line warp: keep vertical cursor position constant
  * support .tikz files (treated like .tex files)
  * bugfixes

OBS-URL: https://build.opensuse.org/request/show/290798
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=7
2015-03-14 17:58:41 +00:00
Dominique Leuenberger
bdf21ebd55 Accepting request 287908 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/287908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=4
2015-02-27 10:09:55 +00:00
Dmitry Roshchin
3a39bede36 Accepting request 287907 from home:Dmitry_R:branches:Publishing
- Update to version 2.8.8, mostly bugfixes, see CHANGELOG.txt
- Drop texstudio-correct-doc-location.patch

OBS-URL: https://build.opensuse.org/request/show/287907
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=5
2015-02-26 11:57:46 +00:00
Stephan Kulow
3f4090c535 Accepting request 238164 from Publishing
- Update to version 2.8.0
  * completion and syntax check on keyval options, e.g.
    \includegraphics (graphicx!)
  * search and replace over several documents improved
  * improved parser for log files (better detection of filenames)
  * todo-style commands (e.g. \todo{}) are added to the list of todos
  * the keyboard modifier key for the context menu (spellcheck
    suppression) is configurable via texstudio.ini
    "Editor/ContextMenuKeyboardModifiers"
  * improved auto-hide toolbars feature in embedded viewer
  * users can overwrite the default language definitions and add own ones
  * makeglossaries support
  * allow quoted filenames in include-like commands to support
    filenames and directories containing spaces
  * updated LaTeX reference manual
  * several bugfixes

OBS-URL: https://build.opensuse.org/request/show/238164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=2
2014-06-23 07:24:05 +00:00
Dmitry Roshchin
b852da289f - Update to version 2.8.0
* completion and syntax check on keyval options, e.g.
    \includegraphics (graphicx!)
  * search and replace over several documents improved
  * improved parser for log files (better detection of filenames)
  * todo-style commands (e.g. \todo{}) are added to the list of todos
  * the keyboard modifier key for the context menu (spellcheck
    suppression) is configurable via texstudio.ini
    "Editor/ContextMenuKeyboardModifiers"
  * improved auto-hide toolbars feature in embedded viewer
  * users can overwrite the default language definitions and add own ones
  * makeglossaries support
  * allow quoted filenames in include-like commands to support
    filenames and directories containing spaces
  * updated LaTeX reference manual
  * several bugfixes

OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=3
2014-06-20 13:19:33 +00:00
Tomáš Chvátal
54aa34e7b1 Accepting request 229130 from Publishing
OBS-URL: https://build.opensuse.org/request/show/229130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=1
2014-04-18 09:09:30 +00:00
OBS User mrdocs
53389839e9 Accepting request 228971 from home:Dmitry_R:WIP
OBS-URL: https://build.opensuse.org/request/show/228971
OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=1
2014-04-06 03:41:12 +00:00
6 changed files with 48 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc2a0f765291644de022bea8910fbdf2e08f06adb9ef2e053db7b41de785e29a
size 111413199

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:351a8111506bfb9cd79a6284f7b92d7c5a1da5ac22c25f6788040ce3b9b1080a
size 116013004

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:363a289099911b41caac42d4fa6374794473ff6ed4487c2e4a07a7f59f866a45
size 114131142

3
texstudio-4.8.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e96d6ac05fc70b32ace99dbf515716d5b1f155dff67249afaa7345bc297a0473
size 114165468

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Tue Jan 14 10:17:06 UTC 2025 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Update to 4.8.5
* fix false delimiter mismatch marker which gets stuck under certain
circumstances gh#texstudio-org/texstudio#489
* fix label stop working when using subfigure package
gh#texstudio-org/texstudio#3816
* fix ai wizard conversation history gh#texstudio-org/texstudio#3820
* fix colspec parsing gh#texstudio-org/texstudio#3831
* fix user command handling in cached files gh#texstudio-org/texstudio#3828
* fix label detection on memoir class gh#texstudio-org/texstudio#3829
* fix crash when %Tex root document was not found
* class are used for completion in documentclass
* class names are not used anymore for package name completion
* local packages can provide local cwl files, see manual
* fix handling of user definition commands in subfiles
gh#texstudio-org/texstudio#3885
* fix crash in preview tooltip if no pdflatex is defined
gh#texstudio-org/texstudio#3875
* handle special columntypes (m[l],NiceMatrix) better
gh#texstudio-org/texstudio#3881
* handle key/val completion in frame environment better
gh#texstudio-org/texstudio#3846
* fix caching of newly defined colornames
-------------------------------------------------------------------
Mon Oct 21 13:19:57 UTC 2024 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Update to 4.8.4
* Fix Double-click selection of words with special character gh#texstudio-org/texstudio#3812
-------------------------------------------------------------------
Fri Sep 27 13:59:57 UTC 2024 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Update to 4.8.3
* use argument position to assign argument type (fixes some issues concerning keyval arguments)
* fix activation of keyvals for completion when new packages are used
gh#texstudio-org/texstudio#3791
* improved table manipulation when multiline arguments are used
gh#texstudio-org/texstudio#3789
-------------------------------------------------------------------
Thu Sep 12 10:57:59 UTC 2024 - Johannes Weberhofer <jweberhofer@weberhofer.at>

View File

@ -1,7 +1,7 @@
#
# spec file for package texstudio
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: texstudio
Version: 4.8.2
Version: 4.8.5
Release: 0
Summary: LaTeX Editor
License: Apache-2.0 AND GPL-2.0-only AND GPL-3.0-only AND MPL-1.1