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
K
KDE Pim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
Unmaintained
KDE Pim
Commits
8a03e6bf
Commit
8a03e6bf
authored
Feb 05, 2013
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use KTextEdit in note so we can spell check and co
parent
4a88f813
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
21 deletions
+31
-21
blogilo/src/backend.cpp
blogilo/src/backend.cpp
+2
-1
blogilo/src/mainwindow.cpp
blogilo/src/mainwindow.cpp
+1
-0
blogilo/src/ui/toolboxbase.ui
blogilo/src/ui/toolboxbase.ui
+28
-20
No files found.
blogilo/src/backend.cpp
View file @
8a03e6bf
...
...
@@ -137,7 +137,8 @@ void Backend::entriesListed( const QList< KBlog::BlogPost > & posts )
kDebug
()
<<
"Blog Id: "
<<
d
->
bBlog
->
id
();
// DBMan::self()->clearPosts( d->bBlog->id() );
for
(
int
i
=
0
;
i
<
posts
.
count
();
i
++
)
{
const
int
postCount
(
posts
.
count
());
for
(
int
i
=
0
;
i
<
postCount
;
++
i
)
{
BilboPost
tempPost
(
posts
.
at
(
i
)
);
if
(
Settings
::
changeNToBreak
())
{
tempPost
.
setContent
(
tempPost
.
content
().
replace
(
QLatin1Char
(
'\n'
),
QLatin1String
(
"<br/>"
)
)
);
...
...
blogilo/src/mainwindow.cpp
View file @
8a03e6bf
...
...
@@ -56,6 +56,7 @@
#include <kimagefilepreview.h>
#include "uploadmediadialog.h"
#include <QTimer>
#include <QKeyEvent>
#include <KToolInvocation>
#include <KMenu>
...
...
blogilo/src/ui/toolboxbase.ui
View file @
8a03e6bf
...
...
@@ -27,7 +27,7 @@
<x>
0
</x>
<y>
0
</y>
<width>
343
</width>
<height>
4
37
</height>
<height>
4
41
</height>
</rect>
</property>
<attribute
name=
"label"
>
...
...
@@ -127,7 +127,7 @@
<x>
0
</x>
<y>
0
</y>
<width>
343
</width>
<height>
4
37
</height>
<height>
4
41
</height>
</rect>
</property>
<attribute
name=
"label"
>
...
...
@@ -154,7 +154,7 @@
<x>
0
</x>
<y>
0
</y>
<width>
333
</width>
<height>
3
62
</height>
<height>
3
70
</height>
</rect>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_7"
>
...
...
@@ -238,7 +238,7 @@
<x>
0
</x>
<y>
0
</y>
<width>
343
</width>
<height>
4
37
</height>
<height>
4
41
</height>
</rect>
</property>
<attribute
name=
"label"
>
...
...
@@ -482,13 +482,16 @@
</widget>
</item>
<item>
<widget
class=
"
QPlain
TextEdit"
name=
"txtSummary"
>
<widget
class=
"
K
TextEdit"
name=
"txtSummary"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Expanding"
vsizetype=
"Maximum"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"acceptRichText"
>
<bool>
false
</bool>
</property>
</widget>
</item>
<item>
...
...
@@ -511,8 +514,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
343
</width>
<height>
437
</height>
<width>
94
</width>
<height>
110
</height>
</rect>
</property>
<attribute
name=
"label"
>
...
...
@@ -598,35 +601,40 @@
</widget>
<customwidgets>
<customwidget>
<class>
K
ListWidget
</class>
<extends>
Q
ListWidget
</extends>
<header>
k
listwidget
.h
</header>
<class>
K
ComboBox
</class>
<extends>
Q
ComboBox
</extends>
<header>
k
combobox
.h
</header>
</customwidget>
<customwidget>
<class>
KDateWidget
</class>
<extends>
QWidget
</extends>
<header>
kdatewidget.h
</header>
</customwidget>
<customwidget>
<class>
KPushButton
</class>
<extends>
QPushButton
</extends>
<header>
kpushbutton.h
</header>
</customwidget>
<customwidget>
<class>
KLineEdit
</class>
<extends>
QLineEdit
</extends>
<header>
klineedit.h
</header>
</customwidget>
<customwidget>
<class>
KComboBox
</class>
<extends>
QComboBox
</extends>
<header>
kcombobox.h
</header>
</customwidget>
<customwidget>
<class>
KSeparator
</class>
<extends>
QFrame
</extends>
<header>
kseparator.h
</header>
</customwidget>
<customwidget>
<class>
KPushButton
</class>
<extends>
QPushButton
</extends>
<header>
kpushbutton.h
</header>
</customwidget>
<customwidget>
<class>
KTextEdit
</class>
<extends>
QTextEdit
</extends>
<header>
ktextedit.h
</header>
</customwidget>
<customwidget>
<class>
KListWidget
</class>
<extends>
QListWidget
</extends>
<header>
klistwidget.h
</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>
btnCatAdd
</tabstop>
...
...
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