Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Pim
Commits
8a7a8906
Commit
8a7a8906
authored
Apr 06, 2012
by
Laurent Montel
😁
Browse files
Fix Bug 192825 - Smiley selector in composer
FIXED-IN: 4.9 BUG: 192825
parent
8f9295d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8a7a8906
...
...
@@ -131,7 +131,7 @@ include(KDE4Defaults)
include
(
MacroLibrary
)
include
(
CheckIncludeFiles
)
include
(
MacroBoolTo01
)
find_package
(
KdepimLibs 4.8.4
0
REQUIRED
)
find_package
(
KdepimLibs 4.8.4
2
REQUIRED
)
############### Load the CTest options ###############
...
...
kmail/kmcomposerui.rc
View file @
8a7a8906
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd" >
<kpartgui
version=
"41
1
"
name=
"kmcomposer"
>
<kpartgui
version=
"41
2
"
name=
"kmcomposer"
>
<MenuBar>
<Menu
noMerge=
"1"
name=
"file"
>
<text>
&
Message
</text>
...
...
@@ -99,6 +99,8 @@
<Separator/>
<Action
name=
"sign_message"
/>
<Action
name=
"encrypt_message"
/>
<Separator/>
<Action
name=
"add_emoticon"
/>
</ToolBar>
<ToolBar
noMerge=
"1"
newline=
"true"
hidden=
"true"
enable=
"0"
name=
"htmlToolBar"
iconText=
"icononly"
>
<text>
HTML Toolbar
</text>
...
...
messagecomposer/composerviewbase.cpp
View file @
8a7a8906
...
...
@@ -1163,6 +1163,7 @@ void Message::ComposerViewBase::setEditor ( Message::KMeditor* editor )
KRichTextWidget
::
SupportRuleLine
|
KRichTextWidget
::
SupportHyperlinks
);
m_editor
->
enableImageActions
();
m_editor
->
enableEmoticonActions
();
m_editor
->
document
()
->
setModified
(
false
);
...
...
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