- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Mar 4 2024
Mar 4 2024
CarlSchwan committed rOJ52ad17238e3a: Reuse composer windows instead of closing them (authored by CarlSchwan).
Reuse composer windows instead of closing them
Implement sign only message
CarlSchwan committed rOJ36f19d57d732: Correctly initialized the identity in the composer (authored by CarlSchwan).
Correctly initialized the identity in the composer
CarlSchwan committed rOJ66dd07627cbe: web: Fix missing gap between draft items (authored by CarlSchwan).
web: Fix missing gap between draft items
Fix missing translation domain
CarlSchwan committed rOJ223a823129bd: Add objectName to the identiy crypto combox box (authored by CarlSchwan).
Add objectName to the identiy crypto combox box
Close window when email is sent
CarlSchwan committed rOJda2cafa94abb: Handle native client disconnection in web client (authored by CarlSchwan).
Handle native client disconnection in web client
Add support for following actions:
CarlSchwan committed rOJ43e6be458ae7: Handle loss of connection with broker or outlook in server (authored by CarlSchwan).
Handle loss of connection with broker or outlook in server
CarlSchwan committed rOJc533c8a0fb89: Prepare for websocket to be used in more situations (authored by CarlSchwan).
Prepare for websocket to be used in more situations
CarlSchwan committed rOJ1517281d7cde: Try multiple time to register server to broker (authored by CarlSchwan).
Try multiple time to register server to broker
Polish draft management
Allow to open draft
CarlSchwan committed rOJdab9ddccaaf9: Fill reply/forward composer when replying from the mail viewer (authored by CarlSchwan).
Fill reply/forward composer when replying from the mail viewer
CarlSchwan committed rOJ22c53eb9c883: Add support for forward and reply button in mailviewer (authored by CarlSchwan).
Add support for forward and reply button in mailviewer
CarlSchwan committed rOJ875e8eb42191: Add support for replying and forwarding (authored by CarlSchwan).
Add support for replying and forwarding
Make attach from public key work
CarlSchwan committed rOJ8577b2f4266a: Sync identity full name with value given by Outlook (authored by CarlSchwan).
Sync identity full name with value given by Outlook
CarlSchwan committed rOJ1eb50e2a4179: Configure identity automatically on first start (authored by CarlSchwan).
Configure identity automatically on first start
Feb 16 2024
Feb 16 2024
CarlSchwan moved T6984: Kleopatra: Add icon for folder encryption from Restricted Project Column to Restricted Project Column on the Restricted Project board.
CarlSchwan committed rKLEOPATRA367f0a897c35: Use new folder-edit-sign-encrypt icon (authored by CarlSchwan).
Use new folder-edit-sign-encrypt icon
CarlSchwan committed rKLEOPATRA7ed504c2ad22: Use new folder-edit-sign-encrypt icon (authored by CarlSchwan).
Use new folder-edit-sign-encrypt icon
Remove pgp hidden part
Remove pgp hidden part
Feb 15 2024
Feb 15 2024
CarlSchwan committed rKLEOPATRA2c300b675113: Use new folder-edit-sign-encrypt icon (authored by CarlSchwan).
Use new folder-edit-sign-encrypt icon
Feb 13 2024
Feb 13 2024
Add screenshot of email view
Feb 12 2024
Feb 12 2024
CarlSchwan committed rMTPee6eec2e2711: messageviewerdialog: Set window title (authored by CarlSchwan).
messageviewerdialog: Set window title
CarlSchwan committed rMTP593a7c1bb1fd: messageviewerdialog: Set window title (authored by CarlSchwan).
messageviewerdialog: Set window title
Feb 9 2024
Feb 9 2024
- Adapt to final name of the enum in KPaswordLineEdit
Feb 7 2024
Feb 7 2024
CarlSchwan committed rGPGPASSf46437b49b30: Use correct icon for config action (authored by CarlSchwan).
Use correct icon for config action
CarlSchwan retitled D594: Use KPasswordLineEdit also in main view from Draft: Use KPasswordLineEdit also in main view to Use KPasswordLineEdit also in main view.
- enable again setReadOnly
Fix unit tests
CarlSchwan committed rMTP6a0268fb78c5: Use certificate instead of key in user interface (authored by CarlSchwan).
Use certificate instead of key in user interface
CarlSchwan committed rGPGPASS0aae2e831f5f: Fix display window icon on Wayland (authored by CarlSchwan).
Fix display window icon on Wayland
Use KTitleWidget
Jan 31 2024
Jan 31 2024
- Add tooltip to new collapse button
- Use QFormLayout
- Collapse password generation option by default
Jan 30 2024
Jan 30 2024
Jan 29 2024
Jan 29 2024
CarlSchwan committed rGPGPASSc4f76e61da18: Sync duration spinbox enabled state with autoclear checked (authored by CarlSchwan).
Sync duration spinbox enabled state with autoclear checked
CarlSchwan committed rGPGPASSd9826a95c49b: Add back frame around users list (authored by CarlSchwan).
Add back frame around users list
CarlSchwan committed rGPGPASS78ff5aea2931: UsersWidget: Don't add minumun size to QLineEdit (authored by CarlSchwan).
UsersWidget: Don't add minumun size to QLineEdit
CarlSchwan committed rGPGPASS43b6bfa39704: Use KMessageWidget::Position:Header for message widgets (authored by CarlSchwan).
Use KMessageWidget::Position:Header for message widgets
CarlSchwan committed rGPGPASS235f4d104445: config dialog: Simplify layout of the Settings tab (authored by CarlSchwan).
config dialog: Simplify layout of the Settings tab
CarlSchwan added a reviewer for D590: Sync duration spinbox enabled state with autoclear checked: svuorela.
Simplify layout
CarlSchwan added a reviewer for D585: Use KMessageWidget::Position:Header for message widgets: svuorela.
Jan 25 2024
Jan 25 2024
Add screenshot of email view
Jan 24 2024
Jan 24 2024
I wouldn't mind having the c++ and qt bindings in a separate library released at the same time as gpgme but with a cmake build system. It would simplify a lot in the craft build system as building the same repo with two different build system is not something that craft support very well...
Jan 23 2024
Jan 23 2024
CarlSchwan retitled D584: WIP: Add cmake build system for cpp bindings from Add cmake build system for cpp bindings to WIP: Add cmake build system for cpp bindings.
cmake: Fix tab vs space issue
CarlSchwan added reviewers for D582: cpp: Require C++17 when building C++ bindings: • werner, • aheinecke.
Fix lang/python/gpgme.i
Can't comment on the autogen code, but the cpp code looks good
In D577#6100, @ikloecker wrote:For the C++ binding and the Qt 5 binding we require C++ 11. The deprecated attribute was added with C++ 14.
Jan 22 2024
Jan 22 2024
CarlSchwan added reviewers for D577: cpp: Port away from gnu deprecated extension: • ikloecker, • TobiasFella.