Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
76ab34ae
Kaydet (Commit)
76ab34ae
authored
Agu 30, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
didn't know about the dockingwindows
Change-Id: I25c1361ed7b87abf4f78fb09aeea65206f7be040
üst
4e0d84c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
count-todo-dialogs
bin/count-todo-dialogs
+3
-1
No files found.
bin/count-todo-dialogs
Dosyayı görüntüle @
76ab34ae
...
@@ -21,6 +21,7 @@ queryboxes=0
...
@@ -21,6 +21,7 @@ queryboxes=0
warningboxes
=
0
warningboxes
=
0
msgboxes
=
0
msgboxes
=
0
floatingwindows
=
`
git
grep
-h
FloatingWindow
--
*
.src|grep
-v
HelpID|cut
-d
' '
-f2-
|sort|uniq|wc
-l
`
floatingwindows
=
`
git
grep
-h
FloatingWindow
--
*
.src|grep
-v
HelpID|cut
-d
' '
-f2-
|sort|uniq|wc
-l
`
dockingwindows
=
`
git
grep
-h
DockingWindow
--
*
.src|grep
-v
HelpID|grep
-v
hrc|cut
-d
' '
-f2-
|sort|uniq|wc
-l
`
echo
There are
$dialogs
unconverted dialogs
echo
There are
$dialogs
unconverted dialogs
echo
There are
$tabpages
unconverted tabpages
echo
There are
$tabpages
unconverted tabpages
...
@@ -30,8 +31,9 @@ echo There are $queryboxes unconverted queryboxes
...
@@ -30,8 +31,9 @@ echo There are $queryboxes unconverted queryboxes
echo
There are
$warningboxes
unconverted warningboxes
echo
There are
$warningboxes
unconverted warningboxes
echo
There are
$msgboxes
unconverted msgboxes
echo
There are
$msgboxes
unconverted msgboxes
echo
There are
$floatingwindows
unconverted floatingwindows
echo
There are
$floatingwindows
unconverted floatingwindows
echo
There are
$dockingwindows
unconverted dockingwindows
num
=
$((
$floatingwindows
))
num
=
$((
$floatingwindows
+
dockingwindows
))
echo
An estimated additional
$num
.ui are required
echo
An estimated additional
$num
.ui are required
percent
=
$((
$converted
*
100
/
(
$num
+
$converted
))
)
percent
=
$((
$converted
*
100
/
(
$num
+
$converted
))
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment