[kdesrc-build] [Bug 472917] Add ability to ignore individual module outside of module-set in config

2023-12-07 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=472917

--- Comment #2 from Alain Laporte  ---
Excluding test is not sufficient for me because GPGME_QT6 is also not detected
by configure =>
```
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GPGME_QT6... no
checking for GPGME_QT6TEST... no
configure: error: 
***
*** Qt6 (Qt6Core) is required for the Qt 6 binding.
***
```

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

[kdesrc-build] [Bug 472917] Add ability to ignore individual module outside of module-set in config

2023-12-07 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=472917

Alain Laporte  changed:

   What|Removed |Added

 CC||alain@laporte.paris

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

[Powerdevil] [Bug 434853] Battery indicator for Bluetooth headset only shows up occasionally

2022-08-21 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=434853

Alain Laporte  changed:

   What|Removed |Added

 CC||alain@laporte.paris

--- Comment #6 from Alain Laporte  ---
FYI, the battery of my headset Sony WH-1000XM3 won't be displayed by default on
Ubuntu 22.04. But after enabling the the Experimental support in
/etc/bluetooth/main.conf like explained here =>
https://wiki.archlinux.org/title/bluetooth_headset#Battery_level_reporting the
battery level his displayed in system tray under "battery and brightness" and
in the bluetooth popup of the system tray.

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

[kate] [Bug 456534] "Toggle Comments" Tool Sometimes indefinitely adds comment symbols in python on each press

2022-07-10 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=456534

--- Comment #3 from Alain Laporte  ---
Seems a duplicate of https://bugs.kde.org/show_bug.cgi?id=451471 (which have
been fixed in KDE Frameworks 5.93).

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

[frameworks-ktexteditor] [Bug 451471] Toggle comment for Python code no longer works if leading whitespace is present

2022-07-10 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=451471

Alain Laporte  changed:

   What|Removed |Added

 CC||alain@laporte.paris
   Version Fixed In||5.93.0

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

[kate] [Bug 456534] "Toggle Comments" Tool Sometimes indefinitely adds comment symbols in python on each press

2022-07-10 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=456534

--- Comment #2 from Alain Laporte  ---
I have tested on the version provided by Kubuntu 22.04 (Kate 21.12.3 and KDE
Frameworks 5.92) and I reproduce your issue (the behavior is the same like we
comment the line with Ctrl + D).

But on the master, I don't reproduce the issue (toggle comment works as
expected). Do you confirm that?

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

[kate] [Bug 456534] "Toggle Comments" Tool Sometimes indefinitely adds comment symbols in python on each press

2022-07-10 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=456534

Alain Laporte  changed:

   What|Removed |Added

 CC||alain@laporte.paris

--- Comment #1 from Alain Laporte  ---
The "toggle comment" code is probably in KTextEditor =>
https://lxr.kde.org/source/frameworks/ktexteditor/src/view/kateview.cpp

You can use LXR to search in all the KDE code =>
https://lxr.kde.org/search?%21v=kf5-qt5&_filestring=&_string=%22toggle+comment%22
(beware, this link is slow to produce result because it search a string in the
code).

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

[kate] [Bug 456367] Replace All feature not works in block mode

2022-07-05 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=456367

Alain Laporte  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|CONFIRMED   |REPORTED

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

[kate] [Bug 456367] Replace All feature not works in block mode

2022-07-05 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=456367

Alain Laporte  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[kate] [Bug 456367] Replace All feature not works in block mode

2022-07-05 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=456367

Alain Laporte  changed:

   What|Removed |Added

 CC||alain@laporte.paris

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

[kate] [Bug 456367] New: Replace All feature not works in block mode

2022-07-05 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=456367

Bug ID: 456367
   Summary: Replace All feature not works in block mode
   Product: kate
   Version: 21.12.3
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: alain@laporte.paris
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Create a file with multiple occurrence of a word to replace 
2. Switch in block mode
3. Select the word to replace
4. Type Ctrl+R to replace the word
5. Type the new word which must replace the selected one
3. Click on "Replace All" button

