[KAccounts] [Bug 415267] Completely disfunctional dialog in 19.12

2020-01-05 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=415267

--- Comment #5 from Andi Sardina  ---
Sorry for the duplication! 

Another problematic thing is that Google doesn't allow logging now, it
complains that KDE is a nonverified app. Does anybody know the reason?

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

[systemsettings] [Bug 415586] New: Remove online account

2019-12-26 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=415586

Bug ID: 415586
   Summary: Remove online account
   Product: systemsettings
   Version: 5.17.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: andysardin...@gmail.com
  Target Milestone: ---

Created attachment 124727
  --> https://bugs.kde.org/attachment.cgi?id=124727=edit
Settings

SUMMARY
I have configured a remote account and I am not able to remove it.

STEPS TO REPRODUCE
1. Configure a Google Account
2. Try to remove it


OBSERVED RESULT
I have no options to remove the account.



EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[okular] [Bug 414357] table markdown is not pretty

2019-11-26 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=414357

Andi Sardina  changed:

   What|Removed |Added

 CC||andysardin...@gmail.com

--- Comment #1 from Andi Sardina  ---
  The problem here is that after the markdown is converted to HTML no CSS is
applied to it. Also, the support for CSS in the QTextDocument is limited, so,
there is no much that can be done with it.

  Does anybody know if inside the KDE Framework there is something that could
help with this? I was thinking about using QWebEnginePage but I don't know how
to generate pixmaps for the pages.

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

[okular] [Bug 414185] PREVIOUS TABS NOT OPENED AUTOMATICALLY UPON START-UP

2019-11-15 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=414185

Andi Sardina  changed:

   What|Removed |Added

 CC||andysardin...@gmail.com

--- Comment #1 from Andi Sardina  ---
I think that there is a PR opened to solve this ticket. Please check this:

https://invent.kde.org/kde/okular/merge_requests/58

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

[okular] [Bug 412978] Okular creates tabs for deleted files

2019-10-24 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=412978

--- Comment #13 from Andi Sardina  ---
@Postix I was wrong about what I said in my last comment. The code for updating
the UI is in a different place. I have moved it to only show a tab when the
file is successfully opened.

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

[okular] [Bug 412978] Okular creates tabs for deleted files

2019-10-15 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=412978

--- Comment #12 from Andi Sardina  ---
Postix,

  I notice it, but the problem is that the function to open the file is in the
part (KParts::ReadWritePart), which is created and added to the tab widget
before know if the file will be opened successfully or not. Maybe there is a
way to do update the UI after. 

 I am trying to write an autotest right now, and it will take me a bit because
I haven't written a test in Qt before. But after I finish this, I will try to
solve it!

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

[okular] [Bug 412978] Okular creates tabs for deleted files

2019-10-15 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=412978

--- Comment #10 from Andi Sardina  ---
Yuri Chornoivan,

  I used your idea to solve both problems. We only needed to add that line in
the function Shell::openUrl.

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

[okular] [Bug 412979] Okular creates additional tab for deleted file

2019-10-15 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=412979

Andi Sardina  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||andysardin...@gmail.com
 Ever confirmed|0   |1

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

[okular] [Bug 412978] Okular creates tabs for deleted files

2019-10-15 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=412978

--- Comment #7 from Andi Sardina  ---
Yuri Chornoivan, your solution doesn't solve the problem.

Try this:

* Open one document. Let's call this document A.
* Now move or delete the document A.
* Press CTRL+W and close the document A.
* Now open a new document. Let's call it document B.
* Now close document B with CTRL+W.
* Try to open document A now from the recent menu. With your proposed solution
the tab won't be opened.
* Finally open document B again from the recent menu. You will see that two
tabs are created, one for document A and one for document B.

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

[okular] [Bug 412978] Okular creates tabs for deleted files

2019-10-15 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=412978

--- Comment #4 from Andi Sardina  ---
I will suggest removing the document from the recent documents menu.

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

[okular] [Bug 412978] Okular creates tabs for deleted files

2019-10-15 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=412978

--- Comment #3 from Andi Sardina  ---
Hi Yuri Chornoivan,

 You can create the PR if that solves the issue!!

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

[okular] [Bug 412978] Okular creates tabs for deleted files

2019-10-15 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=412978

Andi Sardina  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||andysardin...@gmail.com
 Status|REPORTED|CONFIRMED

--- Comment #1 from Andi Sardina  ---
I was able to reproduce this. You can't close the document with CTRL+W, but you
can close the tab. I will work on this.

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

[okular] [Bug 400731] Recent documents not accessible via right click on okular icon on task manager

2019-10-13 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=400731

Andi Sardina  changed:

   What|Removed |Added

 CC||andysardin...@gmail.com

--- Comment #10 from Andi Sardina  ---
I have the same behavior:

  > Opening them from "Open Recent" inside Okular still does
  > not make them appear in "Recent documents" in the task manager.


SOFTWARE VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.62.0
Qt Version: 5.13.1

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

[okular] [Bug 408355] Selection context menu missing find in this document

2019-08-25 Thread Andi Sardina
https://bugs.kde.org/show_bug.cgi?id=408355

Andi Sardina  changed:

   What|Removed |Added

 CC||andysardin...@gmail.com

--- Comment #2 from Andi Sardina  ---
Hi, 
  I have sent a proposal to evaluation: https://phabricator.kde.org/D23421

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