Implement cursor blinking in Lister
ClosedPublic

Authored by martinkostolny on Aug 21 2016, 12:01 AM.

Details

Summary

When setting QTextEdit to read-only mode, its cursor stops blinking. So here is a simple hack to make the cursor blink.

Test Plan
  • select and deselect text in lister using keyboard as well as mouse while checking that the cursor is blinking

Diff Detail

Repository
R167 Krusader
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
martinkostolny retitled this revision from to Implement cursor blinking in Lister.
martinkostolny updated this object.
martinkostolny edited the test plan for this revision. (Show Details)
martinkostolny added a reviewer: Krusader.
martinkostolny set the repository for this revision to R167 Krusader.
martinkostolny added a project: Krusader.

FYI: Maybe you've also noticed that I moved searchDelete() method under slots. It was already used as a slot method so this change cleaned up (at least) an error in logs.

gengisdave accepted this revision.Aug 21 2016, 9:55 AM
gengisdave added a reviewer: gengisdave.
This revision is now accepted and ready to land.Aug 21 2016, 9:55 AM
asensi accepted this revision.Aug 22 2016, 8:55 PM
asensi added a reviewer: asensi.
asensi added a subscriber: asensi.

All the tests were performed successfully here :-) . Thanks Martin!

This revision was automatically updated to reflect the committed changes.