OBSERVED RESULT

No replacements made (the popup "0 replacements made" appear)

EXPECTED RESULT

All occurrences was replaced.

SOFTWARE/OS VERSIONS
Windows: N/A
macOS: N/A
Linux/KDE Plasma: 5.15.0-40-generic
(available in About System)
KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3

ADDITIONAL INFORMATION

Also reproduced on the master.

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

[kate] [Bug 454266] Filesystem > Right-click > Create New > Text File... should not assume *.txt extension

2022-07-05 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=454266

Alain Laporte  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #4 from Alain Laporte  ---
Fabio, now we have choice between "Text File" and "Empty File". Can I close the
ticket as resolved?

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

[kate] [Bug 353162] PHP "heredoc" sintax not properly highlighted

2022-07-05 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=353162

Alain Laporte  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Alain Laporte  ---
Fixed by
https://invent.kde.org/frameworks/syntax-highlighting/-/merge_requests/317

Will be fixed in KDE Gear 22.08.

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

[frameworks-kio] [Bug 297003] Newly created text files are not empty

2022-06-29 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=297003

--- Comment #21 from Alain Laporte  ---
Not really closed in Kate until the
https://invent.kde.org/utilities/kate/-/merge_requests/765 was merged.

And for others applications, the EmptyFile must be used instead of TextFile.

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

[kdelibs] [Bug 297003] Newly created text files are not empty

2022-06-19 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=297003

