[kate] [Bug 340670] JJ: Document list recent files highlight is hard to see with dark theme

2018-11-20 Thread Alexandru Stan
https://bugs.kde.org/show_bug.cgi?id=340670

Alexandru Stan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

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

[kate] [Bug 340670] JJ: Document list recent files highlight is hard to see with dark theme

2018-11-20 Thread Alexandru Stan
https://bugs.kde.org/show_bug.cgi?id=340670

--- Comment #4 from Alexandru Stan  ---
This seems to have been fixed a while ago. I guess the fixer never discovered
this bug to link it against.

Thank you regardless.

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

[kdevelop] [Bug 385668] New: git: revision graph gets confused when head is detached

2017-10-12 Thread Alexandru Stan
https://bugs.kde.org/show_bug.cgi?id=385668

Bug ID: 385668
   Summary: git: revision graph gets confused when head is
detached
   Product: kdevelop
   Version: 5.0.3
  Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: VCS: Git
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: a...@hypertriangle.com
  Target Milestone: ---

The git vcs plugin seems to be parsing the string "(HEAD detached at
origin/master)" as an actual branch name, this seems wrong.

Steps to reproduce:

bash$ git --version
git version 2.15.0.rc0.271.g36b669edcc

bash$ git checkout origin/master # i do this often, without creating a local
branch
...
bash$ git branch
* (HEAD detached at origin/master)
  other branches here

Right click file, Git > Revision Graph...

> git rev-list remotes/origin/some-branch '^(HEAD detached at origin/master)'
fatal: bad revision '^(HEAD detached at origin/master)'

Command finished with error UnknownError.

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