[kile] [Bug 395630] Main window expands when entering text or opening/saving files

2020-07-24 Thread alfazaz
https://bugs.kde.org/show_bug.cgi?id=395630

alfazaz  changed:

   What|Removed |Added

 CC||yalme...@free.fr

--- Comment #3 from alfazaz  ---
Same thing for me... This "growing window" is an annoying bug. I was able to
"block" it with Special windows settings before but now, this workaround
doesn't work. :-(

The solution with the status bar hide is not good for me because I need it
(some informations in it are really useful for me...).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 403313] Encoding problem on kmail2 5.10.1 when creating composer from command line

2019-02-17 Thread alfazaz
https://bugs.kde.org/show_bug.cgi?id=403313

alfazaz  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #2 from alfazaz  ---
(In reply to Laurent Montel from comment #1)
> Git commit 3cebe77c92460505af04827defeb0a9e358ba00b by Laurent Montel.
> Committed on 17/01/2019 at 21:56.
> Pushed by mlaurent into branch 'Applications/18.12'.
> 
> Fix Bug 403313 - Encoding problem on kmail2 5.10.1 when creating composer
> from command line
> 
> FIXED-IN: 5.10.2
> 
> M  +1-1src/job/opencomposerjob.cpp
> 
> https://commits.kde.org/kmail/3cebe77c92460505af04827defeb0a9e358ba00b

I tested your commit on last archlinux update (with kmail 5.10.2) and it works
for --subject and --body options but not for --msg option.

To reproduce the bug, open a terminal and type in it :

1. Create an utf8 text file (named bodytest.txt) with "J'ai élevé à ma façon
des vélos !" in it.
2. Type in a terminal :
kmail --subject Vélo --msg bodytest.txt

OBSERVED RESULT
A kmail message editor is opened with a good subject (Vélo) but with this bad
body :
J'ai élevé à ma façon des vélos !

EXPECTED RESULT
A kmail message editor opened with a good subject (Vélo) but also with a good
body like this :
J'ai élevé à ma façon des vélos !

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Archlinux uptodate/Plasma desktop 5.15.0-1/kde 18.12.1
KDE Frameworks 5.55.0-1
Qt 5.12.1

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 403313] Encoding problem on kmail2 5.10.1 when creating composer from command line

2019-02-21 Thread alfazaz
https://bugs.kde.org/show_bug.cgi?id=403313

--- Comment #4 from alfazaz  ---
Ok, thanks !

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 403313] New: Encoding problem on kmail2 5.10.1 when creating composer from command line

2019-01-17 Thread alfazaz
https://bugs.kde.org/show_bug.cgi?id=403313

Bug ID: 403313
   Summary: Encoding problem on kmail2 5.10.1 when creating
composer from command line
   Product: kmail2
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: yalme...@free.fr
  Target Milestone: ---

SUMMARY

When I create a kmail composer window from command line, it gives bad
characters in the body when they are not ascii ; it's annoying because creating
a pre-filled window for editing is broken now. 
I think it's an encoding problem (it didn't happen before a latest upgrade...).
I'm on the latest rolling release version of archlinux.

kmail2 5.10.1 (from kmail 18.12.1-1)
qt5 5.12.0-1

STEPS TO REPRODUCE

1. Open a terminal

2. Type in it 
kmail --subject Vélo --body "J'ai élevé à ma façon des vélos !"

OBSERVED RESULT
A kmail message editor is opened with a good subject (Vélo) but with this bad
body :
J'ai élevé à ma façon des vélos !

EXPECTED RESULT
A kmail message editor opened with a good subject (Vélo) but also with a good
body like this :
J'ai élevé à ma façon des vélos !

There is the same bug with the --msg option of kmail...

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Archlinux uptodate/Plasma desktop 5.14.5-2/kde 18.12.1
KDE Frameworks 5.54.0
Qt 5.12.0

-- 
You are receiving this mail because:
You are watching all bug changes.