Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
Vivy
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Elliu
Vivy
Validations
d633e0fe
Vérifiée
Valider
d633e0fe
rédigé
Il y a 3 ans
par
Kubat
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
DOC: Small little updates to doc
parent
f50f5665
Branches
Branches contenant la validation
Étiquettes
Étiquettes contenant la validation
1 requête de fusion
!16
Add a way to execute a Lua file with Vivy in a click-click way
Modifications
3
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
3 fichiers modifiés
CONTRIBUTING.md
+1
-3
1 ajout, 3 suppressions
CONTRIBUTING.md
src/Lib/Utils.hh
+4
-6
4 ajouts, 6 suppressions
src/Lib/Utils.hh
src/VivyApplication.hh
+2
-2
2 ajouts, 2 suppressions
src/VivyApplication.hh
avec
7 ajouts
et
11 suppressions
CONTRIBUTING.md
+
1
−
3
Voir le fichier @
d633e0fe
...
@@ -54,6 +54,4 @@ Some of the feature may not be
...
@@ -54,6 +54,4 @@ Some of the feature may not be
used or not already be in use for multiple reasons:
used or not already be in use for multiple reasons:
-
the new C++20 modules feature is not used because I don't know how it
-
the new C++20 modules feature is not used because I don't know how it
will play with
`moc`
. It's not supported by clangd for now anyway
will play with
`moc`
. It's not supported by clangd for now anyway.
Ce diff est replié.
Cliquez pour l'agrandir.
src/Lib/Utils.hh
+
4
−
6
Voir le fichier @
d633e0fe
...
@@ -136,7 +136,7 @@ enum class DocumentType : quint64 {
...
@@ -136,7 +136,7 @@ enum class DocumentType : quint64 {
/* Meta-types */
/* Meta-types */
Audio
=
(
WAVE
|
OGG
|
MP3
|
M4A
|
OPUS
|
MP2
|
AIFF
|
FLAC
|
ALAC
),
Audio
=
(
WAVE
|
OGG
|
MP3
|
M4A
|
OPUS
|
MP2
|
AIFF
|
FLAC
|
ALAC
),
Video
=
(
MKV
|
MP4
|
MOV
|
AVI
|
AV1
|
M4V
|
FLV
)
,
Video
=
(
MKV
|
MP4
|
MOV
|
AVI
|
AV1
|
M4V
|
FLV
)
};
};
template
<
typename
E
>
constexpr
auto
template
<
typename
E
>
constexpr
auto
...
@@ -175,7 +175,7 @@ enum class AudioDocumentType : quint64 {
...
@@ -175,7 +175,7 @@ enum class AudioDocumentType : quint64 {
MP2
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
MP2
),
MP2
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
MP2
),
AIFF
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
AIFF
),
AIFF
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
AIFF
),
FLAC
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
FLAC
),
FLAC
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
FLAC
),
ALAC
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
ALAC
)
,
ALAC
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
ALAC
)
};
};
// Video document types
// Video document types
...
@@ -186,13 +186,11 @@ enum class VideoDocumentType : quint64 {
...
@@ -186,13 +186,11 @@ enum class VideoDocumentType : quint64 {
AVI
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
AVI
),
AVI
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
AVI
),
AV1
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
AV1
),
AV1
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
AV1
),
M4V
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
M4V
),
M4V
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
M4V
),
FLV
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
FLV
)
,
FLV
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
FLV
)
};
};
// Ass document types
// Ass document types
enum
class
AssDocumentType
:
quint64
{
enum
class
AssDocumentType
:
quint64
{
ASS
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
ASS
)
};
ASS
=
Utils
::
toUnderlying
(
Utils
::
DocumentType
::
ASS
),
};
}
}
class
QMenu
;
class
QMenu
;
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
src/VivyApplication.hh
+
2
−
2
Voir le fichier @
d633e0fe
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter