summarylogtreecommitdiffstats
path: root/patchfile.patch
diff options
context:
space:
mode:
authorRoland Suchan2022-09-03 15:21:07 +0200
committerRoland Suchan2022-09-03 15:21:07 +0200
commit892dba29476b2544b59bd215f0c0daa0d62ed703 (patch)
tree065e04ce123bedf2e1696d1bf6482e31c4ddcc59 /patchfile.patch
parentd1c77cbc17dea5e632ff3c55cee9a703e0a89aeb (diff)
downloadaur-892dba29476b2544b59bd215f0c0daa0d62ed703.tar.gz
version 2.1
Diffstat (limited to 'patchfile.patch')
-rw-r--r--patchfile.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/patchfile.patch b/patchfile.patch
new file mode 100644
index 000000000000..848c4636131b
--- /dev/null
+++ b/patchfile.patch
@@ -0,0 +1,27 @@
+diff -upr ffDiaporama.r0/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp ffDiaporama.r1/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp
+--- ffDiaporama.r0/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp 2014-02-09 09:47:04.000000000 +0000
++++ ffDiaporama.r1/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp 2022-09-03 09:49:31.314912000 +0000
+@@ -1123,11 +1123,11 @@ void QCustomFolderTable::DoScanMediaList
+
+ for (int ItemIndex=0;(ItemIndex<MediaList.count())&&(!StopScanMediaList)&&(!StopAllEvent);ItemIndex++) {
+ if (!MediaList[ItemIndex].IsInformationValide) {
+- cBaseMediaFile *MediaObject=MediaList[ItemIndex].CreateBaseMediaFile();
+- MediaObject->GetFullInformationFromFile(); // Get full information
++ //cBaseMediaFile *MediaObject=MediaList[ItemIndex].CreateBaseMediaFile(); //ooo
++ //MediaObject->GetFullInformationFromFile(); // Get full information //ooo
+
+ // Update display
+- while (!MediaList[ItemIndex].TextToDisplay.isEmpty()) MediaList[ItemIndex].TextToDisplay.removeLast();
++ /*while (!MediaList[ItemIndex].TextToDisplay.isEmpty()) MediaList[ItemIndex].TextToDisplay.removeLast();
+ if (CurrentMode==DISPLAY_DATA) {
+ QStringList ExtendedProperties;
+ ApplicationConfig->FilesTable->GetExtendedProperties(MediaObject->FileKey,&ExtendedProperties);
+@@ -1139,7 +1139,7 @@ void QCustomFolderTable::DoScanMediaList
+ int Col=ItemIndex-Row*columnCount();
+ update(model()->index(Row,Col));
+ }
+- delete MediaObject;
++ delete MediaObject;*/ //ooo
+ }
+ if ((MediaList[ItemIndex].ObjectType==OBJECTTYPE_MUSICFILE)||(MediaList[ItemIndex].ObjectType==OBJECTTYPE_VIDEOFILE)||(MediaList[ItemIndex].ObjectType==OBJECTTYPE_FFDFILE))
+ CurrentShowDuration=CurrentShowDuration+QTime(0,0,0,0).msecsTo(MediaList[ItemIndex].Duration);