Compare commits

...

3 Commits

Author SHA1 Message Date
Heiko Becker
824dbe1c21 GIT_SILENT Update Appstream for new release 2022-10-10 22:06:36 +02:00
Heiko Becker
b77ec8ee3e GIT_SILENT Upgrade release service version to 22.08.2. 2022-10-10 21:37:32 +02:00
Jean-Baptiste Mardelle
b96f3f051c Fix config and render ui tab order 2022-10-09 16:17:32 +02:00
14 changed files with 196 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.16)
# KDE Application Version, managed by release script
set (RELEASE_SERVICE_VERSION_MAJOR "22")
set (RELEASE_SERVICE_VERSION_MINOR "08")
set (RELEASE_SERVICE_VERSION_MICRO "1")
set (RELEASE_SERVICE_VERSION_MICRO "2")
set(KDENLIVE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")

View File

@@ -242,6 +242,7 @@
</ul>
</description>
<releases>
<release version="22.08.2" date="2022-10-13"/>
<release version="22.08.1" date="2022-09-08"/>
<release version="22.08.0" date="2022-08-18">
<url type="details">https://kdenlive.org/en/2022/08/kdenlive-22-08-released</url>
@@ -263,7 +264,6 @@
</description>
</release>
<release version="22.04.3" date="2022-07-07"/>
<release version="22.04.2" date="2022-06-09"/>
</releases>
<url type="homepage">https://kdenlive.org/</url>
<url type="bugtracker">https://bugs.kde.org</url>

View File

@@ -640,6 +640,14 @@
<tabstops>
<tabstop>kcfg_defaultcapture</tabstop>
<tabstop>tabWidget</tabstop>
<tabstop>kcfg_v4l_capturevideo</tabstop>
<tabstop>kcfg_detectedv4ldevices</tabstop>
<tabstop>kcfg_video4vdevice</tabstop>
<tabstop>kcfg_v4l_format</tabstop>
<tabstop>config_v4l</tabstop>
<tabstop>kcfg_v4l_captureaudio</tabstop>
<tabstop>kcfg_v4l_alsadevice</tabstop>
<tabstop>kcfg_alsachannels</tabstop>
<tabstop>kcfg_grab_capture_type</tabstop>
<tabstop>kcfg_grab_follow_mouse</tabstop>
<tabstop>kcfg_grab_hide_frame</tabstop>
@@ -647,6 +655,14 @@
<tabstop>kcfg_grab_offsety</tabstop>
<tabstop>kcfg_grab_width</tabstop>
<tabstop>kcfg_grab_height</tabstop>
<tabstop>kcfg_grab_fps</tabstop>
<tabstop>kcfg_grab_hide_mouse</tabstop>
<tabstop>kcfg_decklink_capturedevice</tabstop>
<tabstop>kcfg_decklink_filename</tabstop>
<tabstop>kcfg_defaultaudiocapture</tabstop>
<tabstop>kcfg_audiocapturevolume</tabstop>
<tabstop>audiocapturechannels</tabstop>
<tabstop>audiocapturesamplerate</tabstop>
</tabstops>
<resources/>
<connections/>

View File

@@ -69,6 +69,11 @@
<header>kcolorbutton.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>kcfg_thumbColor1</tabstop>
<tabstop>kcfg_thumbColor2</tabstop>
<tabstop>kcfg_overlayColor</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

View File

@@ -396,6 +396,32 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>kcfg_proxythreads</tabstop>
<tabstop>kcfg_nice_tasks</tabstop>
<tabstop>tabWidget</tabstop>
<tabstop>ffmpegurl</tabstop>
<tabstop>ffplayurl</tabstop>
<tabstop>ffprobeurl</tabstop>
<tabstop>mltpathurl</tabstop>
<tabstop>rendererpathurl</tabstop>
<tabstop>mediainfourl</tabstop>
<tabstop>tmppathurl</tabstop>
<tabstop>kcfg_capturetoprojectfolder</tabstop>
<tabstop>capturefolderurl</tabstop>
<tabstop>kcfg_librarytodefaultfolder</tabstop>
<tabstop>libraryfolderurl</tabstop>
<tabstop>kcfg_videotodefaultfolder</tabstop>
<tabstop>videofolderurl</tabstop>
<tabstop>kcfg_defaultimageapp</tabstop>
<tabstop>kp_image</tabstop>
<tabstop>kcfg_defaultaudioapp</tabstop>
<tabstop>kp_audio</tabstop>
<tabstop>kcfg_glaxnimatePath</tabstop>
<tabstop>kp_anim</tabstop>
<tabstop>kcfg_addedExtensions</tabstop>
<tabstop>supportedmimes</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

View File

@@ -78,7 +78,8 @@
<string>...</string>
</property>
<property name="icon">
<iconset theme="view-refresh"/>
<iconset theme="view-refresh">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
@@ -371,13 +372,27 @@
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QLineEdit</class>
<extends>QLineEdit</extends>
<header>klineedit.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>kcfg_enableshuttle</tabstop>
<tabstop>shuttledevicelist</tabstop>
<tabstop>toolBtnReload</tabstop>
<tabstop>kcfg_shuttledevice</tabstop>
<tabstop>shuttle1</tabstop>
<tabstop>shuttle2</tabstop>
<tabstop>shuttle3</tabstop>
<tabstop>shuttle4</tabstop>
<tabstop>shuttle5</tabstop>
<tabstop>shuttle6</tabstop>
<tabstop>shuttle7</tabstop>
<tabstop>shuttle8</tabstop>
<tabstop>shuttle9</tabstop>
<tabstop>shuttle10</tabstop>
<tabstop>shuttle11</tabstop>
<tabstop>shuttle12</tabstop>
<tabstop>shuttle13</tabstop>
<tabstop>shuttle14</tabstop>
<tabstop>shuttle15</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

View File

@@ -278,6 +278,7 @@
<tabstop>kcfg_use_exiftool</tabstop>
<tabstop>kcfg_use_magicLantern</tabstop>
<tabstop>kcfg_tabposition</tabstop>
<tabstop>preferredcomposite</tabstop>
<tabstop>kcfg_color_duration</tabstop>
<tabstop>kcfg_title_duration</tabstop>
<tabstop>kcfg_transition_duration</tabstop>
@@ -287,6 +288,7 @@
<tabstop>kcfg_fade_duration</tabstop>
<tabstop>kcfg_subtitle_duration</tabstop>
<tabstop>kcfg_autoimagesequence</tabstop>
<tabstop>kcfg_ignoresubdirstructure</tabstop>
</tabstops>
<resources/>
<connections/>

View File

@@ -141,6 +141,14 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>kcfg_videotracks</tabstop>
<tabstop>kcfg_audiotracks</tabstop>
<tabstop>kcfg_audio_channels</tabstop>
<tabstop>kcfg_customprojectfolder</tabstop>
<tabstop>projecturl</tabstop>
<tabstop>kcfg_sameprojectfolder</tabstop>
</tabstops>
<resources/>
<connections>
<connection>

View File

@@ -188,6 +188,17 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>kcfg_enableproxy</tabstop>
<tabstop>kcfg_generateproxy</tabstop>
<tabstop>kcfg_proxyminsize</tabstop>
<tabstop>kcfg_generateimageproxy</tabstop>
<tabstop>kcfg_proxyimageminsize</tabstop>
<tabstop>kcfg_proxyimagesize</tabstop>
<tabstop>kcfg_proxyscale</tabstop>
<tabstop>kcfg_externalproxy</tabstop>
<tabstop>kcfg_external_proxy_profile</tabstop>
</tabstops>
<resources/>
<connections>
<connection>

View File

@@ -200,6 +200,18 @@
<header>kcolorbutton.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>kcfg_gpu_accel</tabstop>
<tabstop>kcfg_audio_backend</tabstop>
<tabstop>kcfg_audio_driver</tabstop>
<tabstop>kcfg_audio_device</tabstop>
<tabstop>kcfg_volume</tabstop>
<tabstop>fullscreen_monitor</tabstop>
<tabstop>kcfg_window_background</tabstop>
<tabstop>kcfg_external_display</tabstop>
<tabstop>kcfg_blackmagic_output_device</tabstop>
<tabstop>reload_blackmagic</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

View File

@@ -33,7 +33,8 @@
<string>...</string>
</property>
<property name="icon">
<iconset theme="edit-delete"/>
<iconset theme="edit-delete">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
@@ -76,7 +77,8 @@
<string>...</string>
</property>
<property name="icon">
<iconset theme="list-add"/>
<iconset theme="list-add">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
@@ -89,7 +91,8 @@
<string>Check configuration</string>
</property>
<property name="icon">
<iconset theme="view-refresh"/>
<iconset theme="view-refresh">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
@@ -131,6 +134,13 @@
<header>kmessagewidget.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>custom_vosk_folder</tabstop>
<tabstop>vosk_folder</tabstop>
<tabstop>button_add</tabstop>
<tabstop>button_delete</tabstop>
<tabstop>check_vosk</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

View File

@@ -250,12 +250,22 @@
</layout>
</widget>
<tabstops>
<tabstop>kcfg_videothumbnails</tabstop>
<tabstop>kcfg_audiothumbnails</tabstop>
<tabstop>kcfg_displayallchannels</tabstop>
<tabstop>kcfg_ffmpegaudiothumbnails</tabstop>
<tabstop>kcfg_showmarkers</tabstop>
<tabstop>kcfg_autoscroll</tabstop>
<tabstop>kcfg_pauseonseek</tabstop>
<tabstop>kcfg_jumptostart</tabstop>
<tabstop>kcfg_seekonaddeffect</tabstop>
<tabstop>kcfg_scrollvertically</tabstop>
<tabstop>kcfg_trackheight</tabstop>
<tabstop>kcfg_multistream</tabstop>
<tabstop>kcfg_multistream_checktrack</tabstop>
<tabstop>kcfg_raisepropsclips</tabstop>
<tabstop>kcfg_raisepropstransitions</tabstop>
<tabstop>kcfg_raisepropstracks</tabstop>
</tabstops>
<resources/>
<connections>

View File

@@ -106,6 +106,16 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>profiles_list</tabstop>
<tabstop>profile_description</tabstop>
<tabstop>profile_extension</tabstop>
<tabstop>profile_audioonly</tabstop>
<tabstop>profile_parameters</tabstop>
<tabstop>button_add</tabstop>
<tabstop>button_update</tabstop>
<tabstop>button_delete</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

View File

@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>900</width>
<width>874</width>
<height>900</height>
</rect>
</property>
@@ -444,7 +444,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>313</width>
<width>300</width>
<height>952</height>
</rect>
</property>
@@ -1070,6 +1070,62 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>tabWidget</tabstop>
<tabstop>optionsGroup</tabstop>
<tabstop>buttonNew</tabstop>
<tabstop>buttonDownload</tabstop>
<tabstop>buttonSaveAs</tabstop>
<tabstop>buttonEdit</tabstop>
<tabstop>buttonDelete</tabstop>
<tabstop>profileTree</tabstop>
<tabstop>render_full</tabstop>
<tabstop>render_zone</tabstop>
<tabstop>render_guide</tabstop>
<tabstop>render_multi</tabstop>
<tabstop>guide_start</tabstop>
<tabstop>guide_end</tabstop>
<tabstop>guideCategoryCombo</tabstop>
<tabstop>options</tabstop>
<tabstop>buttonRender</tabstop>
<tabstop>buttonGenerateScript</tabstop>
<tabstop>buttonClose</tabstop>
<tabstop>video_box</tabstop>
<tabstop>render_at_preview_res</tabstop>
<tabstop>proxy_render</tabstop>
<tabstop>rescale</tabstop>
<tabstop>rescale_width</tabstop>
<tabstop>rescale_height</tabstop>
<tabstop>rescale_keep</tabstop>
<tabstop>tc_type</tabstop>
<tabstop>audio_box</tabstop>
<tabstop>stemAudioExport</tabstop>
<tabstop>qualityGroup</tabstop>
<tabstop>quality</tabstop>
<tabstop>speed</tabstop>
<tabstop>encoder_threads</tabstop>
<tabstop>processing_box</tabstop>
<tabstop>processing_threads</tabstop>
<tabstop>checkTwoPass</tabstop>
<tabstop>export_meta</tabstop>
<tabstop>embed_subtitles</tabstop>
<tabstop>open_browser</tabstop>
<tabstop>play_after</tabstop>
<tabstop>advanced_params</tabstop>
<tabstop>running_jobs</tabstop>
<tabstop>hide_log</tabstop>
<tabstop>error_log</tabstop>
<tabstop>shutdown</tabstop>
<tabstop>abort_job</tabstop>
<tabstop>start_job</tabstop>
<tabstop>clean_up</tabstop>
<tabstop>shareButton</tabstop>
<tabstop>buttonClose2</tabstop>
<tabstop>scripts_list</tabstop>
<tabstop>start_script</tabstop>
<tabstop>delete_script</tabstop>
<tabstop>buttonClose3</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>