[kdevelop] [Bug 338441] Add vera++ support

2016-10-24 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338441

Anton Anikin  changed:

   What|Removed |Added

  Latest Commit|90ddba43ba7931139822b6d5c90 |http://commits.kde.org/kdev
   |aa166b0961585   |-verapp/90ddba43ba793113982
   ||2b6d5c90aa166b0961585

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


[kdevelop] [Bug 338441] Add vera++ support

2016-10-24 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338441

Anton Anikin  changed:

   What|Removed |Added

 CC||anton.ani...@htower.ru
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||90ddba43ba7931139822b6d5c90
   ||aa166b0961585

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


[kdevelop] [Bug 339839] Problems ToolView needs more filters and more fields.

2016-10-20 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=339839

Anton Anikin  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdev
   ||platform/766eaefcb21e110e1d
   ||76297c90725b1801bd8326

--- Comment #3 from Anton Anikin  ---
Git commit 766eaefcb21e110e1d76297c90725b1801bd8326 by Anton Anikin.
Committed on 21/10/2016 at 00:01.
Pushed by antonanikin into branch 'master'.

Add filtering for ProblemsView

Summary:
The patch adds filtering UI for ProblemsView which is useful when we have a lot
of problems - for example select Parser problem model and activate "Current
Project" scope for big project (like kdevplatform).

Test Plan:
Tested on master branch.

UI before filtering:
{F370200}

UI after filtering:
{F370201}

UI before filtering (smaller edit size):
{F370252}

UI after filtering (smaller edit size):
{F370251}

Reviewers: kfunk, #kdevelop

Reviewed By: kfunk, #kdevelop

Subscribers: obogdan, kfunk, kdevelop-devel

Differential Revision: https://phabricator.kde.org/D3108

M  +58   -0plugins/problemreporter/problemsview.cpp
M  +7-0plugins/problemreporter/problemsview.h
M  +10   -0plugins/problemreporter/problemtreeview.cpp
M  +2-0plugins/problemreporter/problemtreeview.h

http://commits.kde.org/kdevplatform/766eaefcb21e110e1d76297c90725b1801bd8326

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


[kdevelop] [Bug 285162] not possible to set font type / size of CMake help

2016-10-11 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=285162

Anton Anikin  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdev
   ||platform/94cdff8b2203f0452a
   ||fc8aae418f60e30059e674

--- Comment #13 from Anton Anikin  ---
Git commit 94cdff8b2203f0452afc8aae418f60e30059e674 by Anton Anikin.
Committed on 11/10/2016 at 15:12.
Pushed by antonanikin into branch '5.0'.

Fix Bug 285162: adjust documentation view font settings by values taken from
system settings (DE)

Summary:
The patch sets Sans Serif font as default for documentation view.
Font settings are adjusted to system setting (DE):

* Sans Serif font (we assume that is the default system font).
* Monospace font.
* Sizes for all fonts.

Only Serif font family setting is taken from fontconfig (system settings for
such font is missing).

Test Plan:
Tested with master branch.

{F346398}

Reviewers: #kdevelop, apol, brauch

Reviewed By: #kdevelop, apol, brauch

Subscribers: brauch, cordlandwehr, apol, kdevelop-devel

Differential Revision: https://phabricator.kde.org/D2902

M  +17   -0documentation/standarddocumentationview.cpp

http://commits.kde.org/kdevplatform/94cdff8b2203f0452afc8aae418f60e30059e674

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


[kdevplatform] [Bug 366588] Find in Files displays text in cp1251 encoding incorrectly

2016-10-07 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366588

Anton Anikin  changed:

   What|Removed |Added

 CC||anton.ani...@htower.ru

--- Comment #1 from Anton Anikin  ---
I test your case and all works as expected - Russian (cp1251) strings displayed
correctly. I tested current master branch.

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


[kdevelop] [Bug 361805] cmake project manager should call cmake without any arguments on imported pre-existing build directories (and maybe not auto-call at all)

2016-10-06 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361805

Anton Anikin  changed:

   What|Removed |Added

 CC||anton.ani...@htower.ru

--- Comment #1 from Anton Anikin  ---
Hi.

Today I push this patch: 
https://quickgit.kde.org/?p=kdevelop.git=commit=81f8d15884578c7ba0cb2dbcb330b828b75dcaa1

It seems that it fixes some of your remarks, test it please.

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


[kdevplatform] [Bug 188176] Add shortcut to switch between views

2016-10-05 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=188176

Anton Anikin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
 CC||anton.ani...@htower.ru

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


[kdevplatform] [Bug 359136] Keyboard shortcut for "Switch to .cpp/.h"

2016-09-15 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359136

Anton Anikin  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdev
   ||platform/c9e008f0af694815a9
   ||b08e69bb47e844b8414fd6

--- Comment #6 from Anton Anikin  ---
Git commit c9e008f0af694815a9b08e69bb47e844b8414fd6 by Anton Anikin.
Committed on 16/09/2016 at 01:41.
Pushed by antonanikin into branch 'master'.

Add keyboard shortcut for "Switch Header/Source"

Differential Revision: https://phabricator.kde.org/D2757

M  +1-0plugins/switchtobuddy/kdevswitchtobuddy.rc
M  +20   -2plugins/switchtobuddy/switchtobuddyplugin.cpp
M  +5-0plugins/switchtobuddy/switchtobuddyplugin.h

http://commits.kde.org/kdevplatform/c9e008f0af694815a9b08e69bb47e844b8414fd6

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


[kdevelop] [Bug 365437] Rename local variable using "Rename" assistant breaks code

2016-09-13 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365437

Anton Anikin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||anton.ani...@htower.ru
 Ever confirmed|0   |1

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


[kdevelop] [Bug 340596] Reformat Source does not work with configuration: KDevelop:kdev_format_source

2016-09-13 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340596

Anton Anikin  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED
 CC||anton.ani...@htower.ru

--- Comment #1 from Anton Anikin  ---
fix your settings:

=format_source
uncrustify -l CPP -f ${TMPFILE} -c  uncrustify.cfg -o ${TMPFILE}

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


[kdevelop] [Bug 295224] Some formatter styles don't show previews randomly

2016-09-13 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=295224

Anton Anikin  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||commits.kde.org/kdevplatfor
   ||m/22b2fae9f8c3d22bb87c2a66a
   ||bf13bb15a64b1f4
 CC||anton.ani...@htower.ru
 Resolution|--- |FIXED
   Version Fixed In||5.0.1

--- Comment #1 from Anton Anikin  ---
"jumps" fixed

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


[kdevelop] [Bug 310174] Configuring Source Formatter, when selecting Kernighan & Ritchie, the listbox jumps to right

2016-09-13 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=310174

Anton Anikin  changed:

   What|Removed |Added

 CC||anton.ani...@htower.ru
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||commits.kde.org/kdevplatfor
   ||m/22b2fae9f8c3d22bb87c2a66a
   ||bf13bb15a64b1f4
   Version Fixed In||5.0.1
 Resolution|--- |FIXED

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-09-08 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

Anton Anikin  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kdev
   ||elop/b386fb1cf30d5d0682b1fd
   ||2eebe2f458ebd75e86

--- Comment #8 from Anton Anikin  ---
Git commit b386fb1cf30d5d0682b1fd2eebe2f458ebd75e86 by Anton Anikin.
Committed on 08/09/2016 at 10:38.
Pushed by antonanikin into branch 'master'.

Fix KDevelop crashes when trying to debug from command-line

Fixes the crash in KDE bug #367837 that is caused by starting
debugging session from command line:

kdevelop -d gdb dolphin

This caused to ASSERT: QFile::exists(). Current version fix it
by searching full paths for such binaries.

M  +13   -1app/main.cpp

http://commits.kde.org/kdevelop/b386fb1cf30d5d0682b1fd2eebe2f458ebd75e86

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-08-27 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

--- Comment #5 from Anton Anikin  ---
> You didn't see the assert? Then you didn't compile kdevelop/kdevplatform in 
> debug mode (-DCMAKE_BUILD_TYPE=Debug).

You are right, forgive me for the carelessness.

> Also, in my opinion kdevelop -d gdb dolphin *should* find /usr/bin/dolphin

Ok, the patch changes the behavior of kdevelop exactly as you described.

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-08-27 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

Anton Anikin  changed:

   What|Removed |Added

 Attachment #100789|0   |1
is obsolete||

--- Comment #4 from Anton Anikin  ---
Created attachment 100795
  --> https://bugs.kde.org/attachment.cgi?id=100795=edit
fix

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-08-26 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

--- Comment #2 from Anton Anikin  ---
Created attachment 100789
  --> https://bugs.kde.org/attachment.cgi?id=100789=edit
screenshot

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-08-26 Thread Anton Anikin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

Anton Anikin  changed:

   What|Removed |Added

 CC||anton.ani...@htower.ru

--- Comment #1 from Anton Anikin  ---
Run: kdevelop -d gdb dolphin 
Result: KDevelop shows message: 'dolphin' is not an executable

kdevelop and kdevplatform are build ~10 minutes ago with kdesrc-build on
kubuntu 16.04.

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