--- Comment #19 from Alain Laporte  ---
I have modified my MR on KIO to also have ability to add an empty file without
extension (https://invent.kde.org/frameworks/kio/-/merge_requests/866). This
file can be created when MIME type application/octet-stream is passed to
KDirOperator::setNewFileMenuSupportedMimeTypes.

I have also submitted an MR on Kate to replace to create a text file by an
empty file (https://invent.kde.org/utilities/kate/-/merge_requests/765)

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

[kate] [Bug 454266] Filesystem > Right-click > Create New > Text File... should not assume *.txt extension

2022-06-18 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=454266

Alain Laporte  changed:

   What|Removed |Added

 CC||alain@laporte.paris

--- Comment #1 from Alain Laporte  ---
Tested on Kubuntu 22.04 and after built Kate from source.

Not sure to understand what is wrong with current behavior:
* when the popup to choose the filename appear, all default name is selected
and you can choose the right name and extension
* when you don't specify extension, the filename is creating without extension

Maybe we can rename the "Create -> Text File..." with "Create -> Empty File..."
when https://bugs.kde.org/show_bug.cgi?id=297003 will be fixed.

This behavior it is acceptable for you?

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

[kate] [Bug 353162] PHP "heredoc" sintax not properly highlighted

2022-06-18 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=353162

Alain Laporte  changed:

   What|Removed |Added

 CC||alain@laporte.paris

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

[kdelibs] [Bug 297003] Newly created text files are not empty

2022-06-18 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=297003

Alain Laporte  changed:

   What|Removed |Added

 CC||alain@laporte.paris

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

[dolphin] [Bug 446019] New text file created with 2 chars

2022-06-13 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=446019

Alain Laporte  changed:

   What|Removed |Added

 CC||alain@laporte.paris

--- Comment #4 from Alain Laporte  ---
Issue is probably in KIO. I have proposed a merge request to fix that =>
https://invent.kde.org/frameworks/kio/-/merge_requests/866. But I'm not sure if
it's really good (see comment in the merge request).

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

[Breeze] [Bug 431999] Modern icons for Kate's "Symbol Viewer" plugin

2022-06-07 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=431999

Alain Laporte  changed:

   What|Removed |Added

 CC||alain@laporte.paris

--- Comment #1 from Alain Laporte  ---
Any idea where to find some free icons which can be used?

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

[kate] [Bug 454555] Python class name have a colon in one case in the Symbols Viewer

2022-06-06 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=454555

Alain Laporte  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/util
   ||ities/kate/commit/804e2aa38
   ||72e0643b894886db623d30a329f
   ||86a3

--- Comment #2 from Alain Laporte  ---
Git commit 804e2aa3872e0643b894886db623d30a329f86a3 by Alain Laporte.
Committed on 03/06/2022 at 15:46.
Pushed by waqar into branch 'master'.

Remove colon left in some class declaration

Fixed declaration:

class MyClass:

M  +1-0addons/symbolviewer/python_parser.cpp

https://invent.kde.org/utilities/kate/commit/804e2aa3872e0643b894886db623d30a329f86a3

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

[kate] [Bug 454582] New: Show/hide parameters in Symbols Viewer for Python code doesn't work

2022-05-29 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=454582

Bug ID: 454582
   Summary: Show/hide parameters in Symbols Viewer for Python code
doesn't work
   Product: kate
   Version: 21.12.3
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: alain@laporte.paris
  Target Milestone: ---

SUMMARY

Show/hide parameters in Symbols Viewer for Python code doesn't work.

STEPS TO REPRODUCE
1. Create a Python file like:

def foo(param1, param2):
pass

2. Go in Symbols Viewer
3. Check in the contextual menu the value of "Show Parameters"

OBSERVED RESULT

Parameters of the function foo are not displayed when "Show Parameters" is on.
And modify the value do nothing.

EXPECTED RESULT

Parameters must be displayed when "Show Parameters" is on and not displayed
when off.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3

ADDITIONAL INFORMATION

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

[kate] [Bug 454555] New: Python class name have a colon in one case in the Symbols Viewer

2022-05-29 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=454555

Bug ID: 454555
   Summary: Python class name have a colon in one case in the
Symbols Viewer
   Product: kate
   Version: 21.12.3
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: application
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: alain@laporte.paris
  Target Milestone: ---

SUMMARY

Python class name have a colon at the end in one case in the Symbols Viewer.

STEPS TO REPRODUCE
1. Create a file like:

class MyClass:

2. Check the Symbols Viewer

OBSERVED RESULT

The class name is:

MyClass:

EXPECTED RESULT

the class name must be:

MyClass

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3

ADDITIONAL INFORMATION

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

[kate] [Bug 454545] New: Python classes with metaclass are not detected by the Symbols Viewer

2022-05-28 Thread Alain Laporte
https://bugs.kde.org/show_bug.cgi?id=454545

Bug ID: 454545
   Summary: Python classes with metaclass are not detected by the
Symbols Viewer
   Product: kate
   Version: 21.12.3
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: alain@laporte.paris
  Target Milestone: ---

SUMMARY

A Python class declaration like:

class AustralianPhilosopher(Philosopher, default_name="Bruce"):

Is not detected by the Symbols Viewer and methods of this class are associated
to the previously detected class.

STEPS TO REPRODUCE
1. Create a file like:

class Philosopher:
def __init_subclass__(cls, default_name):
cls.default_name = default_name

class AustralianPhilosopher(Philosopher, default_name="Bruce"):
def toto():
pass

2. Open the Symbols Viewer

OBSERVED RESULT

Class AustralianPhilosopher is not detected and method foo is associated to the
class Philosopher.

EXPECTED RESULT

Class AustralianPhilosopher is detected and method foo is associated to the
class AustralianPhilosopher.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 5.92.0
Qt Version: 5.15.3

ADDITIONAL INFORMATION

An issue with a patch was created on Gitlab =>
https://invent.kde.org/utilities/kate/-/issues/75

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

[kate] [Bug 344074] Tabs not movable

2016-05-24 Thread Alain Laporte via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344074

Alain Laporte <alain@laporte.paris> changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #9 from Alain Laporte <alain@laporte.paris> ---
*** This bug has been confirmed by popular vote. ***

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


[dolphin] [Bug 363349] Video duration in Details Mode

2016-05-24 Thread Alain Laporte via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363349

Alain Laporte <alain@laporte.paris> changed:

   What|Removed |Added

 CC||alain@laporte.paris

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