RunAction: Fix string conversion from bytestring, correct codestyle
ClosedPublic

Authored by SGOrava on Jun 10 2019, 9:58 AM.

Details

Summary
  • Fix action execution when url wrongly converted to string as bytestring. This resulted in not working actions (loading b"b"url"")
  • Make codestyle more pythonic
  • Remove not required imports
  • Configue dialog:
    • Set label weight to bold in QtDesigner (UI file)
    • Make listview scroll per pixel

Diff Detail

Repository
R875 Falkon
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
SGOrava created this revision.Jun 10 2019, 9:58 AM
Restricted Application added a project: Falkon. · View Herald TranscriptJun 10 2019, 9:58 AM
Restricted Application added a subscriber: falkon. · View Herald Transcript
SGOrava requested review of this revision.Jun 10 2019, 9:58 AM
drosca accepted this revision.Jun 10 2019, 10:04 AM
This revision is now accepted and ready to land.Jun 10 2019, 10:04 AM
This revision was automatically updated to reflect the committed changes.