File sourcetrail.changes of Package sourcetrail

-------------------------------------------------------------------
Fri Oct  3 17:40:34 UTC 2025 - Michael Pujos <pujos.michael@gmail.com>

- switch to maintained fork from https://github.com/petermost/Sourcetrail
- Update to version 2025.9.9
  * C/C++: Add indexing of auto return types
  * GUI: Allow tab closing with middle mouse click
  * GUI: Improve layout of license window content
  * GUI: Add Open to context menu of start window
- Update to version 2025.7.11
  * C/C++: Add indexing of constexpr
  * C/C++: Replace most msvc compiler switches with the correct clang switches (Fixes a long standing issue "no such file or directory (sourcetrail is treating MSVC options as file/dir)"
  * Java: Add support for Java 24
  * C/C++/Java: Revised the list of keywords for syntax highlighting
- Update to version 2025.6.19
  * GUI: Allow removing projects from the Recent Projects list
  * GUI: Fix highlighting of Text and On-Screen search results for UTF-16/UTF-32 text
  * GUI: Show configured text encoding in the status bar
  * Internal: Switch to 'UTF-8 Everywhere'
  * Internal: Switch to Qt resource system for most GUI resources
- Update to version 2025.5.1
  * GUI: Fix handling of Esc/Return keys for dialogs (Indexing, Bookmark, etc.) (Fixes issue 27)
  * GUI: Activate bookmark with double click and close bookmark manager
  * GUI: Highlight the taskbar entry when indexing has finished
  * GUI: Show indexing progress in window title
  * GUI: Added tooltips or prompt texts to many widgets
- Update to version 2025.4.1
  * Java: Add Support for record classes
  * macOS: Fix vcpkg build. Thanks to ChristianWieden for the help
- Update to version 2025.3.3
  * Java: Add support for Eclipse JDT 3.40 (Java 23)
  * Java: Update Gradle support to 8.12
- Update to version 2025.1.28
  * C/C++: Add support for Clang 19 (C++23).
  * C/C++: Re-enable detection of non-trivial destructor calls.
  * Fix: Keep the console window open when logging is enabled.
  * Framework: Replace/Remove last Qt5 dependency.
- Update to version2024.9.23
  * GUI: Try to hide the external console window on Windows. See "The console window is not hidden under Windows 11" for additional information.
  * GUI: Add the 'Hack' font.
  * Fix: Copy the tutorial project files on initial run.
- Update to version 2024.8.2
  * GUI: Remove qt.conf which seems to improve the menu font rendering under Windows
- Update to version 2024.7.3
  * GUI: Fix non-working dialogs i.e. the selected action weren't executed
  * C/C++: Disabled indexing of non-trivial destructor calls. See #7 (comment) for further details.
- Update to version 2024.7.2
  * Installation: Add Debian packaging
- Update to version 2024.7.1
  * C/C++: Add indexing of the deduced type of auto variables
  * C/C++: Add indexing of user defined conversion operators
  * C/C++: Add indexing of non-trivial destructor calls
- Update to version 2024.7.0
  * C/C++: Update libClang/LibTooling to Clang 18
- Update to version 2024.6.0
  * C/C++: Add indexing of the deduced type of auto variables
- Update to version 2024.5.9
  * C/C++: Add indexing of user defined conversion operators
  * C/C++: Update support for C++ standards C++20, C++23
  * C/C++: Update detection of 'Global Include Paths' for Visual Studio 2017, 2019, 2022
  * Java: Generalize detection of JRE/JVM
  * Java: Generalize detection of Maven
  * Java: Update support for Java Standard 16, 17, 18, 19, 20
  * Framework: Update libClang/LibTooling to Clang 16/17
  * Framework: Switch from Qt5 to Qt6

-------------------------------------------------------------------
Thu Apr  9 09:23:19 UTC 2020 - Michael Vetter <mvetter@suse.com>

- Add sourcetrail-dont-install-libs.patch:
  Dont install shipped libs. Use system ones.
  See https://github.com/CoatiSoftware/Sourcetrail/issues/954
- Create symlink for easier launching

-------------------------------------------------------------------
Tue Mar 31 09:32:48 UTC 2020 - Michael Vetter <mvetter@suse.com>

- Update to 2020.1.117:
  * logic: Fixed multiple main declarations not shown as separate symbols
    when declaring file has same name (#950) regards #233

-------------------------------------------------------------------
Fri Dec 27 13:55:44 UTC 2019 - Michael Vetter <mvetter@suse.com>

- Update to 2019.4.102:
  * C/C++: Update selectable C and C++ language standards and cross-compilation flags (#835)
  * Java: Allow to specify custom Maven settings.xml file in project settings (#794)
  * Python: Accept python.exe located in the root directory of the environment (#771)
  * Java: Extend language support to Java 12 (#752)
  * Graph: Show active symbol definition in code when clicking on active node (#836)
  * C++: Fix recording template parameter as local symbol instead of qualifier (#824)
  * Python: Always perform deep index as default and added '--shallow' command line option (#823)
  * Code: Drag and drop selected source code from code view into other applications (#707)
  * Python: Allow using "unsafe" Python environment if explicitly specified by user (#697, #747)
  * C/C++: Updated to LLVM/Clang 9.0.0 (#799)
  * Fix crash on application exit (#789)
  * Code: Fixed view cleared in single file mode when ui refresh is triggered (#772)
- Remove because upstreamed:
  * sourcetrail-765.patch
  * sourcetrail-libgui.patch
  * sourcetrail-link.patch
  * sourcetrail-nonvoid-searchname.patch
  * sourcetrail-return-nonvoid.patch
  * sourcetrail-install.patch
  * sourcetrail-lib-order.patch
  * sourcetrail-nonvoid-more.patch
  * sourcetrail-pull784.patch
  * sourcetrail-static.patch

-------------------------------------------------------------------
Tue Nov 26 14:02:23 UTC 2019 - Michael Vetter <mvetter@suse.com>

- Add sourcetrail-rpmlintrc

-------------------------------------------------------------------
Tue Nov 26 12:36:17 UTC 2019 - Michael Vetter <mvetter@suse.com>

- Use clang instaed of gcc
- Add sourcetrail-install.patch:
  https://github.com/CoatiSoftware/Sourcetrail/pull/800

-------------------------------------------------------------------
Tue Nov 26 11:20:24 UTC 2019 - Michael Vetter <mvetter@suse.com>

- Add sourcetrail-765.patch:
  https://github.com/CoatiSoftware/Sourcetrail/pull/765/

-------------------------------------------------------------------
Tue Nov 26 09:01:55 UTC 2019 - Michael Vetter <mvetter@suse.com>

- Add sourcetrail-libgui.patch:
  https://github.com/CoatiSoftware/Sourcetrail/pull/797

-------------------------------------------------------------------
Tue Nov 26 08:42:35 UTC 2019 - Michael Vetter <mvetter@suse.com>

- Add sourcetrail-link.patch: link against LIB_PROJECT_NAME
- Add sourcetrail-pull784.patch:
  https://github.com/CoatiSoftware/Sourcetrail/pull/784

-------------------------------------------------------------------
Tue Nov 19 13:09:48 UTC 2019 - Michael Vetter <mvetter@suse.com>

- Initial package in version 2019.4.61 for openSUSE
- Add sourcetrail-static.patch:
  https://github.com/CoatiSoftware/Sourcetrail/issues/758
- Add sourcetrail-return-nonvoid.patch:
  https://github.com/CoatiSoftware/Sourcetrail/pull/760
- Add sourcetrail-lib-order.patch:
  https://github.com/CoatiSoftware/Sourcetrail/pull/755                                                                                                   
- Add sourcetrail-nonvoid-searchname.patch:
  https://github.com/CoatiSoftware/Sourcetrail/pull/761                                                                                                   
- Add sourcetrail-nonvoid-more.patch
  See:
  * https://github.com/CoatiSoftware/Sourcetrail/pull/767
  * https://github.com/CoatiSoftware/Sourcetrail/pull/768
openSUSE Build Service is sponsored by