Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KWin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
58
Merge Requests
58
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
KWin
Commits
90a73b39
Commit
90a73b39
authored
Feb 16, 2020
by
Yuri Chornoivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extract messages from header file as well, optimize extraction
parent
7cee10d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
effects/Messages.sh
effects/Messages.sh
+1
-1
kcmkwin/kwindecoration/Messages.sh
kcmkwin/kwindecoration/Messages.sh
+0
-2
No files found.
effects/Messages.sh
View file @
90a73b39
#! /usr/bin/env bash
$EXTRACTRC
`
find
.
-name
\*
.ui
`
>>
rc.cpp
||
exit
11
$XGETTEXT
`
find
.
-name
\*
.cpp
`
-o
$podir
/kwin_effects.pot
$XGETTEXT
`
find
.
-name
\*
.cpp
-o
-name
\*
.h
`
-o
$podir
/kwin_effects.pot
rm
-f
rc.cpp
kcmkwin/kwindecoration/Messages.sh
100755 → 100644
View file @
90a73b39
#! /usr/bin/env bash
$EXTRACTRC
`
find
.
-name
"*.ui"
`
>>
rc.cpp
||
exit
11
$XGETTEXT
`
find
.
-name
"*.cpp"
-o
-name
"*.qml"
`
-o
$podir
/kcm_kwindecoration.pot
rm
-f
rc.cpp
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