All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Qt Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:56, 24 August 2024 Joger talk contribs created page User:Joger/FFmpeg (Created page with "FFmpeg things Low latency streaming <code> mediamtx ffmpeg -filter_complex ddagrab=video_size=1024x890:output_idx=0:framerate=60,hwdownload,format=bgra -fflags nobuffer -vcodec libx264 -tune zerolatency -f rtsp rtsp://127.0.0.1:8554/webcam.h264 ffplay rtsp://127.0.0.1:8554/webcam.h264 -fflags nobuffer -flags low_delay -framedrop </code?")
- 10:38, 23 August 2024 Allan Jensen talk contribs created page QtWebEngine/WorkShop 2024 October (Created page with "When: 2024-10-10 - 2024-10-11 Agenda == Agenda == === Thursday === * 126-based status * WebEngine Use Cases * Qt 6.9 planning ** Windows ARM support ** Extension API. * Further roadmapping === Friday === * Backlog grooming === Summary === What to do better next time?")
- 20:51, 21 August 2024 Pranta Ghosh Dastider talk contribs created page File:QtCreator change mode.png
- 20:51, 21 August 2024 Pranta Ghosh Dastider talk contribs uploaded File:QtCreator change mode.png
- 14:23, 21 August 2024 Pranta Ghosh Dastider talk contribs created page File:QtCreator QML Puppet turn the macro on.png
- 14:23, 21 August 2024 Pranta Ghosh Dastider talk contribs uploaded File:QtCreator QML Puppet turn the macro on.png
- 14:17, 21 August 2024 Pranta Ghosh Dastider talk contribs created page File:QML Puppet build environment setup.png
- 14:17, 21 August 2024 Pranta Ghosh Dastider talk contribs uploaded File:QML Puppet build environment setup.png
- 16:18, 20 August 2024 Pranta Ghosh Dastider talk contribs created page File:QtCreator project compile.png
- 16:18, 20 August 2024 Pranta Ghosh Dastider talk contribs uploaded File:QtCreator project compile.png
- 16:15, 20 August 2024 Pranta Ghosh Dastider talk contribs created page File:QtCreator project view build install.png
- 16:15, 20 August 2024 Pranta Ghosh Dastider talk contribs uploaded File:QtCreator project view build install.png
- 16:03, 20 August 2024 Pranta Ghosh Dastider talk contribs created page File:QtCreator project view build.png
- 16:03, 20 August 2024 Pranta Ghosh Dastider talk contribs uploaded File:QtCreator project view build.png
- 16:00, 20 August 2024 Pranta Ghosh Dastider talk contribs created page File:QtCreator project view.png
- 16:00, 20 August 2024 Pranta Ghosh Dastider talk contribs uploaded File:QtCreator project view.png
- 13:49, 20 August 2024 Pranta Ghosh Dastider talk contribs created page File:Kit management add new kit version.png
- 13:49, 20 August 2024 Pranta Ghosh Dastider talk contribs uploaded File:Kit management add new kit version.png
- 13:17, 20 August 2024 Pranta Ghosh Dastider talk contribs created page File:Kit management add new kit.png
- 13:17, 20 August 2024 Pranta Ghosh Dastider talk contribs uploaded File:Kit management add new kit.png
- 10:58, 20 August 2024 Pranta Ghosh Dastider talk contribs created page File:Kit management.png
- 10:58, 20 August 2024 Pranta Ghosh Dastider talk contribs uploaded File:Kit management.png
- 09:44, 20 August 2024 Pranta Ghosh Dastider talk contribs created page File:Kit preferences.png
- 09:44, 20 August 2024 Pranta Ghosh Dastider talk contribs uploaded File:Kit preferences.png
- 15:55, 19 August 2024 Pranta Ghosh Dastider talk contribs created page File:Kit select.png
- 15:55, 19 August 2024 Pranta Ghosh Dastider talk contribs uploaded File:Kit select.png
- 09:47, 16 August 2024 Pranta Ghosh Dastider talk contribs created page Install new kit to Qt Design Studio (Qt Design Studio comes pre-installed with Qt6 kit (as of in Qt Design Studio 4.0). This kit is a stripped down version of Qt and cannot be used in production as such. In case a custom setup is needed, the configuration of the Qt Design Studio needs to be changed. This document describes the steps to use Qt Design Studio with an environment based on the standard Qt kit installation. It also describes the workflow for enabling custom kit on Windows environment.) Tag: Visual edit
- 13:51, 11 August 2024 Joger talk contribs created page File:Image.png
- 13:51, 11 August 2024 Joger talk contribs uploaded File:Image.png
- 16:44, 8 August 2024 Joger talk contribs moved page Color Management to User:Joger/Color Management
- 16:43, 8 August 2024 Joger talk contribs moved page Building Qt Multimedia with FFmpeg to User:Joger/Building Qt Multimedia with FFmpeg
- 16:43, 8 August 2024 Joger talk contribs moved page Building Qt Multimedia for Android to User:Joger/Building Qt Multimedia for Android
- 19:06, 5 August 2024 Joger talk contribs created page User:Joger/Embedded (Created page with "== Obtaining the system image == === Option 1 === Build your own system image and SDK using Yocto <ref>https://doc.qt.io/Boot2Qt/b2qt-how-to-create-b2qt-image.html</ref>. <syntaxhighlight lang="bash"> mkdir ~/Projects/qt-yocto cd ~/Projects/qt-yocto repo init -u git://code.qt.io/yocto/boot2qt-manifest -m 6.8.xml repo sync export MACHINE=raspberrypi4-64 source setup-environment.sh bitbake meta-b2qt-embedded-qbsp </syntaxhighlight>The bitbake output is a Qt board support...") Tag: Visual edit
- 20:01, 30 July 2024 Marc Mutz talk contribs created page Glossary (Initial items: DRY, SCARY, SEP)
- 11:20, 27 June 2024 Croitor Alexandru talk contribs created page SBOM (Created page with "Category:Developing Qt::Qt Build System ===Qt Software Bill of Materials (SBOM)=== Starting with Qt 6.8, when building Qt, the build system can generate and install an SBOM in the SPDX 2.3 format. A SPDX SBOM document contains the following kinds of information: installed files checksums, copyrights, licenses, dependency versions, urls, git commits, etc. Each built repository (qtbase, qtsvg) will install a separate SPDX document, e.g. $qt_prefix/sbom/qtbase-6.8.0...")
- 11:12, 24 June 2024 Thomas Hartmann talk contribs created page QtDesignStudio-changelog4.5.1 (Created page with "Bug Fixes * Added new Design Effects as Beta (QDS-11085) * Fixed that Qt Design Studio cannot import multi level directories (QDS-12793) * Added check for correct Qt version in cmake file (QDS-12798) * Added warning if URI in qmldir is not consistent with file path (QDS-12799) * Fixed that Component View incorrectly prompts nested module names (QDS-12813) * Fixed that fonts and assets are not part of qmlproject config (QDS-12951) * Fixed that design in 2D Vi...") Tag: Visual edit: Switched
- 12:44, 17 June 2024 MrGToF talk contribs created page Qt for Python/fr (Created page with "Category:Qt for Python {{LangSwitch}} ==Qt for Python== thumb|left|Qt for Python official logo. Le projet ''[https://www.qt.io/qt-for-python Qt for Python]'' vise à fournir un portage complet du module PySide vers Qt. Le développement a commencé sur [https://github.com/PySide GitHub] en mai 2015. Le projet a réussi à porter PySide vers Qt 5.3, 5.4 & 5.5. En avril 2016, The Qt Company a décidé de supporter correctement le portag...")
- 12:42, 17 June 2024 Srce talk contribs created page Talk:QThreads general usage (Add some discussion)
- 14:30, 10 June 2024 LexCaz talk contribs created page User:LexCaz (Created page with "Hi! My name is Alexei Cazacov. I am a Senior Technical Writer at Qt in Oulu since May, 2, 2024. Mostly focused on Qt Framework documentation.")
- 06:04, 7 June 2024 Kkoehne talk contribs moved page Spelling Module Names in Qt Documentation to Spelling Qt Module Names in Qt Documentation (Use canonical 'Qt Module', not just module)
- 16:09, 5 June 2024 Tero Heikkinen talk contribs created page Qt 6.8 Tools and Versions (Software configurations for Qt 6.8.0)
- 14:43, 5 June 2024 Kkoehne talk contribs moved page QDocLinkingGuidelines to QDoc Linking Guidelines
- 14:38, 5 June 2024 PedroB talk contribs created page Category:QtCS24 (Created page with "Pages related to the Qt Contributor Summit 2024") Tag: Visual edit
- 14:37, 5 June 2024 PedroB talk contribs created page Qt Contributor Summit 2024 - Program (Created page with "'''Event main page:''' Qt Contributor Summit 2024 Please, add your sessions/talks/presentations to the table by the end of the page. → <small>'''If you have any issues while editing this page, please contact Pedro Bessa directly at pedro.bessa@qt.io'''</small> {| class="wikitable" !Topic !Speaker !Format !Summary |- |''Topic Title'' |''Add Your Name(s)'' |''Discussion/Presentation/Workshop/...'' |''Add a short paragraph about the scope of the proposed talk.'' |-...") Tag: Visual edit
- 14:36, 5 June 2024 PedroB talk contribs created page Qt Contributor Summit 2024 (Created page with "Join our discussions at our Qt Contributor Summit 2024! ==General Info== Sep 5th - 6th, 2024 CCW (Congress Centrum Würzburg) Pleichertorstraße, 97070 Würzburg, Germany Our event is back to back with KDE's Akademy, so you can register for their event as well: <nowiki>https://akademy.kde.org/2024/</nowiki> ==Registration== Please, register '''[https://forms.office.com/Pages/ResponsePage.aspx?id=Z7HQIE15ikSdAarszBEkrArpzSaOjg5Akg0mgdu88JlUNzZTUEk3Q1BURkZWS09PUUdQRU...") Tag: Visual edit
- 18:11, 24 May 2024 Jkobus talk contribs created page File:Spyrosoft.jpeg (TaskTree presentation in Technopark Pomerania at the invitation of Spyrosoft on 18 Oct 2023)
- 18:11, 24 May 2024 Jkobus talk contribs uploaded File:Spyrosoft.jpeg (TaskTree presentation in Technopark Pomerania at the invitation of Spyrosoft on 18 Oct 2023)
- 12:32, 21 May 2024 Thomas Hartmann talk contribs created page QtDesignStudio-changelog4.5.0 (Created page with "The Qt Design Studio 4.5.0 release contains bug fixes and new features. The most important changes are listed in this document. For a complete list of changes, see the release reports of Qt Design Studio 4.5.0: https://bugreports.qt.io/projects/QDS/versions/21211 General * Added new Design Effects as Beta (QDS-11085) * Added Fly Mode to 3D View (QDS-11698) * Added tooling for Fresnel in materials (QDS-11696) * Updated to Qt 6.7 for runtime (QDS-12294) * Added cust...") Tag: Visual edit: Switched
- 11:59, 21 May 2024 Jani Heikkinen talk contribs created page Qt 6.8 Modules (Created page with "{| class="wikitable" |- !Repository!!Module!!Essential / Add-on / Not supported in 6.8!!In installer main package!!Separate item in installer UI!!Comments |- |qt3d||Qt 3D||Add-On|| ||X | |- |qt5compat||Qt5 Compatibility Module||Add-On|| ||X|| |- |qtactiveqt||Active Qt||Add-On|| ||X|| |- |qtandroidextras |Qt Android Extras |Add-On | | |No separate module but included in Qt Base |- |qtapplicationmanager |Qt Application Manager |Add-On | |X |In commercial installers only |-...")
- 10:32, 21 May 2024 Rampe talk contribs created page QtMultimedia on Android (Created page with "muu") Tag: Visual edit