[kmymoney4] [Bug 360379] kmymoney don't start -->kmymoney: symbol lookup error: kmymoney: undefined symbol: _ZTI9onlineJob

2016-03-12 Thread Christian David via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360379

Christian David  changed:

   What|Removed |Added

 CC||christian-da...@web.de

--- Comment #11 from Christian David  ---
Sorry, I am a bit late. Just wanted to note, something is heavily wrong here.
Because the "undefined symbol: _ZTI9onlineJob" was introduced in version 4.8.
So I assume some clashes between versions. We should rethink our .so version
policy which could have prevented this very cryptic error message.

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


[krita] [Bug 360409] The cursor freezes if you pick up a pen over the tablet, or press the button on the pen.

2016-03-12 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360409

--- Comment #2 from padl...@gmail.com ---
(In reply to wolthera from comment #1)
> Thanks for the log!
> 
> We'll be releasing the third alpha release of 3.0 on monday(-ish), and we
> fixed a bunch of tablet bugs in it, so it'd be awesome if you could check if
> it still happens in that one.

Of course I'll check. I do not have another tool to draw now Т_Т

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

[digikam] [Bug 307183] Advanced Slideshow turns completely white (Open GL Transitions enabled)

2016-03-12 Thread Anand via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=307183

--- Comment #11 from Anand  ---
Apologies, not using KDE at the moment so can't validate this anymore.

Regards,
Anand
Sent from my iPhone

> On 12-Mar-2016, at 11:21 PM, via KDE Bugzilla  
> wrote:
> 
> https://bugs.kde.org/show_bug.cgi?id=307183
> 
> caulier.gil...@gmail.com changed:
> 
>   What|Removed |Added
> 
>Version|3.5.0   |unspecified
>Product|kipiplugins |digikam
>  Component|AdvancedSlideshow   |Presentation
> 
> -- 
> You are receiving this mail because:
> You reported the bug.

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


[kate] [Bug 360456] New: Pointer assignment after closed C comment incorrectly triggers autostar

2016-03-12 Thread Louis Wust via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360456

Bug ID: 360456
   Summary: Pointer assignment after closed C comment incorrectly
triggers autostar
   Product: kate
   Version: unspecified
  Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: indentation
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: louisw...@fastmail.fm

The logic which provides automatic indentation for C code being edited in both
Kate and KWrite features the capability to "autostar" (automatically start new
lines with an asterisk and appropriate whitespace) when it detects that the
region being edited is within a comment. For example, given the following C
code:

/* This is a comment
 * This is where the cursor is/was positioned ->

then, after pressing the Return/Enter key on the keyboard, the indenter
automatically adds an asterisk to the next line:

/* This is a comment
 * This is where the cursor is/was positioned ->
 *

This is a very useful feature. However, it can become confused when a closed
C-style comment is followed by a pointer assignment. See the steps to
reproduce, actual results, and expected results for an example.

Reproducible: Always

Steps to Reproduce:
1. Open a new document in Kate (although this also happens in KWrite)
2. Save the document as "test.c" to indicate that this is a C source file
3. Within the document, type the following syntactically-valid C code:

int *test;
/* Here, we assign a value to the pointee object */
*test = 42;

4. Position the cursor immediately after the semicolon which terminates the
final line (the assignment).
5. Press the Enter/Return key.

Actual Results:  
The new line is automatically indented, as expected, but an asterisk is added
as though we are currently in a C comment, which is incorrect:

int *test;
/* Here, we assign a value to the pointee object */
*test = 42;
*

Expected Results:  
The new line should have automatically been indented, but no asterisk should
have been added because the comment was already closed:

int *test;
/* Here, we assign a value to the pointee object */
*test = 42;
{note that this line is blank, but see the indentation to the left}

I assume that this is not a wishlist item, because it is technically incorrect
behavior. However, there is most certainly an easy workaround (i.e., delete the
asterisk). Honestly, this "bug" doesn't "bug" me and I expect very few people
will ever even run into it -- I'm just trying to do my part as an open source
citizen by reporting the unexpected behavior. I would be happy to provide more
information if required.

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


[krita] [Bug 360455] desynchronized tablet wacom with program, i can't move the pencil around, without jump on the other side of the screen

2016-03-12 Thread Jenny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360455

Jenny  changed:

   What|Removed |Added

Version|unspecified |2.9.10

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


[krita] [Bug 360455] New: desynchronized tablet wacom with program, i can't move the pencil around, without jump on the other side of the screen

2016-03-12 Thread Jenny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360455

Bug ID: 360455
   Summary: desynchronized tablet wacom with program, i can't move
the pencil around, without jump on the other side of
the screen
   Product: krita
   Version: unspecified
  Platform: Windows CE
OS: Windows CE
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: tablet support
  Assignee: krita-bugs-n...@kde.org
  Reporter: katerin...@hotmail.com

When i try to to change the pencil,add a layer, or draw, is simply impossible.
The cursor, jumps in the other side of the screen. I already set up EVERYTHING.
My tablet works with other programs, so i assumed that this might be a bug of
the main program. I can be wrong, because it happens everytime i open it.


Reproducible: Always

Steps to Reproduce:
1. Open a canvas.
2. Move the pencil around.

Actual Results:  
The bug, i cant move the pencil correctly.

Expected Results:  
I expect to draw without bug.

There's a part on the center of the caves where i can use it correctly, the
pressure works perfectly, but sadly i can't move too much. Since the space is
really small

When i move the cursor from the touchpad, and the pencil at the same time. They
show in different places. The pencil only shows in the layer, and when i click
anything on with the touchpad is clicking the canvas.

The pressure on the pencil still working, even with the bug.

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


[yakuake] [Bug 360234] Cursor not in focus while Yakuake it is

2016-03-12 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360234

taili...@gmx.com changed:

   What|Removed |Added

 CC||taili...@gmx.com

--- Comment #5 from taili...@gmx.com ---
Exactly same problem here.

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


[valgrind] [Bug 303877] valgrind doesn't support compressed debuginfo sections.

2016-03-12 Thread Ivo Raisr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=303877

Ivo Raisr  changed:

   What|Removed |Added

 CC||iv...@ivosh.net

--- Comment #26 from Ivo Raisr  ---
Thank you for providing the patches.

I get the same compilation problem on Solaris
because Elf32/64_Chdr come from the VKI interface.

I think the problem lies here in coregrind/m_debuginfo/readelf.c:

+#if !defined(Elf32_Chdr)
+   typedef struct {
+  Elf32_Word  ch_type;
+  Elf32_Word  ch_size;
+  Elf32_Word  ch_addralign;
+   } Elf32_Chdr;
+#endif
...


However it is incorrect to assume that a typedef can be checked via #if
defined().
Morever, such definitions should be placed in the corresponding vki-* header
files
(if really necessary).
After removing Elf32_Chdr, Elf64_Chdr, SHF_COMPRESSED and ELFCOMPRESS_ZLIB from
readelf.c, the patches compile fine and regression testing went ok on Solaris.

It would be also nice if a simple test is provided. Ideally the configure would
check if the
corresponding command line option is supported and has an effect. Then it would
enable/disable the test based on its availability.

Definitions of MINIZ_LITTLE_ENDIAN and MINIZ_HAS_64BIT_REGISTERS (possibly
others) need to be consistent across the board. Currently these are set in
image.c and tinfl.c itself, based on different criteria. Stick to those in
image.c.

Also placing tinfl.c directly into coregrind is not appropriate. If m_debuginfo
is the only
consumer than tinfl.c needs to be moved there. If not, then pub_core_tinfl.h
needs to present
a proper Valgrind interface usable and understandable by other parts of the
core, not the tinfl.c mess.

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


[plasma-nm] [Bug 358924] NetworkManager connection editor crashes when trying to edit or add an OpenVPN connection

2016-03-12 Thread aaron via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358924

--- Comment #5 from aaron  ---
Created attachment 97861
  --> https://bugs.kde.org/attachment.cgi?id=97861=edit
New crash information added by DrKonqi

kde-nm-connection-editor (0.9.3.5) on KDE Platform 4.14.9 using Qt 4.8.6

- What I was doing when the application crashed:

Attempting to edit a openVPN connection in KNetworkManager.

-- Backtrace (Reduced):
#5  0x7f22fc2bf3d9 in
SettingWidget::SettingWidget(QSharedPointer const&,
QWidget*, QFlags) () at
/usr/lib64/libplasmanetworkmanagement-editor.so
#6  0x7f22fc2a347a in
IPv6Widget::IPv6Widget(QSharedPointer const&,
QWidget*, QFlags) () at
/usr/lib64/libplasmanetworkmanagement-editor.so
#7  0x7f22fc2c3ab9 in ConnectionDetailEditor::initTabs() () at
/usr/lib64/libplasmanetworkmanagement-editor.so
#8  0x7f22fc2ca6b2 in ConnectionDetailEditor::gotSecrets(QString const&,
bool, QMap > const&, QString const&) () at
/usr/lib64/libplasmanetworkmanagement-editor.so
[...]
#10 0x7f22fbf39fad in NetworkManager::Connection::gotSecrets(QString
const&, bool, QMap > const&, QString const&)
() at /usr/lib64/libNetworkManagerQt.so.1

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


[plasma-nm] [Bug 358924] NetworkManager connection editor crashes when trying to edit or add an OpenVPN connection

2016-03-12 Thread aaron via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358924

aaron  changed:

   What|Removed |Added

 CC||aarona...@gmail.com

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


[frameworks-kio] [Bug 353195] Copy error for folders with mixed files & folders in Split View

2016-03-12 Thread Kai Dombrowe via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353195

--- Comment #20 from Kai Dombrowe  ---
maybe a cache bug in KCoreDirLister? :
it works if i replace (kio/src/core/copyop.cpp @ void
CopyJobPrivate::statCurrentSrc())
const KFileItem cachedItem = KCoreDirLister::cachedItemForUrl(m_currentSrcURL);
with:
const KFileItem cachedItem; // Null

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


[plasmashell] [Bug 360391] Auto-hiding panel does not return

2016-03-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360391

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||k...@davidedmundson.co.uk
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from David Edmundson  ---
Can you confirm your Plasma version.

Also please attach your ~/.config/plasma-org.kde.plasma.desktop-appletsrc  as
well as the output of xrandr -q

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


[kdeplasma-addons] [Bug 360232] quicklaunch widget: no space between entries in popup, icons overlap

2016-03-12 Thread Janet via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360232

--- Comment #5 from Janet  ---
Thanks :)

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


[krita] [Bug 360454] New: Feature Request: Reference images that uses url(http/ftp) sources

2016-03-12 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360454

Bug ID: 360454
   Summary: Feature Request: Reference images that uses
url(http/ftp) sources
   Product: krita
   Version: 2.9.11
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: Dockers
  Assignee: krita-bugs-n...@kde.org
  Reporter: kdep...@yahoo.com

Often I just need a quick reference from the web, I don't really want to
download the image so I can use it with Reference docker. Think about people
that go though reference quickly, they would just copy and paste the url. Well
it is at least something to consider.

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


[kopete] [Bug 166225] Add New Account dialog displays poorly

2016-03-12 Thread Paulo Lieuthier via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=166225

Paulo Lieuthier  changed:

   What|Removed |Added

 CC||paulolieuth...@gmail.com

--- Comment #3 from Paulo Lieuthier  ---
Proposed fix: https://git.reviewboard.kde.org/r/127358/.

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


[krita] [Bug 360453] New: Feature Request: Palette groups and palette color tooltip

2016-03-12 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360453

Bug ID: 360453
   Summary: Feature Request: Palette groups and palette color
tooltip
   Product: krita
   Version: 2.9.11
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: Dockers
  Assignee: krita-bugs-n...@kde.org
  Reporter: kdep...@yahoo.com

Ok, I have two requests, Palette groups and palette color tooltip.

Palette groups:
I think having palette groups would be a great idea for organizing lots of
palettes into projects. Let me give you an example. I am working on creating
art for my game, I have lots of different colors for the main character, so I
put all those colors in one palette. Next I am doing the background, that's
another palette. In the end I have to scroll around palettes including ones
unrelated to the game project. If I were to group the palettes on a theme or
project that will be great.

Palette Color Tooltip
This isn't that big a deal for me, but it'll be nice to have. Basicly Krita
creates palette files in gpl format. In gpl there is a name on the right side
of the color code (Krita names it 'untitled'). I was thinking of adding a name
or description in the gpl file, and when in krita hovering over the palette
color will show the description or name. This will help me remeber what color
is "skin", "fur", or whatever. This feature is not that important thought the
first one is.


Thanks a lot for at least considering my request.

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


[frameworks-kiconthemes] [Bug 355310] Setting Custom Icon for Places Entry Impossible Due to Forced Window Focus

2016-03-12 Thread Dick Tracey via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355310

Dick Tracey  changed:

   What|Removed |Added

 CC||traceyd...@yandex.com

--- Comment #11 from Dick Tracey  ---
I can confirm that this still happens on Arch Linux, with Dolphin 15.12.2

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


[plasma-nm] [Bug 346118] Plasmashell crash when disconnecting/reconnecting my WiFi connection after changing MTU

2016-03-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346118

David Edmundson  changed:

   What|Removed |Added

 CC||fox.ky...@jifox.cz

--- Comment #70 from David Edmundson  ---
*** Bug 360375 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 360368] Plasma 5 Crash

2016-03-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360368

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||k...@davidedmundson.co.uk
 Resolution|--- |DUPLICATE

--- Comment #1 from David Edmundson  ---


*** This bug has been marked as a duplicate of bug 342763 ***

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


[plasmashell] [Bug 342763] Crash In Task Manager Item Changed

2016-03-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342763

--- Comment #177 from David Edmundson  ---
*** Bug 360368 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 360375] KDE Plasma crashed when Network Manager was changing wireless network

2016-03-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360375

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


*** This bug has been marked as a duplicate of bug 346118 ***

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


[dolphin] [Bug 360452] New: Dolphin crashed after selecting "Configure Dolphin..." from the hamburger menu

2016-03-12 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360452

Bug ID: 360452
   Summary: Dolphin crashed after selecting "Configure Dolphin..."
from the hamburger menu
   Product: dolphin
   Version: 15.12.1
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: ber...@codewiz.org

Application: dolphin (15.12.1)

Qt Version: 5.6.0
Frameworks Version: Unknown
Operating System: Linux 4.4.4-301.fc23.x86_64 x86_64
Distribution: "Fedora release 23 (Twenty Three)"

-- Information about the crash:
- What I was doing when the application crashed:

I clicked the "Preview" toolbar button a couple of times, then tried to open
the settings dialog from the menu. It's reproducible almost every time.

This is what I see in the log just before the crash:

QWidget::insertAction: Attempt to insert null action
QLayout: Cannot add a null widget to QVBoxLayout/
QLayout: Cannot add a null widget to QVBoxLayout/
"Tag 'b' is not defined in message {<__kuit_internal_top__>Check this box
to allow automatic deletion o...}."
"Tag 'b' is not defined in message {<__kuit_internal_top__>Check this box
to allow automatic deletion o...}."
QLayout: Attempting to add QLayout "" to PreviewsSettingsPage "", which already
has a layout
KCrash: Application 'dolphin' crashing...
KCrash: Attempting to start /usr/libexec/drkonqi from kdeinit
sock_file=/run/user/1000/kdeinit5__0

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fffe14a5940 (LWP 1955))]

Thread 3 (Thread 0x7fffdce4d700 (LWP 1957)):
#0  0x7055efdd in poll () from /lib64/libc.so.6
#1  0x7fffebdb816c in g_main_context_poll (priority=2147483647, n_fds=1,
fds=0x7fffd000cc10, timeout=, context=0x7fffd990) at
gmain.c:4135
#2  g_main_context_iterate (context=context@entry=0x7fffd990,
block=block@entry=1, dispatch=dispatch@entry=1, self=) at
gmain.c:3835
#3  0x7fffebdb827c in g_main_context_iteration (context=0x7fffd990,
may_block=may_block@entry=1) at gmain.c:3901
#4  0x71399d0b in QEventDispatcherGlib::processEvents
(this=0x7fffd8c0, flags=...) at kernel/qeventdispatcher_glib.cpp:419
#5  0x713426ea in QEventLoop::exec (this=this@entry=0x7fffdce4cc50,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#6  0x7116c004 in QThread::exec (this=this@entry=0x7161b040
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread.cpp:503
#7  0x715a7445 in QDBusConnectionManager::run (this=0x7161b040
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
qdbusconnection.cpp:181
#8  0x71170e18 in QThreadPrivate::start (arg=0x7161b040 <(anonymous
namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread_unix.cpp:340
#9  0x7fffee10560a in start_thread (arg=0x7fffdce4d700) at
pthread_create.c:334
#10 0x7056aa4d in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7fffd654e700 (LWP 1958)):
#0  0x7055abcd in read () from /lib64/libc.so.6
#1  0x7fffebdfb390 in read (__nbytes=16, __buf=0x7fffd654da70,
__fd=) at /usr/include/bits/unistd.h:44
#2  g_wakeup_acknowledge (wakeup=0x7fffd00025a0) at gwakeup.c:210
#3  0x7fffebdb7c64 in g_main_context_check
(context=context@entry=0x7fffcc000990, max_priority=2147483647,
fds=fds@entry=0x7fffcc002e20, n_fds=n_fds@entry=1) at gmain.c:3632
#4  0x7fffebdb8110 in g_main_context_iterate
(context=context@entry=0x7fffcc000990, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at gmain.c:3837
#5  0x7fffebdb827c in g_main_context_iteration (context=0x7fffcc000990,
may_block=may_block@entry=1) at gmain.c:3901
#6  0x71399d0b in QEventDispatcherGlib::processEvents
(this=0x7fffcc0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:419
#7  0x713426ea in QEventLoop::exec (this=this@entry=0x7fffd654dc80,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#8  0x7116c004 in QThread::exec (this=) at
thread/qthread.cpp:503
#9  0x71170e18 in QThreadPrivate::start (arg=0x55c93480) at
thread/qthread_unix.cpp:340
#10 0x7fffee10560a in start_thread (arg=0x7fffd654e700) at
pthread_create.c:334
#11 0x7056aa4d in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7fffe14a5940 (LWP 1955)):
[KCrash Handler]
#5  std::__atomic_base::operator++ (this=0xffdc6790ffdc67a0) at
/usr/include/c++/5.3.1/bits/atomic_base.h:296
#6  QAtomicOps::ref (_q_value=...) at
../../src/corelib/arch/qatomic_cxx11.h:134
#7  QBasicAtomicInteger::ref (this=0xffdc6790ffdc67a0) at
../../src/corelib/thread/qbasicatomic.h:127
#8  QtSharedPointer::ExternalRefCountData::getAndRef
(obj=obj@entry=0x55d19480) at 

[plasmashell] [Bug 354823] Plasma crashes on multiscreen setup activation

2016-03-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354823

David Edmundson  changed:

   What|Removed |Added

 CC||xiangzha...@gmail.com

--- Comment #5 from David Edmundson  ---
*** Bug 357085 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 357085] Unplug VGA output then plug again and plasmashell segfaults

2016-03-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357085

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||k...@davidedmundson.co.uk
 Status|CONFIRMED   |RESOLVED

--- Comment #21 from David Edmundson  ---
Qt 5.6 should solve it, yes.

TBH, there's not much else we can do. 
The crash is in Qt, there's no other 5.5.x releases planned.

*** This bug has been marked as a duplicate of bug 354823 ***

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


[plasmashell] [Bug 360417] Panels, plasmoids and wallpaper disappears when using a HDMI display splitter

2016-03-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360417

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from David Edmundson  ---


*** This bug has been marked as a duplicate of bug 354823 ***

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


[plasmashell] [Bug 354823] Plasma crashes on multiscreen setup activation

2016-03-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354823

David Edmundson  changed:

   What|Removed |Added

 CC||cer...@luukku.com

--- Comment #4 from David Edmundson  ---
*** Bug 360417 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 354823] Plasma crashes on multiscreen setup activation

2016-03-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354823

David Edmundson  changed:

   What|Removed |Added

 CC||dusan.pet...@gmail.com

--- Comment #3 from David Edmundson  ---
*** Bug 360259 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 360259] Clicking on configure keyboard from main panel takes a long time and then crashes plasma

2016-03-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360259

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


*** This bug has been marked as a duplicate of bug 354823 ***

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


[plasmashell] [Bug 360192] Pidgin (gtk2) tray icon is tiny, ksensors (kde3) tray icon is misplaced

2016-03-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360192

--- Comment #4 from David Edmundson  ---
Can you confirm if that really is with 5.5.95 (5.6 beta) or git master (which
will also report itself as 5.5.95)?

The two code bases diverge a lot.

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


[plasmashell] [Bug 360192] Pidgin (gtk2) tray icon is tiny, ksensors (kde3) tray icon is misplaced

2016-03-12 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360192

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #3 from David Edmundson  ---
>temporary workarround is use pidgin-indicator - thanks Rex!

Note, that isn't a temporary workaround. That's the correct approach. That uses
SNIs which is the non legacy supported solution.

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


[kopete] [Bug 331705] Kopete incorrectly places elements in transport registration window

2016-03-12 Thread Paulo Lieuthier via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=331705

Paulo Lieuthier  changed:

   What|Removed |Added

 CC||paulolieuth...@gmail.com

--- Comment #6 from Paulo Lieuthier  ---
Proposed fix: https://git.reviewboard.kde.org/r/127357/.

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


[plasmashell] [Bug 360451] New: Plasma Shell crashes on boot Fedora 23

2016-03-12 Thread Andesite via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360451

Bug ID: 360451
   Summary: Plasma Shell crashes on boot Fedora 23
   Product: plasmashell
   Version: 5.5.5
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: da...@andesite.org
CC: bhus...@gmail.com, plasma-b...@kde.org

Application: plasmashell (5.5.5)

Qt Version: 5.5.1
Operating System: Linux 4.4.4-301.fc23.x86_64 x86_64
Distribution: "Fedora release 23 (Twenty Three)"

-- Information about the crash:
- What I was doing when the application crashed:
Boot system, reboot or cold start.
Boot completes with no errors.
Screen briefly shows random colors followed by black screen.
Control + ALT + F2 to get console
Enter startx
Error "Plasma (plasamashell), Signal: Abort" happens six times
Happens every time the system boots or restarts.

The crash can be reproduced every time.

-- Backtrace:
Application: Plasma (plasmashell), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f4d0cd90940 (LWP 2060))]

Thread 8 (Thread 0x7f4ceb0a0700 (LWP 2067)):
#0  0x7f4d046affdd in poll () at /lib64/libc.so.6
#1  0x7f4d0abeb272 in _xcb_conn_wait () at /lib64/libxcb.so.1
#2  0x7f4d0abecee7 in xcb_wait_for_event () at /lib64/libxcb.so.1
#3  0x7f4cee839da9 in QXcbEventReader::run() () at /lib64/libQt5XcbQpa.so.5
#4  0x7f4d052cc3de in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#5  0x7f4d039e860a in start_thread () at /lib64/libpthread.so.0
#6  0x7f4d046bba4d in clone () at /lib64/libc.so.6

Thread 7 (Thread 0x7f4ce23d8700 (LWP 2088)):
#0  0x7f4cffaca919 in g_main_context_query () at /lib64/libglib-2.0.so.0
#1  0x7f4cffacb0e7 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#2  0x7f4cffacb27c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7f4d05503ecb in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#4  0x7f4d054aaeca in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#5  0x7f4d052c7434 in QThread::exec() () at /lib64/libQt5Core.so.5
#6  0x7f4d0966a9b5 in QQmlThreadPrivate::run() () at /lib64/libQt5Qml.so.5
#7  0x7f4d052cc3de in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#8  0x7f4d039e860a in start_thread () at /lib64/libpthread.so.0
#9  0x7f4d046bba4d in clone () at /lib64/libc.so.6

Thread 6 (Thread 0x7f4cda558700 (LWP 2089)):
#0  0x7f4d039f093a in __lll_unlock_wake () at /lib64/libpthread.so.0
#1  0x7f4d039ebecf in pthread_mutex_unlock () at /lib64/libpthread.so.0
#2  0x7f4d023def45 in  () at /usr/lib64/nvidia/libGL.so.1
#3  0x7f4d023e4608 in  () at /usr/lib64/nvidia/libGL.so.1
#4  0x7f4cfb54b102 in  () at /usr/lib64/nvidia/tls/libnvidia-tls.so.358.16
#5  0x7f4cffb0e390 in g_wakeup_acknowledge () at /lib64/libglib-2.0.so.0
#6  0x7f4cffacac64 in g_main_context_check () at /lib64/libglib-2.0.so.0
#7  0x7f4cffacb110 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#8  0x7f4cffacb27c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#9  0x7f4d05503ecb in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#10 0x7f4d054aaeca in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#11 0x7f4d052c7434 in QThread::exec() () at /lib64/libQt5Core.so.5
#12 0x7f4d0966a9b5 in QQmlThreadPrivate::run() () at /lib64/libQt5Qml.so.5
#13 0x7f4d052cc3de in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#14 0x7f4d039e860a in start_thread () at /lib64/libpthread.so.0
#15 0x7f4d046bba4d in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7f4cd8a18700 (LWP 2090)):
#0  0x7f4cffacaba9 in g_main_context_check () at /lib64/libglib-2.0.so.0
#1  0x7f4cffacb110 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#2  0x7f4cffacb27c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7f4d05503ecb in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#4  0x7f4d054aaeca in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#5  0x7f4d052c7434 in QThread::exec() () at /lib64/libQt5Core.so.5
#6  0x7f4d0966a9b5 in QQmlThreadPrivate::run() () at /lib64/libQt5Qml.so.5
#7  0x7f4d052cc3de in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#8  0x7f4d039e860a in start_thread () at /lib64/libpthread.so.0
#9  0x7f4d046bba4d in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7f4cd2fa8700 (LWP 2091)):
#0  0x7f4d039edb10 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f4d0c4fe514 in QTWTF::TCMalloc_PageHeap::scavengerThread() () at
/lib64/libQt5Script.so.5
#2  0x7f4d0c4fe559 in  () at /lib64/libQt5Script.so.5
#3  

[digikam] [Bug 360434] Geolocation Editor messed up size and contents

2016-03-12 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360434

--- Comment #6 from Maik Qualmann  ---
Git commit 4ef2c460a33e5b65bb81bab6daf81445bb7d5733 by Maik Qualmann.
Committed on 13/03/2016 at 00:35.
Pushed by mqualmann into branch 'master'.

fix double percent view from progress bar

M  +4-1libs/progressmanager/statusprogressbar.cpp
M  +1-1tests/geolocation/geoiface/demo/mainwindow.cpp
M  +1-1utilities/geolocation/editor/correlator/gpscorrelatorwidget.cpp
M  +2-2utilities/geolocation/editor/dialog/geolocationedit.cpp
M  +1-1utilities/geolocation/editor/reversegeocoding/rgwidget.cpp

http://commits.kde.org/digikam/4ef2c460a33e5b65bb81bab6daf81445bb7d5733

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


[khelpcenter] [Bug 351939] Missing GenericName and Comment

2016-03-12 Thread Alex via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351939

Alex  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |UNCONFIRMED

--- Comment #2 from Alex  ---
GenericName and Comment uses by KDE. Any tooltip is interesting instead of
nothing.
These fields are not mandatory, but very useful especially for newbie, child.

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


[kwin] [Bug 357007] kscreenlocker_greet unresponsive when using compositor

2016-03-12 Thread Götz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357007

--- Comment #33 from Götz  ---
I forgot to add, that before restarting the greeter, I used a shortcut to
change the Keyboard Layout, and after the greeter restarted, the layout was
changed.

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

[khelpcenter] [Bug 351939] Missing GenericName and Comment

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351939

Luigi Toscano  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||luigi.tosc...@tiscali.it
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Luigi Toscano  ---
If I understand it correctly, those additional fields are relevant mainly
inside the Gnome desktop, but khelpcenter has OnlyShowIn=KDE in its desktop
file. Are those fields really important?

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


[dolphin] [Bug 359520] Dolphin crashes when trying to copy a file

2016-03-12 Thread Joel Koreth via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359520

Joel Koreth  changed:

   What|Removed |Added

 CC||joelsy...@gmail.com

--- Comment #1 from Joel Koreth  ---
 I can confirm this on Opensuse Leap on 5.5.95 with KF5 and KDE Application and
KDE Extra repos enabled.

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


[kdelibs] [Bug 236482] Firefox browser links fail

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=236482

Luigi Toscano  changed:

   What|Removed |Added

Product|khelpcenter |kdelibs
  Component|general |general
 Status|UNCONFIRMED |RESOLVED
 CC||luigi.tosc...@tiscali.it
 Resolution|--- |WORKSFORME

--- Comment #7 from Luigi Toscano  ---
This is not a khelpcenter bug for sure, and as mentioned by the reporter, it
was probably a one-off issue. I'm going to assign it to kdelibs (which it
belongs) and close as WORKSFORME. If it is still relevant, especially with
Frameworks-based applications, please file a new bug.

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


[khelpcenter] [Bug 62075] KDE Help Center (khelpcenter) crashed and caused the signal 11 (SIGSEGV)

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=62075

Luigi Toscano  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |WORKSFORME
 CC||luigi.tosc...@tiscali.it
 Status|NEEDSINFO   |RESOLVED

--- Comment #11 from Luigi Toscano  ---
The first backtraces come from the time of KDE3 times, with references to DCOP.
The newer ones are from kdelibs4 but incomplete and most likely referring to a
different issue (building indexes).
So:
- the NEEDINFO state was open for almost 7 years;
- the initial issue (KDE3) is probably long gone;
- the issue related to indexing may be relevant (still more details would be
needed) but the indexing and search system has been completely changed (from
htdig to xapian) with the changes landing few minutes ago.
For all the reasons above, I'm closing this bug.

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


[khelpcenter] [Bug 123038] Search in more than one page of the same handbook

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=123038

Luigi Toscano  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||luigi.tosc...@tiscali.it
Summary|search in more than one |Search in more than one
   |page|page of the same handbook
 Ever confirmed|0   |1

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


[khelpcenter] [Bug 342496] Ineffective Search (Find) - Systems Setting Handbook - KDE Helps Center 4.14.2

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342496

Luigi Toscano  changed:

   What|Removed |Added

 CC||luigi.tosc...@tiscali.it
 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Luigi Toscano  ---


*** This bug has been marked as a duplicate of bug 123038 ***

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


[khelpcenter] [Bug 123038] search in more than one page

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=123038

Luigi Toscano  changed:

   What|Removed |Added

 CC||erben...@comcast.net

--- Comment #1 from Luigi Toscano  ---
*** Bug 357187 has been marked as a duplicate of this bug. ***

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


[khelpcenter] [Bug 357187] The "Find" functionality needs to be able to search more than the current visible page

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357187

--- Comment #4 from Luigi Toscano  ---
Or better, bug #123038

*** This bug has been marked as a duplicate of bug 123038 ***

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


[khelpcenter] [Bug 123038] search in more than one page

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=123038

Luigi Toscano  changed:

   What|Removed |Added

 CC||k...@zimpics.com

--- Comment #2 from Luigi Toscano  ---
*** Bug 342496 has been marked as a duplicate of this bug. ***

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


[kopete] [Bug 179937] Cannot resize the height of the Addressbook Association window

2016-03-12 Thread Paulo Lieuthier via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=179937

Paulo Lieuthier  changed:

   What|Removed |Added

 CC||paulolieuth...@gmail.com

--- Comment #3 from Paulo Lieuthier  ---
I can't reproduce this. I can easly change the height of the window. Kopete
1.8.3.

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


[khelpcenter] [Bug 103266] Search on KDE application manual doesn't work

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=103266

--- Comment #4 from Pino Toscano  ---
Git commit 163133768d77ae16e36b31d1174d6c60d53cfdce by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Remove the ht://dig support

ht://dig is basically unmantained for the past decade, and its
integration in khelpcenter has always been a sort of hack (execute
a CGI, and print its resulting HTML text).

Since Xapian is used as better solution, all of the htp://dig
supporting code can be removed completely.
Related: bug 122437, bug 125276, bug 152671, bug 158633, bug 209415, bug
244091, bug 255384, bug 256397, bug 277464, bug 112958

M  +0-2CMakeLists.txt
D  +0-14   README.htdig
M  +0-14   doc/khelpcenter/index.docbook
M  +0-9docmetainfo.cpp
M  +0-3docmetainfo.h
D  +0-61   htmlsearch.cpp
D  +0-51   htmlsearch.h
D  +0-47   htmlsearch/CMakeLists.txt
D  +0-5htmlsearch/Messages.sh
D  +0-23   htmlsearch/checked.xpm
D  +0-470  htmlsearch/htmlsearch.cpp
D  +0-254  htmlsearch/htmlsearch.desktop
D  +0-62   htmlsearch/htmlsearch.h
D  +0-25   htmlsearch/index.cpp
D  +0-371  htmlsearch/kcmhtmlsearch.cpp
D  +0-84   htmlsearch/kcmhtmlsearch.h
D  +0-52   htmlsearch/klangcombo.cpp
D  +0-47   htmlsearch/klangcombo.h
D  +0-246  htmlsearch/ktagcombobox.cpp
D  +0-92   htmlsearch/ktagcombobox.h
D  +0-6htmlsearch/long.html
D  +0-4htmlsearch/meinproc_wrapper
D  +0-21   htmlsearch/nomatch.html
D  +0-89   htmlsearch/progressdialog.cpp
D  +0-32   htmlsearch/progressdialog.h
D  +0-1htmlsearch/short.html
D  +---htmlsearch/star.png
D  +---htmlsearch/star_blank.png
D  +0-19   htmlsearch/syntax.html
D  +0-22   htmlsearch/unchecked.xpm
D  +0-16   htmlsearch/wrapper.html
D  +0-156  htmlsearchconfig.cpp
D  +0-58   htmlsearchconfig.h
M  +0-1kcmhelpcenter.cpp
M  +0-2kcmhelpcenter.h
M  +2-14   searchhandlers/CMakeLists.txt
D  +0-8searchhandlers/docbook.desktop.cmake
D  +0-8searchhandlers/htdig.desktop.cmake
D  +0-2searchhandlers/htdig_long.html
D  +0-222  searchhandlers/khc_docbookdig.pl.cmake
D  +0-148  searchhandlers/khc_htdig.pl.cmake
D  +0-117  searchhandlers/khc_htsearch.pl
M  +1-2tests/CMakeLists.txt

http://commits.kde.org/khelpcenter/163133768d77ae16e36b31d1174d6c60d53cfdce

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


[khelpcenter] [Bug 112958] Can not create a search index for KDE help center.

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=112958

Pino Toscano  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #14 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 57897, bug 93664, bug 103266, bug 115935, bug 161514, bug 173767,
bug 207519, bug 222494, bug 237329, bug 266290, bug 269260, bug 269619

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 164308] can't build search index for help pages

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=164308

Pino Toscano  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/02c218083bebd581e8a
   ||33741cd101fcc0ac2cfef
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Pino Toscano  ---
Git commit 02c218083bebd581e8a33741cd101fcc0ac2cfef by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Automatically update indexes at startup

Currently the user is asked to manually update the search index, which
is not a friendly solution. Instead, start the indexing update right
after the startup, with a indefinite progress bar showing the on-going
process. Considering the Xapian indexing is generally fast, this won't
cause a big delay between the startup and when the user can start
searching.

Move the queue-based index logic from IndexBuilder to Navigator
directly, getting rid of the separate khc_indexbuilder tool (no need to
have an helper tool to spawn the actual indexing/searcing tools) and
the D-Bus interface to support it, and removing the indexing dialog
(now everything that can be indexed is updated).

This also removes the need for indexers to create .exists
files in the index directories.
Related: bug 101876, bug 205126, bug 222494, bug 269260

M  +0-16   CMakeLists.txt
D  +0-1config-khelpcenter.h.cmake
M  +1-16   docentry.cpp
M  +0-2docentry.h
D  +0-691  kcmhelpcenter.cpp
D  +0-251  kcmhelpcenter.desktop
D  +0-166  kcmhelpcenter.h
D  +0-204  khc_indexbuilder.cpp
D  +0-58   khc_indexbuilder.h
M  +2-0mainwindow.cpp
M  +121  -44   navigator.cpp
M  +15   -6navigator.h
D  +0-14   org.kde.khelpcenter.kcmhelpcenter.xml
M  +1-4searchhandlers/README.searchhandlers
M  +0-9searchhandlers/xapianindexer.cpp
M  +1-10   searchwidget.cpp
M  +2-6searchwidget.h

http://commits.kde.org/khelpcenter/02c218083bebd581e8a33741cd101fcc0ac2cfef

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


[khelpcenter] [Bug 256397] KHelpCenter search in 'Application Manuals' does not work

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=256397

--- Comment #2 from Pino Toscano  ---
Git commit 583ed246c75ce2c686957b6e1dc34aaed31206b4 by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Add Xapian support for indexing and searching

Start using Xapian for indexing and searching the documentation: it
works much better than htp://dig, it provides a C++ API, and it is well
maintained.

Introduce two helper tools to create/update an index, and search on it,
starting from the cache.bz2 files generated by meinproc: this way it is
possible to index the whole text, with the entities already expanded
(something which would not be there when parsing the docbook files
directly). Make use of libxml2 to parse the HTML documents, and get all
the text in them.

Xapian and libxml2 are currently considered as mandatory dependencies:
they are portable, generally available everywhere, and not requiring
themselves too many extra dependencies.
Related: bug 126710, bug 93664, bug 103266, bug 115935, bug 122437, bug 125276,
bug 152671, bug 158633, bug 209415, bug 266290

M  +13   -0CMakeLists.txt
M  +35   -0searchhandlers/CMakeLists.txt
A  +134  -0searchhandlers/cachereader.cpp [License: GPL (v2+)]
A  +49   -0searchhandlers/cachereader.h [License: GPL (v2+)]
A  +107  -0searchhandlers/htmltextdump.cpp [License: GPL (v2+)]
A  +29   -0searchhandlers/htmltextdump.h [License: GPL (v2+)]
A  +5-0searchhandlers/xapian.desktop.cmake
A  +126  -0searchhandlers/xapiancommon.cpp [License: GPL (v2+)]
A  +50   -0searchhandlers/xapiancommon.h [License: GPL (v2+)]
A  +269  -0searchhandlers/xapianindexer.cpp [License: GPL (v2+)]
A  +151  -0searchhandlers/xapiansearch.cpp [License: GPL (v2+)]

http://commits.kde.org/khelpcenter/583ed246c75ce2c686957b6e1dc34aaed31206b4

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


[khelpcenter] [Bug 256397] KHelpCenter search in 'Application Manuals' does not work

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=256397

Pino Toscano  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/163133768d77ae16e36
   ||b31d1174d6c60d53cfdce

--- Comment #1 from Pino Toscano  ---
Git commit 163133768d77ae16e36b31d1174d6c60d53cfdce by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Remove the ht://dig support

ht://dig is basically unmantained for the past decade, and its
integration in khelpcenter has always been a sort of hack (execute
a CGI, and print its resulting HTML text).

Since Xapian is used as better solution, all of the htp://dig
supporting code can be removed completely.
Related: bug 122437, bug 125276, bug 152671, bug 158633, bug 209415, bug
244091, bug 255384, bug 277464, bug 103266, bug 112958

M  +0-2CMakeLists.txt
D  +0-14   README.htdig
M  +0-14   doc/khelpcenter/index.docbook
M  +0-9docmetainfo.cpp
M  +0-3docmetainfo.h
D  +0-61   htmlsearch.cpp
D  +0-51   htmlsearch.h
D  +0-47   htmlsearch/CMakeLists.txt
D  +0-5htmlsearch/Messages.sh
D  +0-23   htmlsearch/checked.xpm
D  +0-470  htmlsearch/htmlsearch.cpp
D  +0-254  htmlsearch/htmlsearch.desktop
D  +0-62   htmlsearch/htmlsearch.h
D  +0-25   htmlsearch/index.cpp
D  +0-371  htmlsearch/kcmhtmlsearch.cpp
D  +0-84   htmlsearch/kcmhtmlsearch.h
D  +0-52   htmlsearch/klangcombo.cpp
D  +0-47   htmlsearch/klangcombo.h
D  +0-246  htmlsearch/ktagcombobox.cpp
D  +0-92   htmlsearch/ktagcombobox.h
D  +0-6htmlsearch/long.html
D  +0-4htmlsearch/meinproc_wrapper
D  +0-21   htmlsearch/nomatch.html
D  +0-89   htmlsearch/progressdialog.cpp
D  +0-32   htmlsearch/progressdialog.h
D  +0-1htmlsearch/short.html
D  +---htmlsearch/star.png
D  +---htmlsearch/star_blank.png
D  +0-19   htmlsearch/syntax.html
D  +0-22   htmlsearch/unchecked.xpm
D  +0-16   htmlsearch/wrapper.html
D  +0-156  htmlsearchconfig.cpp
D  +0-58   htmlsearchconfig.h
M  +0-1kcmhelpcenter.cpp
M  +0-2kcmhelpcenter.h
M  +2-14   searchhandlers/CMakeLists.txt
D  +0-8searchhandlers/docbook.desktop.cmake
D  +0-8searchhandlers/htdig.desktop.cmake
D  +0-2searchhandlers/htdig_long.html
D  +0-222  searchhandlers/khc_docbookdig.pl.cmake
D  +0-148  searchhandlers/khc_htdig.pl.cmake
D  +0-117  searchhandlers/khc_htsearch.pl
M  +1-2tests/CMakeLists.txt

http://commits.kde.org/khelpcenter/163133768d77ae16e36b31d1174d6c60d53cfdce

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


[khelpcenter] [Bug 122437] htdig not functional in 'Build Search Index' for kde_application_manuals (khelpcenter)

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=122437

Pino Toscano  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/163133768d77ae16e36
   ||b31d1174d6c60d53cfdce
 Resolution|--- |FIXED

--- Comment #19 from Pino Toscano  ---
Git commit 163133768d77ae16e36b31d1174d6c60d53cfdce by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Remove the ht://dig support

ht://dig is basically unmantained for the past decade, and its
integration in khelpcenter has always been a sort of hack (execute
a CGI, and print its resulting HTML text).

Since Xapian is used as better solution, all of the htp://dig
supporting code can be removed completely.
Related: bug 125276, bug 152671, bug 158633, bug 209415, bug 244091, bug
255384, bug 256397, bug 277464, bug 103266, bug 112958

M  +0-2CMakeLists.txt
D  +0-14   README.htdig
M  +0-14   doc/khelpcenter/index.docbook
M  +0-9docmetainfo.cpp
M  +0-3docmetainfo.h
D  +0-61   htmlsearch.cpp
D  +0-51   htmlsearch.h
D  +0-47   htmlsearch/CMakeLists.txt
D  +0-5htmlsearch/Messages.sh
D  +0-23   htmlsearch/checked.xpm
D  +0-470  htmlsearch/htmlsearch.cpp
D  +0-254  htmlsearch/htmlsearch.desktop
D  +0-62   htmlsearch/htmlsearch.h
D  +0-25   htmlsearch/index.cpp
D  +0-371  htmlsearch/kcmhtmlsearch.cpp
D  +0-84   htmlsearch/kcmhtmlsearch.h
D  +0-52   htmlsearch/klangcombo.cpp
D  +0-47   htmlsearch/klangcombo.h
D  +0-246  htmlsearch/ktagcombobox.cpp
D  +0-92   htmlsearch/ktagcombobox.h
D  +0-6htmlsearch/long.html
D  +0-4htmlsearch/meinproc_wrapper
D  +0-21   htmlsearch/nomatch.html
D  +0-89   htmlsearch/progressdialog.cpp
D  +0-32   htmlsearch/progressdialog.h
D  +0-1htmlsearch/short.html
D  +---htmlsearch/star.png
D  +---htmlsearch/star_blank.png
D  +0-19   htmlsearch/syntax.html
D  +0-22   htmlsearch/unchecked.xpm
D  +0-16   htmlsearch/wrapper.html
D  +0-156  htmlsearchconfig.cpp
D  +0-58   htmlsearchconfig.h
M  +0-1kcmhelpcenter.cpp
M  +0-2kcmhelpcenter.h
M  +2-14   searchhandlers/CMakeLists.txt
D  +0-8searchhandlers/docbook.desktop.cmake
D  +0-8searchhandlers/htdig.desktop.cmake
D  +0-2searchhandlers/htdig_long.html
D  +0-222  searchhandlers/khc_docbookdig.pl.cmake
D  +0-148  searchhandlers/khc_htdig.pl.cmake
D  +0-117  searchhandlers/khc_htsearch.pl
M  +1-2tests/CMakeLists.txt

http://commits.kde.org/khelpcenter/163133768d77ae16e36b31d1174d6c60d53cfdce

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


[khelpcenter] [Bug 205126] Build search index gives permission error

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=205126

Pino Toscano  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/02c218083bebd581e8a
   ||33741cd101fcc0ac2cfef
 Resolution|--- |FIXED

--- Comment #1 from Pino Toscano  ---
Git commit 02c218083bebd581e8a33741cd101fcc0ac2cfef by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Automatically update indexes at startup

Currently the user is asked to manually update the search index, which
is not a friendly solution. Instead, start the indexing update right
after the startup, with a indefinite progress bar showing the on-going
process. Considering the Xapian indexing is generally fast, this won't
cause a big delay between the startup and when the user can start
searching.

Move the queue-based index logic from IndexBuilder to Navigator
directly, getting rid of the separate khc_indexbuilder tool (no need to
have an helper tool to spawn the actual indexing/searcing tools) and
the D-Bus interface to support it, and removing the indexing dialog
(now everything that can be indexed is updated).

This also removes the need for indexers to create .exists
files in the index directories.
Related: bug 101876, bug 164308, bug 222494, bug 269260

M  +0-16   CMakeLists.txt
D  +0-1config-khelpcenter.h.cmake
M  +1-16   docentry.cpp
M  +0-2docentry.h
D  +0-691  kcmhelpcenter.cpp
D  +0-251  kcmhelpcenter.desktop
D  +0-166  kcmhelpcenter.h
D  +0-204  khc_indexbuilder.cpp
D  +0-58   khc_indexbuilder.h
M  +2-0mainwindow.cpp
M  +121  -44   navigator.cpp
M  +15   -6navigator.h
D  +0-14   org.kde.khelpcenter.kcmhelpcenter.xml
M  +1-4searchhandlers/README.searchhandlers
M  +0-9searchhandlers/xapianindexer.cpp
M  +1-10   searchwidget.cpp
M  +2-6searchwidget.h

http://commits.kde.org/khelpcenter/02c218083bebd581e8a33741cd101fcc0ac2cfef

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


[khelpcenter] [Bug 125276] search result page states the error "Htdig error: Unable to read configuration file" for each documentation

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=125276

Pino Toscano  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/khel
   ||pcenter/163133768d77ae16e36
   ||b31d1174d6c60d53cfdce
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Pino Toscano  ---
Git commit 163133768d77ae16e36b31d1174d6c60d53cfdce by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Remove the ht://dig support

ht://dig is basically unmantained for the past decade, and its
integration in khelpcenter has always been a sort of hack (execute
a CGI, and print its resulting HTML text).

Since Xapian is used as better solution, all of the htp://dig
supporting code can be removed completely.
Related: bug 122437, bug 152671, bug 158633, bug 209415, bug 244091, bug
255384, bug 256397, bug 277464, bug 103266, bug 112958

M  +0-2CMakeLists.txt
D  +0-14   README.htdig
M  +0-14   doc/khelpcenter/index.docbook
M  +0-9docmetainfo.cpp
M  +0-3docmetainfo.h
D  +0-61   htmlsearch.cpp
D  +0-51   htmlsearch.h
D  +0-47   htmlsearch/CMakeLists.txt
D  +0-5htmlsearch/Messages.sh
D  +0-23   htmlsearch/checked.xpm
D  +0-470  htmlsearch/htmlsearch.cpp
D  +0-254  htmlsearch/htmlsearch.desktop
D  +0-62   htmlsearch/htmlsearch.h
D  +0-25   htmlsearch/index.cpp
D  +0-371  htmlsearch/kcmhtmlsearch.cpp
D  +0-84   htmlsearch/kcmhtmlsearch.h
D  +0-52   htmlsearch/klangcombo.cpp
D  +0-47   htmlsearch/klangcombo.h
D  +0-246  htmlsearch/ktagcombobox.cpp
D  +0-92   htmlsearch/ktagcombobox.h
D  +0-6htmlsearch/long.html
D  +0-4htmlsearch/meinproc_wrapper
D  +0-21   htmlsearch/nomatch.html
D  +0-89   htmlsearch/progressdialog.cpp
D  +0-32   htmlsearch/progressdialog.h
D  +0-1htmlsearch/short.html
D  +---htmlsearch/star.png
D  +---htmlsearch/star_blank.png
D  +0-19   htmlsearch/syntax.html
D  +0-22   htmlsearch/unchecked.xpm
D  +0-16   htmlsearch/wrapper.html
D  +0-156  htmlsearchconfig.cpp
D  +0-58   htmlsearchconfig.h
M  +0-1kcmhelpcenter.cpp
M  +0-2kcmhelpcenter.h
M  +2-14   searchhandlers/CMakeLists.txt
D  +0-8searchhandlers/docbook.desktop.cmake
D  +0-8searchhandlers/htdig.desktop.cmake
D  +0-2searchhandlers/htdig_long.html
D  +0-222  searchhandlers/khc_docbookdig.pl.cmake
D  +0-148  searchhandlers/khc_htdig.pl.cmake
D  +0-117  searchhandlers/khc_htsearch.pl
M  +1-2tests/CMakeLists.txt

http://commits.kde.org/khelpcenter/163133768d77ae16e36b31d1174d6c60d53cfdce

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


[khelpcenter] [Bug 103266] Search on KDE application manual doesn't work

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=103266

Pino Toscano  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 57897, bug 93664, bug 112958, bug 115935, bug 161514, bug 173767,
bug 207519, bug 222494, bug 237329, bug 266290, bug 269260, bug 269619

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 93664] Add Builtin Help Center Search Facility Indexer

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=93664

Pino Toscano  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d

--- Comment #4 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 57897, bug 103266, bug 112958, bug 115935, bug 161514, bug 173767,
bug 207519, bug 222494, bug 237329, bug 266290, bug 269260, bug 269619

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 266290] System Settings help facility unusable

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=266290

Pino Toscano  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d

--- Comment #5 from Pino Toscano  ---
Git commit 583ed246c75ce2c686957b6e1dc34aaed31206b4 by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Add Xapian support for indexing and searching

Start using Xapian for indexing and searching the documentation: it
works much better than htp://dig, it provides a C++ API, and it is well
maintained.

Introduce two helper tools to create/update an index, and search on it,
starting from the cache.bz2 files generated by meinproc: this way it is
possible to index the whole text, with the entities already expanded
(something which would not be there when parsing the docbook files
directly). Make use of libxml2 to parse the HTML documents, and get all
the text in them.

Xapian and libxml2 are currently considered as mandatory dependencies:
they are portable, generally available everywhere, and not requiring
themselves too many extra dependencies.
Related: bug 126710, bug 93664, bug 103266, bug 115935, bug 122437, bug 125276,
bug 152671, bug 158633, bug 209415, bug 256397

M  +13   -0CMakeLists.txt
M  +35   -0searchhandlers/CMakeLists.txt
A  +134  -0searchhandlers/cachereader.cpp [License: GPL (v2+)]
A  +49   -0searchhandlers/cachereader.h [License: GPL (v2+)]
A  +107  -0searchhandlers/htmltextdump.cpp [License: GPL (v2+)]
A  +29   -0searchhandlers/htmltextdump.h [License: GPL (v2+)]
A  +5-0searchhandlers/xapian.desktop.cmake
A  +126  -0searchhandlers/xapiancommon.cpp [License: GPL (v2+)]
A  +50   -0searchhandlers/xapiancommon.h [License: GPL (v2+)]
A  +269  -0searchhandlers/xapianindexer.cpp [License: GPL (v2+)]
A  +151  -0searchhandlers/xapiansearch.cpp [License: GPL (v2+)]

http://commits.kde.org/khelpcenter/583ed246c75ce2c686957b6e1dc34aaed31206b4

--- Comment #6 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 57897, bug 93664, bug 103266, bug 112958, bug 115935, bug 161514,
bug 173767, bug 207519, bug 222494, bug 237329, bug 269260, bug 269619

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 158633] Searching Application Manuals returns khc_htsearch.pl command not search results

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=158633

Pino Toscano  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/163133768d77ae16e36
   ||b31d1174d6c60d53cfdce

--- Comment #3 from Pino Toscano  ---
Git commit 163133768d77ae16e36b31d1174d6c60d53cfdce by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Remove the ht://dig support

ht://dig is basically unmantained for the past decade, and its
integration in khelpcenter has always been a sort of hack (execute
a CGI, and print its resulting HTML text).

Since Xapian is used as better solution, all of the htp://dig
supporting code can be removed completely.
Related: bug 122437, bug 125276, bug 152671, bug 209415, bug 244091, bug
255384, bug 256397, bug 277464, bug 103266, bug 112958

M  +0-2CMakeLists.txt
D  +0-14   README.htdig
M  +0-14   doc/khelpcenter/index.docbook
M  +0-9docmetainfo.cpp
M  +0-3docmetainfo.h
D  +0-61   htmlsearch.cpp
D  +0-51   htmlsearch.h
D  +0-47   htmlsearch/CMakeLists.txt
D  +0-5htmlsearch/Messages.sh
D  +0-23   htmlsearch/checked.xpm
D  +0-470  htmlsearch/htmlsearch.cpp
D  +0-254  htmlsearch/htmlsearch.desktop
D  +0-62   htmlsearch/htmlsearch.h
D  +0-25   htmlsearch/index.cpp
D  +0-371  htmlsearch/kcmhtmlsearch.cpp
D  +0-84   htmlsearch/kcmhtmlsearch.h
D  +0-52   htmlsearch/klangcombo.cpp
D  +0-47   htmlsearch/klangcombo.h
D  +0-246  htmlsearch/ktagcombobox.cpp
D  +0-92   htmlsearch/ktagcombobox.h
D  +0-6htmlsearch/long.html
D  +0-4htmlsearch/meinproc_wrapper
D  +0-21   htmlsearch/nomatch.html
D  +0-89   htmlsearch/progressdialog.cpp
D  +0-32   htmlsearch/progressdialog.h
D  +0-1htmlsearch/short.html
D  +---htmlsearch/star.png
D  +---htmlsearch/star_blank.png
D  +0-19   htmlsearch/syntax.html
D  +0-22   htmlsearch/unchecked.xpm
D  +0-16   htmlsearch/wrapper.html
D  +0-156  htmlsearchconfig.cpp
D  +0-58   htmlsearchconfig.h
M  +0-1kcmhelpcenter.cpp
M  +0-2kcmhelpcenter.h
M  +2-14   searchhandlers/CMakeLists.txt
D  +0-8searchhandlers/docbook.desktop.cmake
D  +0-8searchhandlers/htdig.desktop.cmake
D  +0-2searchhandlers/htdig_long.html
D  +0-222  searchhandlers/khc_docbookdig.pl.cmake
D  +0-148  searchhandlers/khc_htdig.pl.cmake
D  +0-117  searchhandlers/khc_htsearch.pl
M  +1-2tests/CMakeLists.txt

http://commits.kde.org/khelpcenter/163133768d77ae16e36b31d1174d6c60d53cfdce

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


[khelpcenter] [Bug 266290] System Settings help facility unusable

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=266290

Pino Toscano  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d

--- Comment #5 from Pino Toscano  ---
Git commit 583ed246c75ce2c686957b6e1dc34aaed31206b4 by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Add Xapian support for indexing and searching

Start using Xapian for indexing and searching the documentation: it
works much better than htp://dig, it provides a C++ API, and it is well
maintained.

Introduce two helper tools to create/update an index, and search on it,
starting from the cache.bz2 files generated by meinproc: this way it is
possible to index the whole text, with the entities already expanded
(something which would not be there when parsing the docbook files
directly). Make use of libxml2 to parse the HTML documents, and get all
the text in them.

Xapian and libxml2 are currently considered as mandatory dependencies:
they are portable, generally available everywhere, and not requiring
themselves too many extra dependencies.
Related: bug 126710, bug 93664, bug 103266, bug 115935, bug 122437, bug 125276,
bug 152671, bug 158633, bug 209415, bug 256397

M  +13   -0CMakeLists.txt
M  +35   -0searchhandlers/CMakeLists.txt
A  +134  -0searchhandlers/cachereader.cpp [License: GPL (v2+)]
A  +49   -0searchhandlers/cachereader.h [License: GPL (v2+)]
A  +107  -0searchhandlers/htmltextdump.cpp [License: GPL (v2+)]
A  +29   -0searchhandlers/htmltextdump.h [License: GPL (v2+)]
A  +5-0searchhandlers/xapian.desktop.cmake
A  +126  -0searchhandlers/xapiancommon.cpp [License: GPL (v2+)]
A  +50   -0searchhandlers/xapiancommon.h [License: GPL (v2+)]
A  +269  -0searchhandlers/xapianindexer.cpp [License: GPL (v2+)]
A  +151  -0searchhandlers/xapiansearch.cpp [License: GPL (v2+)]

http://commits.kde.org/khelpcenter/583ed246c75ce2c686957b6e1dc34aaed31206b4

--- Comment #6 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 57897, bug 93664, bug 103266, bug 112958, bug 115935, bug 161514,
bug 173767, bug 207519, bug 222494, bug 237329, bug 269260, bug 269619

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 173767] Search button always disabled

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=173767

Pino Toscano  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d
 Resolution|--- |FIXED

--- Comment #1 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 57897, bug 93664, bug 103266, bug 112958, bug 115935, bug 161514,
bug 207519, bug 222494, bug 237329, bug 266290, bug 269260, bug 269619

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 57897] no glossary? no search function over all topics???

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=57897

Pino Toscano  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d
 Status|CONFIRMED   |RESOLVED

--- Comment #10 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 93664, bug 103266, bug 112958, bug 115935, bug 161514, bug 173767,
bug 207519, bug 222494, bug 237329, bug 266290, bug 269260, bug 269619

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 207519] Search Button does not work as expected

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=207519

Pino Toscano  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 57897, bug 93664, bug 103266, bug 112958, bug 115935, bug 161514,
bug 173767, bug 222494, bug 237329, bug 266290, bug 269260, bug 269619

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 112958] Can not create a search index for KDE help center.

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=112958

--- Comment #13 from Pino Toscano  ---
Git commit 163133768d77ae16e36b31d1174d6c60d53cfdce by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Remove the ht://dig support

ht://dig is basically unmantained for the past decade, and its
integration in khelpcenter has always been a sort of hack (execute
a CGI, and print its resulting HTML text).

Since Xapian is used as better solution, all of the htp://dig
supporting code can be removed completely.
Related: bug 122437, bug 125276, bug 152671, bug 158633, bug 209415, bug
244091, bug 255384, bug 256397, bug 277464, bug 103266

M  +0-2CMakeLists.txt
D  +0-14   README.htdig
M  +0-14   doc/khelpcenter/index.docbook
M  +0-9docmetainfo.cpp
M  +0-3docmetainfo.h
D  +0-61   htmlsearch.cpp
D  +0-51   htmlsearch.h
D  +0-47   htmlsearch/CMakeLists.txt
D  +0-5htmlsearch/Messages.sh
D  +0-23   htmlsearch/checked.xpm
D  +0-470  htmlsearch/htmlsearch.cpp
D  +0-254  htmlsearch/htmlsearch.desktop
D  +0-62   htmlsearch/htmlsearch.h
D  +0-25   htmlsearch/index.cpp
D  +0-371  htmlsearch/kcmhtmlsearch.cpp
D  +0-84   htmlsearch/kcmhtmlsearch.h
D  +0-52   htmlsearch/klangcombo.cpp
D  +0-47   htmlsearch/klangcombo.h
D  +0-246  htmlsearch/ktagcombobox.cpp
D  +0-92   htmlsearch/ktagcombobox.h
D  +0-6htmlsearch/long.html
D  +0-4htmlsearch/meinproc_wrapper
D  +0-21   htmlsearch/nomatch.html
D  +0-89   htmlsearch/progressdialog.cpp
D  +0-32   htmlsearch/progressdialog.h
D  +0-1htmlsearch/short.html
D  +---htmlsearch/star.png
D  +---htmlsearch/star_blank.png
D  +0-19   htmlsearch/syntax.html
D  +0-22   htmlsearch/unchecked.xpm
D  +0-16   htmlsearch/wrapper.html
D  +0-156  htmlsearchconfig.cpp
D  +0-58   htmlsearchconfig.h
M  +0-1kcmhelpcenter.cpp
M  +0-2kcmhelpcenter.h
M  +2-14   searchhandlers/CMakeLists.txt
D  +0-8searchhandlers/docbook.desktop.cmake
D  +0-8searchhandlers/htdig.desktop.cmake
D  +0-2searchhandlers/htdig_long.html
D  +0-222  searchhandlers/khc_docbookdig.pl.cmake
D  +0-148  searchhandlers/khc_htdig.pl.cmake
D  +0-117  searchhandlers/khc_htsearch.pl
M  +1-2tests/CMakeLists.txt

http://commits.kde.org/khelpcenter/163133768d77ae16e36b31d1174d6c60d53cfdce

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


[khelpcenter] [Bug 269619] Search box missing in Help Center in KDE 4.6.1

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=269619

Pino Toscano  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d
 Resolution|--- |FIXED

--- Comment #3 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 57897, bug 93664, bug 103266, bug 112958, bug 115935, bug 161514,
bug 173767, bug 207519, bug 222494, bug 237329, bug 266290, bug 269260

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 101876] KDE Help Center's Build Search Index window displays empty scope list

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=101876

Pino Toscano  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/02c218083bebd581e8a
   ||33741cd101fcc0ac2cfef
 Status|CONFIRMED   |RESOLVED

--- Comment #28 from Pino Toscano  ---
Git commit 02c218083bebd581e8a33741cd101fcc0ac2cfef by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Automatically update indexes at startup

Currently the user is asked to manually update the search index, which
is not a friendly solution. Instead, start the indexing update right
after the startup, with a indefinite progress bar showing the on-going
process. Considering the Xapian indexing is generally fast, this won't
cause a big delay between the startup and when the user can start
searching.

Move the queue-based index logic from IndexBuilder to Navigator
directly, getting rid of the separate khc_indexbuilder tool (no need to
have an helper tool to spawn the actual indexing/searcing tools) and
the D-Bus interface to support it, and removing the indexing dialog
(now everything that can be indexed is updated).

This also removes the need for indexers to create .exists
files in the index directories.
Related: bug 164308, bug 205126, bug 222494, bug 269260

M  +0-16   CMakeLists.txt
D  +0-1config-khelpcenter.h.cmake
M  +1-16   docentry.cpp
M  +0-2docentry.h
D  +0-691  kcmhelpcenter.cpp
D  +0-251  kcmhelpcenter.desktop
D  +0-166  kcmhelpcenter.h
D  +0-204  khc_indexbuilder.cpp
D  +0-58   khc_indexbuilder.h
M  +2-0mainwindow.cpp
M  +121  -44   navigator.cpp
M  +15   -6navigator.h
D  +0-14   org.kde.khelpcenter.kcmhelpcenter.xml
M  +1-4searchhandlers/README.searchhandlers
M  +0-9searchhandlers/xapianindexer.cpp
M  +1-10   searchwidget.cpp
M  +2-6searchwidget.h

http://commits.kde.org/khelpcenter/02c218083bebd581e8a33741cd101fcc0ac2cfef

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


[khelpcenter] [Bug 222494] Kopete Help Assistant crashed after cancelling the index building

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=222494

Pino Toscano  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |FIXED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d
 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 57897, bug 93664, bug 103266, bug 112958, bug 115935, bug 161514,
bug 173767, bug 207519, bug 237329, bug 266290, bug 269260, bug 269619

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 161514] Search is not working

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=161514

Pino Toscano  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d

--- Comment #1 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 57897, bug 93664, bug 103266, bug 112958, bug 115935, bug 173767,
bug 207519, bug 222494, bug 237329, bug 266290, bug 269260, bug 269619

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 152671] Creating index for 'kde_application_manuals' htdig failed

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=152671

Pino Toscano  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/163133768d77ae16e36
   ||b31d1174d6c60d53cfdce
 Resolution|--- |FIXED

--- Comment #3 from Pino Toscano  ---
Git commit 163133768d77ae16e36b31d1174d6c60d53cfdce by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Remove the ht://dig support

ht://dig is basically unmantained for the past decade, and its
integration in khelpcenter has always been a sort of hack (execute
a CGI, and print its resulting HTML text).

Since Xapian is used as better solution, all of the htp://dig
supporting code can be removed completely.
Related: bug 122437, bug 125276, bug 158633, bug 209415, bug 244091, bug
255384, bug 256397, bug 277464, bug 103266, bug 112958

M  +0-2CMakeLists.txt
D  +0-14   README.htdig
M  +0-14   doc/khelpcenter/index.docbook
M  +0-9docmetainfo.cpp
M  +0-3docmetainfo.h
D  +0-61   htmlsearch.cpp
D  +0-51   htmlsearch.h
D  +0-47   htmlsearch/CMakeLists.txt
D  +0-5htmlsearch/Messages.sh
D  +0-23   htmlsearch/checked.xpm
D  +0-470  htmlsearch/htmlsearch.cpp
D  +0-254  htmlsearch/htmlsearch.desktop
D  +0-62   htmlsearch/htmlsearch.h
D  +0-25   htmlsearch/index.cpp
D  +0-371  htmlsearch/kcmhtmlsearch.cpp
D  +0-84   htmlsearch/kcmhtmlsearch.h
D  +0-52   htmlsearch/klangcombo.cpp
D  +0-47   htmlsearch/klangcombo.h
D  +0-246  htmlsearch/ktagcombobox.cpp
D  +0-92   htmlsearch/ktagcombobox.h
D  +0-6htmlsearch/long.html
D  +0-4htmlsearch/meinproc_wrapper
D  +0-21   htmlsearch/nomatch.html
D  +0-89   htmlsearch/progressdialog.cpp
D  +0-32   htmlsearch/progressdialog.h
D  +0-1htmlsearch/short.html
D  +---htmlsearch/star.png
D  +---htmlsearch/star_blank.png
D  +0-19   htmlsearch/syntax.html
D  +0-22   htmlsearch/unchecked.xpm
D  +0-16   htmlsearch/wrapper.html
D  +0-156  htmlsearchconfig.cpp
D  +0-58   htmlsearchconfig.h
M  +0-1kcmhelpcenter.cpp
M  +0-2kcmhelpcenter.h
M  +2-14   searchhandlers/CMakeLists.txt
D  +0-8searchhandlers/docbook.desktop.cmake
D  +0-8searchhandlers/htdig.desktop.cmake
D  +0-2searchhandlers/htdig_long.html
D  +0-222  searchhandlers/khc_docbookdig.pl.cmake
D  +0-148  searchhandlers/khc_htdig.pl.cmake
D  +0-117  searchhandlers/khc_htsearch.pl
M  +1-2tests/CMakeLists.txt

http://commits.kde.org/khelpcenter/163133768d77ae16e36b31d1174d6c60d53cfdce

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


[khelpcenter] [Bug 255384] When htdig is missing, it should let the user install from the package manager

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=255384

Pino Toscano  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/163133768d77ae16e36
   ||b31d1174d6c60d53cfdce
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Pino Toscano  ---
Git commit 163133768d77ae16e36b31d1174d6c60d53cfdce by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Remove the ht://dig support

ht://dig is basically unmantained for the past decade, and its
integration in khelpcenter has always been a sort of hack (execute
a CGI, and print its resulting HTML text).

Since Xapian is used as better solution, all of the htp://dig
supporting code can be removed completely.
Related: bug 122437, bug 125276, bug 152671, bug 158633, bug 209415, bug
244091, bug 256397, bug 277464, bug 103266, bug 112958

M  +0-2CMakeLists.txt
D  +0-14   README.htdig
M  +0-14   doc/khelpcenter/index.docbook
M  +0-9docmetainfo.cpp
M  +0-3docmetainfo.h
D  +0-61   htmlsearch.cpp
D  +0-51   htmlsearch.h
D  +0-47   htmlsearch/CMakeLists.txt
D  +0-5htmlsearch/Messages.sh
D  +0-23   htmlsearch/checked.xpm
D  +0-470  htmlsearch/htmlsearch.cpp
D  +0-254  htmlsearch/htmlsearch.desktop
D  +0-62   htmlsearch/htmlsearch.h
D  +0-25   htmlsearch/index.cpp
D  +0-371  htmlsearch/kcmhtmlsearch.cpp
D  +0-84   htmlsearch/kcmhtmlsearch.h
D  +0-52   htmlsearch/klangcombo.cpp
D  +0-47   htmlsearch/klangcombo.h
D  +0-246  htmlsearch/ktagcombobox.cpp
D  +0-92   htmlsearch/ktagcombobox.h
D  +0-6htmlsearch/long.html
D  +0-4htmlsearch/meinproc_wrapper
D  +0-21   htmlsearch/nomatch.html
D  +0-89   htmlsearch/progressdialog.cpp
D  +0-32   htmlsearch/progressdialog.h
D  +0-1htmlsearch/short.html
D  +---htmlsearch/star.png
D  +---htmlsearch/star_blank.png
D  +0-19   htmlsearch/syntax.html
D  +0-22   htmlsearch/unchecked.xpm
D  +0-16   htmlsearch/wrapper.html
D  +0-156  htmlsearchconfig.cpp
D  +0-58   htmlsearchconfig.h
M  +0-1kcmhelpcenter.cpp
M  +0-2kcmhelpcenter.h
M  +2-14   searchhandlers/CMakeLists.txt
D  +0-8searchhandlers/docbook.desktop.cmake
D  +0-8searchhandlers/htdig.desktop.cmake
D  +0-2searchhandlers/htdig_long.html
D  +0-222  searchhandlers/khc_docbookdig.pl.cmake
D  +0-148  searchhandlers/khc_htdig.pl.cmake
D  +0-117  searchhandlers/khc_htsearch.pl
M  +1-2tests/CMakeLists.txt

http://commits.kde.org/khelpcenter/163133768d77ae16e36b31d1174d6c60d53cfdce

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


[khelpcenter] [Bug 115935] khelpcenter sends user into a loop

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=115935

Pino Toscano  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 57897, bug 93664, bug 103266, bug 112958, bug 161514, bug 173767,
bug 207519, bug 222494, bug 237329, bug 266290, bug 269260, bug 269619

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 244091] Bad result page after search in KHelpCenter

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=244091

Pino Toscano  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/163133768d77ae16e36
   ||b31d1174d6c60d53cfdce

--- Comment #2 from Pino Toscano  ---
Git commit 163133768d77ae16e36b31d1174d6c60d53cfdce by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Remove the ht://dig support

ht://dig is basically unmantained for the past decade, and its
integration in khelpcenter has always been a sort of hack (execute
a CGI, and print its resulting HTML text).

Since Xapian is used as better solution, all of the htp://dig
supporting code can be removed completely.
Related: bug 122437, bug 125276, bug 152671, bug 158633, bug 209415, bug
255384, bug 256397, bug 277464, bug 103266, bug 112958

M  +0-2CMakeLists.txt
D  +0-14   README.htdig
M  +0-14   doc/khelpcenter/index.docbook
M  +0-9docmetainfo.cpp
M  +0-3docmetainfo.h
D  +0-61   htmlsearch.cpp
D  +0-51   htmlsearch.h
D  +0-47   htmlsearch/CMakeLists.txt
D  +0-5htmlsearch/Messages.sh
D  +0-23   htmlsearch/checked.xpm
D  +0-470  htmlsearch/htmlsearch.cpp
D  +0-254  htmlsearch/htmlsearch.desktop
D  +0-62   htmlsearch/htmlsearch.h
D  +0-25   htmlsearch/index.cpp
D  +0-371  htmlsearch/kcmhtmlsearch.cpp
D  +0-84   htmlsearch/kcmhtmlsearch.h
D  +0-52   htmlsearch/klangcombo.cpp
D  +0-47   htmlsearch/klangcombo.h
D  +0-246  htmlsearch/ktagcombobox.cpp
D  +0-92   htmlsearch/ktagcombobox.h
D  +0-6htmlsearch/long.html
D  +0-4htmlsearch/meinproc_wrapper
D  +0-21   htmlsearch/nomatch.html
D  +0-89   htmlsearch/progressdialog.cpp
D  +0-32   htmlsearch/progressdialog.h
D  +0-1htmlsearch/short.html
D  +---htmlsearch/star.png
D  +---htmlsearch/star_blank.png
D  +0-19   htmlsearch/syntax.html
D  +0-22   htmlsearch/unchecked.xpm
D  +0-16   htmlsearch/wrapper.html
D  +0-156  htmlsearchconfig.cpp
D  +0-58   htmlsearchconfig.h
M  +0-1kcmhelpcenter.cpp
M  +0-2kcmhelpcenter.h
M  +2-14   searchhandlers/CMakeLists.txt
D  +0-8searchhandlers/docbook.desktop.cmake
D  +0-8searchhandlers/htdig.desktop.cmake
D  +0-2searchhandlers/htdig_long.html
D  +0-222  searchhandlers/khc_docbookdig.pl.cmake
D  +0-148  searchhandlers/khc_htdig.pl.cmake
D  +0-117  searchhandlers/khc_htsearch.pl
M  +1-2tests/CMakeLists.txt

http://commits.kde.org/khelpcenter/163133768d77ae16e36b31d1174d6c60d53cfdce

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


[khelpcenter] [Bug 277464] Search in khelpcenter is working with small patch

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=277464

Pino Toscano  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/163133768d77ae16e36
   ||b31d1174d6c60d53cfdce
 Resolution|--- |FIXED

--- Comment #4 from Pino Toscano  ---
Git commit 163133768d77ae16e36b31d1174d6c60d53cfdce by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Remove the ht://dig support

ht://dig is basically unmantained for the past decade, and its
integration in khelpcenter has always been a sort of hack (execute
a CGI, and print its resulting HTML text).

Since Xapian is used as better solution, all of the htp://dig
supporting code can be removed completely.
Related: bug 122437, bug 125276, bug 152671, bug 158633, bug 209415, bug
244091, bug 255384, bug 256397, bug 103266, bug 112958

M  +0-2CMakeLists.txt
D  +0-14   README.htdig
M  +0-14   doc/khelpcenter/index.docbook
M  +0-9docmetainfo.cpp
M  +0-3docmetainfo.h
D  +0-61   htmlsearch.cpp
D  +0-51   htmlsearch.h
D  +0-47   htmlsearch/CMakeLists.txt
D  +0-5htmlsearch/Messages.sh
D  +0-23   htmlsearch/checked.xpm
D  +0-470  htmlsearch/htmlsearch.cpp
D  +0-254  htmlsearch/htmlsearch.desktop
D  +0-62   htmlsearch/htmlsearch.h
D  +0-25   htmlsearch/index.cpp
D  +0-371  htmlsearch/kcmhtmlsearch.cpp
D  +0-84   htmlsearch/kcmhtmlsearch.h
D  +0-52   htmlsearch/klangcombo.cpp
D  +0-47   htmlsearch/klangcombo.h
D  +0-246  htmlsearch/ktagcombobox.cpp
D  +0-92   htmlsearch/ktagcombobox.h
D  +0-6htmlsearch/long.html
D  +0-4htmlsearch/meinproc_wrapper
D  +0-21   htmlsearch/nomatch.html
D  +0-89   htmlsearch/progressdialog.cpp
D  +0-32   htmlsearch/progressdialog.h
D  +0-1htmlsearch/short.html
D  +---htmlsearch/star.png
D  +---htmlsearch/star_blank.png
D  +0-19   htmlsearch/syntax.html
D  +0-22   htmlsearch/unchecked.xpm
D  +0-16   htmlsearch/wrapper.html
D  +0-156  htmlsearchconfig.cpp
D  +0-58   htmlsearchconfig.h
M  +0-1kcmhelpcenter.cpp
M  +0-2kcmhelpcenter.h
M  +2-14   searchhandlers/CMakeLists.txt
D  +0-8searchhandlers/docbook.desktop.cmake
D  +0-8searchhandlers/htdig.desktop.cmake
D  +0-2searchhandlers/htdig_long.html
D  +0-222  searchhandlers/khc_docbookdig.pl.cmake
D  +0-148  searchhandlers/khc_htdig.pl.cmake
D  +0-117  searchhandlers/khc_htsearch.pl
M  +1-2tests/CMakeLists.txt

http://commits.kde.org/khelpcenter/163133768d77ae16e36b31d1174d6c60d53cfdce

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


[khelpcenter] [Bug 209415] search index broken --- xsltCompilePattern : failed to compile 'sect*/title'

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=209415

Pino Toscano  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/163133768d77ae16e36
   ||b31d1174d6c60d53cfdce

--- Comment #8 from Pino Toscano  ---
Git commit 163133768d77ae16e36b31d1174d6c60d53cfdce by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Remove the ht://dig support

ht://dig is basically unmantained for the past decade, and its
integration in khelpcenter has always been a sort of hack (execute
a CGI, and print its resulting HTML text).

Since Xapian is used as better solution, all of the htp://dig
supporting code can be removed completely.
Related: bug 122437, bug 125276, bug 152671, bug 158633, bug 244091, bug
255384, bug 256397, bug 277464, bug 103266, bug 112958

M  +0-2CMakeLists.txt
D  +0-14   README.htdig
M  +0-14   doc/khelpcenter/index.docbook
M  +0-9docmetainfo.cpp
M  +0-3docmetainfo.h
D  +0-61   htmlsearch.cpp
D  +0-51   htmlsearch.h
D  +0-47   htmlsearch/CMakeLists.txt
D  +0-5htmlsearch/Messages.sh
D  +0-23   htmlsearch/checked.xpm
D  +0-470  htmlsearch/htmlsearch.cpp
D  +0-254  htmlsearch/htmlsearch.desktop
D  +0-62   htmlsearch/htmlsearch.h
D  +0-25   htmlsearch/index.cpp
D  +0-371  htmlsearch/kcmhtmlsearch.cpp
D  +0-84   htmlsearch/kcmhtmlsearch.h
D  +0-52   htmlsearch/klangcombo.cpp
D  +0-47   htmlsearch/klangcombo.h
D  +0-246  htmlsearch/ktagcombobox.cpp
D  +0-92   htmlsearch/ktagcombobox.h
D  +0-6htmlsearch/long.html
D  +0-4htmlsearch/meinproc_wrapper
D  +0-21   htmlsearch/nomatch.html
D  +0-89   htmlsearch/progressdialog.cpp
D  +0-32   htmlsearch/progressdialog.h
D  +0-1htmlsearch/short.html
D  +---htmlsearch/star.png
D  +---htmlsearch/star_blank.png
D  +0-19   htmlsearch/syntax.html
D  +0-22   htmlsearch/unchecked.xpm
D  +0-16   htmlsearch/wrapper.html
D  +0-156  htmlsearchconfig.cpp
D  +0-58   htmlsearchconfig.h
M  +0-1kcmhelpcenter.cpp
M  +0-2kcmhelpcenter.h
M  +2-14   searchhandlers/CMakeLists.txt
D  +0-8searchhandlers/docbook.desktop.cmake
D  +0-8searchhandlers/htdig.desktop.cmake
D  +0-2searchhandlers/htdig_long.html
D  +0-222  searchhandlers/khc_docbookdig.pl.cmake
D  +0-148  searchhandlers/khc_htdig.pl.cmake
D  +0-117  searchhandlers/khc_htsearch.pl
M  +1-2tests/CMakeLists.txt

http://commits.kde.org/khelpcenter/163133768d77ae16e36b31d1174d6c60d53cfdce

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


[khelpcenter] [Bug 269260] search and build the indix for documentation

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=269260

Pino Toscano  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 57897, bug 93664, bug 103266, bug 112958, bug 115935, bug 161514,
bug 173767, bug 207519, bug 222494, bug 237329, bug 266290, bug 269619

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 237329] documentation search is borked

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=237329

Pino Toscano  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/khel
   ||pcenter/cafde04221d0f0d20b0
   ||42f9afcf63669f23b7a1d
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Pino Toscano  ---
Git commit cafde04221d0f0d20b042f9afcf63669f23b7a1d by Pino Toscano.
Committed on 12/03/2016 at 23:02.
Pushed by pino into branch 'master'.

Re-enable the full-index search

Now that
- Xapian is in place for indexing and searching
- ht://dig is removed
- indexes are updated automatically each startup
we can enable the full-index search again.
Related: bug 57897, bug 93664, bug 103266, bug 112958, bug 115935, bug 161514,
bug 173767, bug 207519, bug 222494, bug 266290, bug 269260, bug 269619

M  +1-3navigator.cpp

http://commits.kde.org/khelpcenter/cafde04221d0f0d20b042f9afcf63669f23b7a1d

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


[khelpcenter] [Bug 269260] search and build the indix for documentation

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=269260

--- Comment #1 from Pino Toscano  ---
Git commit 02c218083bebd581e8a33741cd101fcc0ac2cfef by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Automatically update indexes at startup

Currently the user is asked to manually update the search index, which
is not a friendly solution. Instead, start the indexing update right
after the startup, with a indefinite progress bar showing the on-going
process. Considering the Xapian indexing is generally fast, this won't
cause a big delay between the startup and when the user can start
searching.

Move the queue-based index logic from IndexBuilder to Navigator
directly, getting rid of the separate khc_indexbuilder tool (no need to
have an helper tool to spawn the actual indexing/searcing tools) and
the D-Bus interface to support it, and removing the indexing dialog
(now everything that can be indexed is updated).

This also removes the need for indexers to create .exists
files in the index directories.
Related: bug 101876, bug 164308, bug 205126, bug 222494

M  +0-16   CMakeLists.txt
D  +0-1config-khelpcenter.h.cmake
M  +1-16   docentry.cpp
M  +0-2docentry.h
D  +0-691  kcmhelpcenter.cpp
D  +0-251  kcmhelpcenter.desktop
D  +0-166  kcmhelpcenter.h
D  +0-204  khc_indexbuilder.cpp
D  +0-58   khc_indexbuilder.h
M  +2-0mainwindow.cpp
M  +121  -44   navigator.cpp
M  +15   -6navigator.h
D  +0-14   org.kde.khelpcenter.kcmhelpcenter.xml
M  +1-4searchhandlers/README.searchhandlers
M  +0-9searchhandlers/xapianindexer.cpp
M  +1-10   searchwidget.cpp
M  +2-6searchwidget.h

http://commits.kde.org/khelpcenter/02c218083bebd581e8a33741cd101fcc0ac2cfef

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


[digikam] [Bug 360434] Geolocation Editor messed up size and contents

2016-03-12 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360434

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #5 from Maik Qualmann  ---
The window size is not remembered, is not to reproduce here. Please test this
commit, whether the images list can be seen now.

Maik

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


[kscreenlocker] [Bug 360396] kscreenlocker-greet ignores KB and Mouse after screen energy saving activates

2016-03-12 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360396

Rex Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DOWNSTREAM

--- Comment #11 from Rex Dieter  ---
thanks, assuming one of those downstream updates did it (I would guess kernel
or xorg-x11-server)

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


[digikam] [Bug 360434] Geolocation Editor messed up size and contents

2016-03-12 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360434

--- Comment #4 from Maik Qualmann  ---
Git commit df19f191662721cc5b610356da7aff697f3e69ae by Maik Qualmann.
Committed on 12/03/2016 at 23:05.
Pushed by mqualmann into branch 'master'.

fix initial size (now 800x600), bookmarks icon and progress bar size in the
geolocation tool

M  +8-7utilities/geolocation/editor/dialog/geolocationedit.cpp

http://commits.kde.org/digikam/df19f191662721cc5b610356da7aff697f3e69ae

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


[khelpcenter] [Bug 126710] Search index should be build on localized documentation

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=126710

Pino Toscano  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/khel
   ||pcenter/583ed246c75ce2c6869
   ||57b6e1dc34aaed31206b4

--- Comment #1 from Pino Toscano  ---
Git commit 583ed246c75ce2c686957b6e1dc34aaed31206b4 by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Add Xapian support for indexing and searching

Start using Xapian for indexing and searching the documentation: it
works much better than htp://dig, it provides a C++ API, and it is well
maintained.

Introduce two helper tools to create/update an index, and search on it,
starting from the cache.bz2 files generated by meinproc: this way it is
possible to index the whole text, with the entities already expanded
(something which would not be there when parsing the docbook files
directly). Make use of libxml2 to parse the HTML documents, and get all
the text in them.

Xapian and libxml2 are currently considered as mandatory dependencies:
they are portable, generally available everywhere, and not requiring
themselves too many extra dependencies.
Related: bug 93664, bug 103266, bug 115935, bug 122437, bug 125276, bug 152671,
bug 158633, bug 209415, bug 256397, bug 266290

M  +13   -0CMakeLists.txt
M  +35   -0searchhandlers/CMakeLists.txt
A  +134  -0searchhandlers/cachereader.cpp [License: GPL (v2+)]
A  +49   -0searchhandlers/cachereader.h [License: GPL (v2+)]
A  +107  -0searchhandlers/htmltextdump.cpp [License: GPL (v2+)]
A  +29   -0searchhandlers/htmltextdump.h [License: GPL (v2+)]
A  +5-0searchhandlers/xapian.desktop.cmake
A  +126  -0searchhandlers/xapiancommon.cpp [License: GPL (v2+)]
A  +50   -0searchhandlers/xapiancommon.h [License: GPL (v2+)]
A  +269  -0searchhandlers/xapianindexer.cpp [License: GPL (v2+)]
A  +151  -0searchhandlers/xapiansearch.cpp [License: GPL (v2+)]

http://commits.kde.org/khelpcenter/583ed246c75ce2c686957b6e1dc34aaed31206b4

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


[khelpcenter] [Bug 152671] Creating index for 'kde_application_manuals' htdig failed

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=152671

--- Comment #2 from Pino Toscano  ---
Git commit 583ed246c75ce2c686957b6e1dc34aaed31206b4 by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Add Xapian support for indexing and searching

Start using Xapian for indexing and searching the documentation: it
works much better than htp://dig, it provides a C++ API, and it is well
maintained.

Introduce two helper tools to create/update an index, and search on it,
starting from the cache.bz2 files generated by meinproc: this way it is
possible to index the whole text, with the entities already expanded
(something which would not be there when parsing the docbook files
directly). Make use of libxml2 to parse the HTML documents, and get all
the text in them.

Xapian and libxml2 are currently considered as mandatory dependencies:
they are portable, generally available everywhere, and not requiring
themselves too many extra dependencies.
Related: bug 126710, bug 93664, bug 103266, bug 115935, bug 122437, bug 125276,
bug 158633, bug 209415, bug 256397, bug 266290

M  +13   -0CMakeLists.txt
M  +35   -0searchhandlers/CMakeLists.txt
A  +134  -0searchhandlers/cachereader.cpp [License: GPL (v2+)]
A  +49   -0searchhandlers/cachereader.h [License: GPL (v2+)]
A  +107  -0searchhandlers/htmltextdump.cpp [License: GPL (v2+)]
A  +29   -0searchhandlers/htmltextdump.h [License: GPL (v2+)]
A  +5-0searchhandlers/xapian.desktop.cmake
A  +126  -0searchhandlers/xapiancommon.cpp [License: GPL (v2+)]
A  +50   -0searchhandlers/xapiancommon.h [License: GPL (v2+)]
A  +269  -0searchhandlers/xapianindexer.cpp [License: GPL (v2+)]
A  +151  -0searchhandlers/xapiansearch.cpp [License: GPL (v2+)]

http://commits.kde.org/khelpcenter/583ed246c75ce2c686957b6e1dc34aaed31206b4

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


[khelpcenter] [Bug 122437] htdig not functional in 'Build Search Index' for kde_application_manuals (khelpcenter)

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=122437

--- Comment #18 from Pino Toscano  ---
Git commit 583ed246c75ce2c686957b6e1dc34aaed31206b4 by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Add Xapian support for indexing and searching

Start using Xapian for indexing and searching the documentation: it
works much better than htp://dig, it provides a C++ API, and it is well
maintained.

Introduce two helper tools to create/update an index, and search on it,
starting from the cache.bz2 files generated by meinproc: this way it is
possible to index the whole text, with the entities already expanded
(something which would not be there when parsing the docbook files
directly). Make use of libxml2 to parse the HTML documents, and get all
the text in them.

Xapian and libxml2 are currently considered as mandatory dependencies:
they are portable, generally available everywhere, and not requiring
themselves too many extra dependencies.
Related: bug 126710, bug 93664, bug 103266, bug 115935, bug 125276, bug 152671,
bug 158633, bug 209415, bug 256397, bug 266290

M  +13   -0CMakeLists.txt
M  +35   -0searchhandlers/CMakeLists.txt
A  +134  -0searchhandlers/cachereader.cpp [License: GPL (v2+)]
A  +49   -0searchhandlers/cachereader.h [License: GPL (v2+)]
A  +107  -0searchhandlers/htmltextdump.cpp [License: GPL (v2+)]
A  +29   -0searchhandlers/htmltextdump.h [License: GPL (v2+)]
A  +5-0searchhandlers/xapian.desktop.cmake
A  +126  -0searchhandlers/xapiancommon.cpp [License: GPL (v2+)]
A  +50   -0searchhandlers/xapiancommon.h [License: GPL (v2+)]
A  +269  -0searchhandlers/xapianindexer.cpp [License: GPL (v2+)]
A  +151  -0searchhandlers/xapiansearch.cpp [License: GPL (v2+)]

http://commits.kde.org/khelpcenter/583ed246c75ce2c686957b6e1dc34aaed31206b4

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


[khelpcenter] [Bug 125276] search result page states the error "Htdig error: Unable to read configuration file" for each documentation

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=125276

--- Comment #1 from Pino Toscano  ---
Git commit 583ed246c75ce2c686957b6e1dc34aaed31206b4 by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Add Xapian support for indexing and searching

Start using Xapian for indexing and searching the documentation: it
works much better than htp://dig, it provides a C++ API, and it is well
maintained.

Introduce two helper tools to create/update an index, and search on it,
starting from the cache.bz2 files generated by meinproc: this way it is
possible to index the whole text, with the entities already expanded
(something which would not be there when parsing the docbook files
directly). Make use of libxml2 to parse the HTML documents, and get all
the text in them.

Xapian and libxml2 are currently considered as mandatory dependencies:
they are portable, generally available everywhere, and not requiring
themselves too many extra dependencies.
Related: bug 126710, bug 93664, bug 103266, bug 115935, bug 122437, bug 152671,
bug 158633, bug 209415, bug 256397, bug 266290

M  +13   -0CMakeLists.txt
M  +35   -0searchhandlers/CMakeLists.txt
A  +134  -0searchhandlers/cachereader.cpp [License: GPL (v2+)]
A  +49   -0searchhandlers/cachereader.h [License: GPL (v2+)]
A  +107  -0searchhandlers/htmltextdump.cpp [License: GPL (v2+)]
A  +29   -0searchhandlers/htmltextdump.h [License: GPL (v2+)]
A  +5-0searchhandlers/xapian.desktop.cmake
A  +126  -0searchhandlers/xapiancommon.cpp [License: GPL (v2+)]
A  +50   -0searchhandlers/xapiancommon.h [License: GPL (v2+)]
A  +269  -0searchhandlers/xapianindexer.cpp [License: GPL (v2+)]
A  +151  -0searchhandlers/xapiansearch.cpp [License: GPL (v2+)]

http://commits.kde.org/khelpcenter/583ed246c75ce2c686957b6e1dc34aaed31206b4

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


[khelpcenter] [Bug 93664] Add Builtin Help Center Search Facility Indexer

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=93664

--- Comment #3 from Pino Toscano  ---
Git commit 583ed246c75ce2c686957b6e1dc34aaed31206b4 by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Add Xapian support for indexing and searching

Start using Xapian for indexing and searching the documentation: it
works much better than htp://dig, it provides a C++ API, and it is well
maintained.

Introduce two helper tools to create/update an index, and search on it,
starting from the cache.bz2 files generated by meinproc: this way it is
possible to index the whole text, with the entities already expanded
(something which would not be there when parsing the docbook files
directly). Make use of libxml2 to parse the HTML documents, and get all
the text in them.

Xapian and libxml2 are currently considered as mandatory dependencies:
they are portable, generally available everywhere, and not requiring
themselves too many extra dependencies.
Related: bug 126710, bug 103266, bug 115935, bug 122437, bug 125276, bug
152671, bug 158633, bug 209415, bug 256397, bug 266290

M  +13   -0CMakeLists.txt
M  +35   -0searchhandlers/CMakeLists.txt
A  +134  -0searchhandlers/cachereader.cpp [License: GPL (v2+)]
A  +49   -0searchhandlers/cachereader.h [License: GPL (v2+)]
A  +107  -0searchhandlers/htmltextdump.cpp [License: GPL (v2+)]
A  +29   -0searchhandlers/htmltextdump.h [License: GPL (v2+)]
A  +5-0searchhandlers/xapian.desktop.cmake
A  +126  -0searchhandlers/xapiancommon.cpp [License: GPL (v2+)]
A  +50   -0searchhandlers/xapiancommon.h [License: GPL (v2+)]
A  +269  -0searchhandlers/xapianindexer.cpp [License: GPL (v2+)]
A  +151  -0searchhandlers/xapiansearch.cpp [License: GPL (v2+)]

http://commits.kde.org/khelpcenter/583ed246c75ce2c686957b6e1dc34aaed31206b4

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


[khelpcenter] [Bug 209415] search index broken --- xsltCompilePattern : failed to compile 'sect*/title'

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=209415

--- Comment #7 from Pino Toscano  ---
Git commit 583ed246c75ce2c686957b6e1dc34aaed31206b4 by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Add Xapian support for indexing and searching

Start using Xapian for indexing and searching the documentation: it
works much better than htp://dig, it provides a C++ API, and it is well
maintained.

Introduce two helper tools to create/update an index, and search on it,
starting from the cache.bz2 files generated by meinproc: this way it is
possible to index the whole text, with the entities already expanded
(something which would not be there when parsing the docbook files
directly). Make use of libxml2 to parse the HTML documents, and get all
the text in them.

Xapian and libxml2 are currently considered as mandatory dependencies:
they are portable, generally available everywhere, and not requiring
themselves too many extra dependencies.
Related: bug 126710, bug 93664, bug 103266, bug 115935, bug 122437, bug 125276,
bug 152671, bug 158633, bug 256397, bug 266290

M  +13   -0CMakeLists.txt
M  +35   -0searchhandlers/CMakeLists.txt
A  +134  -0searchhandlers/cachereader.cpp [License: GPL (v2+)]
A  +49   -0searchhandlers/cachereader.h [License: GPL (v2+)]
A  +107  -0searchhandlers/htmltextdump.cpp [License: GPL (v2+)]
A  +29   -0searchhandlers/htmltextdump.h [License: GPL (v2+)]
A  +5-0searchhandlers/xapian.desktop.cmake
A  +126  -0searchhandlers/xapiancommon.cpp [License: GPL (v2+)]
A  +50   -0searchhandlers/xapiancommon.h [License: GPL (v2+)]
A  +269  -0searchhandlers/xapianindexer.cpp [License: GPL (v2+)]
A  +151  -0searchhandlers/xapiansearch.cpp [License: GPL (v2+)]

http://commits.kde.org/khelpcenter/583ed246c75ce2c686957b6e1dc34aaed31206b4

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


[khelpcenter] [Bug 115935] khelpcenter sends user into a loop

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=115935

--- Comment #4 from Pino Toscano  ---
Git commit 583ed246c75ce2c686957b6e1dc34aaed31206b4 by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Add Xapian support for indexing and searching

Start using Xapian for indexing and searching the documentation: it
works much better than htp://dig, it provides a C++ API, and it is well
maintained.

Introduce two helper tools to create/update an index, and search on it,
starting from the cache.bz2 files generated by meinproc: this way it is
possible to index the whole text, with the entities already expanded
(something which would not be there when parsing the docbook files
directly). Make use of libxml2 to parse the HTML documents, and get all
the text in them.

Xapian and libxml2 are currently considered as mandatory dependencies:
they are portable, generally available everywhere, and not requiring
themselves too many extra dependencies.
Related: bug 126710, bug 93664, bug 103266, bug 122437, bug 125276, bug 152671,
bug 158633, bug 209415, bug 256397, bug 266290

M  +13   -0CMakeLists.txt
M  +35   -0searchhandlers/CMakeLists.txt
A  +134  -0searchhandlers/cachereader.cpp [License: GPL (v2+)]
A  +49   -0searchhandlers/cachereader.h [License: GPL (v2+)]
A  +107  -0searchhandlers/htmltextdump.cpp [License: GPL (v2+)]
A  +29   -0searchhandlers/htmltextdump.h [License: GPL (v2+)]
A  +5-0searchhandlers/xapian.desktop.cmake
A  +126  -0searchhandlers/xapiancommon.cpp [License: GPL (v2+)]
A  +50   -0searchhandlers/xapiancommon.h [License: GPL (v2+)]
A  +269  -0searchhandlers/xapianindexer.cpp [License: GPL (v2+)]
A  +151  -0searchhandlers/xapiansearch.cpp [License: GPL (v2+)]

http://commits.kde.org/khelpcenter/583ed246c75ce2c686957b6e1dc34aaed31206b4

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


[khelpcenter] [Bug 158633] Searching Application Manuals returns khc_htsearch.pl command not search results

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=158633

--- Comment #2 from Pino Toscano  ---
Git commit 583ed246c75ce2c686957b6e1dc34aaed31206b4 by Pino Toscano.
Committed on 12/03/2016 at 23:01.
Pushed by pino into branch 'master'.

Add Xapian support for indexing and searching

Start using Xapian for indexing and searching the documentation: it
works much better than htp://dig, it provides a C++ API, and it is well
maintained.

Introduce two helper tools to create/update an index, and search on it,
starting from the cache.bz2 files generated by meinproc: this way it is
possible to index the whole text, with the entities already expanded
(something which would not be there when parsing the docbook files
directly). Make use of libxml2 to parse the HTML documents, and get all
the text in them.

Xapian and libxml2 are currently considered as mandatory dependencies:
they are portable, generally available everywhere, and not requiring
themselves too many extra dependencies.
Related: bug 126710, bug 93664, bug 103266, bug 115935, bug 122437, bug 125276,
bug 152671, bug 209415, bug 256397, bug 266290

M  +13   -0CMakeLists.txt
M  +35   -0searchhandlers/CMakeLists.txt
A  +134  -0searchhandlers/cachereader.cpp [License: GPL (v2+)]
A  +49   -0searchhandlers/cachereader.h [License: GPL (v2+)]
A  +107  -0searchhandlers/htmltextdump.cpp [License: GPL (v2+)]
A  +29   -0searchhandlers/htmltextdump.h [License: GPL (v2+)]
A  +5-0searchhandlers/xapian.desktop.cmake
A  +126  -0searchhandlers/xapiancommon.cpp [License: GPL (v2+)]
A  +50   -0searchhandlers/xapiancommon.h [License: GPL (v2+)]
A  +269  -0searchhandlers/xapianindexer.cpp [License: GPL (v2+)]
A  +151  -0searchhandlers/xapiansearch.cpp [License: GPL (v2+)]

http://commits.kde.org/khelpcenter/583ed246c75ce2c686957b6e1dc34aaed31206b4

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


[kdenlive] [Bug 360322] 15.13.0 git master - Cannot remove clip in timeline when it was inserted overwriting another clip (video example included)

2016-03-12 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360322

--- Comment #1 from Jean-Baptiste Mardelle  ---
Git commit 931c624b59800ce802f479e08b052618436307a8 by Jean-Baptiste Mardelle.
Committed on 12/03/2016 at 23:01.
Pushed by mardelle into branch 'master'.

Fix overwrite mode corrupting timeline

M  +2-2src/monitor/monitor.cpp
M  +36   -27   src/timeline/customtrackview.cpp
M  +4-3src/timeline/customtrackview.h
M  +2-3src/timeline/track.cpp

http://commits.kde.org/kdenlive/931c624b59800ce802f479e08b052618436307a8

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


[khelpcenter] [Bug 342496] Ineffective Search (Find) - Systems Setting Handbook - KDE Helps Center 4.14.2

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342496

Luigi Toscano  changed:

   What|Removed |Added

 CC||erben...@comcast.net

--- Comment #1 from Luigi Toscano  ---
*** Bug 357187 has been marked as a duplicate of this bug. ***

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


[khelpcenter] [Bug 357187] The "Find" functionality needs to be able to search more than the current visible page

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357187

Luigi Toscano  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||luigi.tosc...@tiscali.it
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Luigi Toscano  ---
(In reply to k3bBug from comment #0)
> currently the "Find" function only searches whatever page is visible in the
> help center window.There needs to be an additional find button/menu item
> that can:
> 1. search all of the help topic selected
> 2. search all of help (entirely)

1. is duplicated of few bugs, for example #342496, I'm going to close this as
duplicate of that one.
2. is going to be solved with the upcoming indexing and search system.

*** This bug has been marked as a duplicate of bug 342496 ***

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


[systemsettings] [Bug 360450] New: Crash when installing font to system from Archive Manager

2016-03-12 Thread Lucien Knehtli via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360450

Bug ID: 360450
   Summary: Crash when installing font to system from Archive
Manager
   Product: systemsettings
   Version: 5.5.3
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: kcm_fontinst
  Assignee: unassigned-b...@kde.org
  Reporter: lknech...@gmail.com

Application: kfontview (5.5.3)

Qt Version: 5.5.1
Operating System: Linux 4.3.3-303.fc23.x86_64 x86_64
Distribution: "Fedora release 23 (Twenty Three)"

-- Information about the crash:
- What I was doing when the application crashed:

I downloaded Fira Code from the github repo, and tried to install the .otf font
by double clicking it within Archive Manager.  

I then clicked "install" and selected to install it to the system.  The
progress bar reached the end, but it showed as not having completed.  

At this point, the only way to exit is to exit the font viewer, not the install
modal.

As far as I can tell, it actually installed the font correctly: I can reference
and use it in any application that supports it.

I have tried this with each of the fonts in the downloaded zip with similar
results.

The crash can be reproduced every time.

-- Backtrace:
Application: Font Viewer (kfontview), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fcdb76cb940 (LWP 10587))]

Thread 2 (Thread 0x7fcd979a3700 (LWP 10588)):
[KCrash Handler]
#5  0x7fcdaea43a98 in raise () at /lib64/libc.so.6
#6  0x7fcdaea4569a in abort () at /lib64/libc.so.6
#7  0x7fcdaea86daa in  () at /lib64/libc.so.6
#8  0x7fcdaea8f4fa in _int_free () at /lib64/libc.so.6
#9  0x7fcdaea92cac in free () at /lib64/libc.so.6
#10 0x7fcda71dbae6 in _nv007tls () at
/usr/lib64/nvidia/tls/libnvidia-tls.so.358.16
#11 0x7fcdad6403b9 in __nptl_deallocate_tsd.part.4 () at
/lib64/libpthread.so.0
#12 0x7fcdad6417a9 in start_thread () at /lib64/libpthread.so.0
#13 0x7fcdaeb11a4d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7fcdb76cb940 (LWP 10587)):
#0  0x7fcdaeb05fdd in poll () at /lib64/libc.so.6
#1  0x7fcdb4bbe272 in _xcb_conn_wait () at /lib64/libxcb.so.1
#2  0x7fcdb4bbfc27 in wait_for_reply () at /lib64/libxcb.so.1
#3  0x7fcdb4bbfd31 in xcb_wait_for_reply () at /lib64/libxcb.so.1
#4  0x7fcdaf8c5197 in _XReply () at /lib64/libX11.so.6
#5  0x7fcdaf8c0bdd in XSync () at /lib64/libX11.so.6
#6  0x7fcdaf8a1d8e in XCloseDisplay () at /lib64/libX11.so.6
#7  0x7fcd99edc806 in QXcbConnection::~QXcbConnection() () at
/lib64/libQt5XcbQpa.so.5
#8  0x7fcd99edcb69 in QXcbConnection::~QXcbConnection() () at
/lib64/libQt5XcbQpa.so.5
#9  0x7fcd99ede566 in QXcbIntegration::~QXcbIntegration() () at
/lib64/libQt5XcbQpa.so.5
#10 0x7fcd99ede679 in QXcbIntegration::~QXcbIntegration() () at
/lib64/libQt5XcbQpa.so.5
#11 0x7fcdb0867623 in QGuiApplicationPrivate::~QGuiApplicationPrivate() ()
at /lib64/libQt5Gui.so.5
#12 0x7fcdb27ac449 in QApplicationPrivate::~QApplicationPrivate() () at
/lib64/libQt5Widgets.so.5
#13 0x7fcdb036b0b8 in QObject::~QObject() () at /lib64/libQt5Core.so.5
#14 0x7fcdb27ae239 in QApplication::~QApplication() () at
/lib64/libQt5Widgets.so.5
#15 0x562f7ec95d60 in main ()

Reported using DrKonqi

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


[khelpcenter] [Bug 352990] Bildschirm flackert extrem beim schließen von Fenstern, öffnen von neuen Fenstern, scrollen auf den Seiten

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352990

Luigi Toscano  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||luigi.tosc...@tiscali.it
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #1 from Luigi Toscano  ---
I don't understand German but it looks like an issue with flickering. Did you
upgrade to a newer version of Ubuntu (or another distribution)? Do you still
see the flickering? It could be an issue with the underlying graphic subsystem.

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


[khelpcenter] [Bug 348447] Screen

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348447

Pino Toscano  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||p...@kde.org
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Pino Toscano  ---
Hi,

I cannot tell about the screen setting issues; judging the backtrace pasted,
this could seem something I fixed in khelpcenter 5.5.5 (commit
1720755511827adc5325f2613910a71f0134ba34). Can you please check whether
khelpcenter still crashes for you?

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


[kscreenlocker] [Bug 360396] kscreenlocker-greet ignores KB and Mouse after screen energy saving activates

2016-03-12 Thread PhillB via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360396

--- Comment #10 from PhillB  ---
Just did latest updates from Fedora which came in overnite.

My issue is resolved.

Thanks so much for your help.

FYI:

Mar 13 08:25:04 DEBUG --> Starting dependency resolution
Mar 13 08:25:06 DEBUG ---> Package kernel-core.x86_64 4.4.4-301.fc23 will be
installed
Mar 13 08:25:06 DEBUG ---> Package kernel.x86_64 4.4.4-301.fc23 will be
installed
Mar 13 08:25:06 DEBUG ---> Package kernel-devel.x86_64 4.4.4-301.fc23 will be
installed
Mar 13 08:25:06 DEBUG ---> Package kernel-modules-extra.x86_64 4.4.4-301.fc23
will be installed
Mar 13 08:25:06 DEBUG ---> Package kernel-modules.x86_64 4.4.4-301.fc23 will be
installed
Mar 13 08:25:06 DEBUG ---> Package firefox.x86_64 44.0.2-3.fc23 will be
upgraded
Mar 13 08:25:06 DEBUG ---> Package firefox.x86_64 45.0-4.fc23 will be an
upgrade
Mar 13 08:25:06 DEBUG ---> Package flash-plugin.x86_64 11.2.202.569-release
will be upgraded
Mar 13 08:25:06 DEBUG ---> Package flash-plugin.x86_64 11.2.202.577-release
will be an upgrade
Mar 13 08:25:06 DEBUG ---> Package kernel-headers.x86_64 4.4.3-300.fc23 will be
upgraded
Mar 13 08:25:06 DEBUG ---> Package kernel-headers.x86_64 4.4.4-301.fc23 will be
an upgrade
Mar 13 08:25:06 DEBUG ---> Package kf5-kservice.x86_64 5.19.0-1.fc23 will be
upgraded
Mar 13 08:25:06 DEBUG ---> Package kf5-kservice.x86_64 5.19.0-2.fc23 will be an
upgrade
Mar 13 08:25:06 DEBUG ---> Package libinput.x86_64 1.2.1-2.fc23 will be
upgraded
Mar 13 08:25:06 DEBUG ---> Package libinput.x86_64 1.2.1-3.fc23 will be an
upgrade
Mar 13 08:25:06 DEBUG ---> Package libkworkspace5.x86_64 5.5.5-2.fc23 will be
upgraded
Mar 13 08:25:06 DEBUG ---> Package libkworkspace5.x86_64 5.5.5-3.fc23 will be
an upgrade
Mar 13 08:25:06 DEBUG ---> Package plasma-workspace-common.x86_64 5.5.5-2.fc23
will be upgraded
Mar 13 08:25:06 DEBUG ---> Package plasma-workspace-common.x86_64 5.5.5-3.fc23
will be an upgrade
Mar 13 08:25:06 DEBUG ---> Package plasma-workspace.x86_64 5.5.5-2.fc23 will be
upgraded
Mar 13 08:25:06 DEBUG ---> Package plasma-workspace.x86_64 5.5.5-3.fc23 will be
an upgrade
Mar 13 08:25:06 DEBUG ---> Package sddm-breeze.noarch 5.5.5-2.fc23 will be
upgraded
Mar 13 08:25:06 DEBUG ---> Package sddm-breeze.noarch 5.5.5-3.fc23 will be an
upgrade
Mar 13 08:25:06 DEBUG ---> Package plasma-workspace-drkonqi.x86_64 5.5.5-2.fc23
will be upgraded
Mar 13 08:25:06 DEBUG ---> Package plasma-workspace-drkonqi.x86_64 5.5.5-3.fc23
will be an upgrade
Mar 13 08:25:06 DEBUG ---> Package plasma-workspace-libs.x86_64 5.5.5-2.fc23
will be upgraded
Mar 13 08:25:06 DEBUG ---> Package plasma-workspace-libs.x86_64 5.5.5-3.fc23
will be an upgrade
Mar 13 08:25:06 DEBUG ---> Package plasma-workspace-geolocation-libs.x86_64
5.5.5-2.fc23 will be upgraded
Mar 13 08:25:06 DEBUG ---> Package plasma-workspace-geolocation-libs.x86_64
5.5.5-3.fc23 will be an upgrade
Mar 13 08:25:06 DEBUG ---> Package plasma-workspace-geolocation.x86_64
5.5.5-2.fc23 will be upgraded
Mar 13 08:25:06 DEBUG ---> Package plasma-workspace-geolocation.x86_64
5.5.5-3.fc23 will be an upgrade
Mar 13 08:25:06 DEBUG ---> Package nss.x86_64 3.22.2-1.0.fc23 will be upgraded
Mar 13 08:25:06 DEBUG ---> Package nss.x86_64 3.23.0-1.0.fc23 will be an
upgrade
Mar 13 08:25:06 DEBUG ---> Package nss-softokn.x86_64 3.22.2-1.0.fc23 will be
upgraded
Mar 13 08:25:06 DEBUG ---> Package nss-softokn.x86_64 3.23.0-1.0.fc23 will be
an upgrade
Mar 13 08:25:06 DEBUG ---> Package nss-util.x86_64 3.22.2-1.0.fc23 will be
upgraded
Mar 13 08:25:06 DEBUG ---> Package nss-util.x86_64 3.23.0-1.0.fc23 will be an
upgrade
Mar 13 08:25:06 DEBUG ---> Package nss-softokn-freebl.x86_64 3.22.2-1.0.fc23
will be upgraded
Mar 13 08:25:06 DEBUG ---> Package nss-softokn-freebl.x86_64 3.23.0-1.0.fc23
will be an upgrade
Mar 13 08:25:06 DEBUG ---> Package nss-tools.x86_64 3.22.2-1.0.fc23 will be
upgraded
Mar 13 08:25:06 DEBUG ---> Package nss-tools.x86_64 3.23.0-1.0.fc23 will be an
upgrade
Mar 13 08:25:06 DEBUG ---> Package nss-tools.x86_64 3.23.0-1.0.fc23 will be an
upgrade
Mar 13 08:25:06 DEBUG ---> Package nss-sysinit.x86_64 3.22.2-1.0.fc23 will be
upgraded
Mar 13 08:25:06 DEBUG ---> Package nss-sysinit.x86_64 3.23.0-1.0.fc23 will be
an upgrade
Mar 13 08:25:06 DEBUG ---> Package nss-softokn-freebl.i686 3.22.2-1.0.fc23 will
be upgraded
Mar 13 08:25:06 DEBUG ---> Package xorg-x11-server-Xorg.x86_64 1.18.0-2.fc23
will be upgraded
Mar 13 08:25:06 DEBUG ---> Package xorg-x11-server-Xorg.x86_64 1.18.1-3.fc23
will be an upgrade
Mar 13 08:25:06 DEBUG ---> Package xorg-x11-server-common.x86_64 1.18.0-2.fc23
will be upgraded
Mar 13 08:25:06 DEBUG ---> Package xorg-x11-server-common.x86_64 1.18.1-3.fc23
will be an upgrade
Mar 13 08:25:06 DEBUG ---> Package kernel.x86_64 4.3.5-300.fc23 will be erased
Mar 13 08:25:06 DEBUG ---> Package kernel-core.x86_64 4.3.5-300.fc23 will be
erased
Mar 13 08:25:06 DEBUG ---> Package kernel-devel.x86_64 4.3.5-300.fc23 will be
erased
Mar 13 08:25:06 DEBUG ---> 

[khelpcenter] [Bug 320576] Could not find service khelpcenter

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=320576

Luigi Toscano  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 CC||luigi.tosc...@tiscali.it
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #3 from Luigi Toscano  ---
I agree that the root cause was a missing khelpcenter. With the move to
Frameworks a fallback is provided which leads to the website.

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


[khelpcenter] [Bug 298796] Trying to scroll page on the manual page just flickered but never moved. Then suddenly crashed and went to show bug or restart.

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=298796

Luigi Toscano  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME
 CC||luigi.tosc...@tiscali.it

--- Comment #4 from Luigi Toscano  ---
It looks like a temporary issue with your environment. I can scroll and move in
khelpcenter (5.4.3 and master), including the digikam manual. Therefore I'm
closing this bug. Please reopen if still relevant.

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


[khelpcenter] [Bug 142876] user-defined menu items appear as application manuals

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=142876

Luigi Toscano  changed:

   What|Removed |Added

 CC||mar...@gmx.de

--- Comment #1 from Luigi Toscano  ---
*** Bug 273586 has been marked as a duplicate of this bug. ***

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


[khelpcenter] [Bug 273586] There is a wine entry in it without content

2016-03-12 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=273586

Luigi Toscano  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||luigi.tosc...@tiscali.it

--- Comment #1 from Luigi Toscano  ---


*** This bug has been marked as a duplicate of bug 142876 ***

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


[Spectacle] [Bug 359584] W: kde-spectacle: desktop-mime-but-no-exec-code usr/share/applications/org.kde.spectacle.desktop

2016-03-12 Thread clivejo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359584

clivejo  changed:

   What|Removed |Added

 CC||cliv...@aol.com

--- Comment #2 from clivejo  ---
Removing the line stops the warning, but what is the planned/expected
behaviour?

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


[valgrind] [Bug 303877] valgrind doesn't support compressed debuginfo sections.

2016-03-12 Thread Sami Liedes via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=303877

Sami Liedes  changed:

   What|Removed |Added

 CC||sami.lie...@iki.fi

--- Comment #25 from Sami Liedes  ---
That patch doesn't build on Debian amd64, at least on top of Debian's version
of valgrind:

gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../include -I../VEX/pub -I../VEX/pub
-DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1
-I../coregrind -DVG_LIBDIR="\"/usr/lib/valgrind"\"
-DVG_PLATFORM="\"amd64-linux\""  -m64 -O2 -g -std=gnu99 -Wall
-Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes
-Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body
-Wformat -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type
-Wold-style-declaration -fno-stack-protector -fno-strict-aliasing -fno-builtin 
-fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -g -O2 -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
-I/usr/include/x86_64-linux-gnu-c -o
m_debuginfo/libcoregrind_amd64_linux_a-readelf.o `test -f
'm_debuginfo/readelf.c' || echo './'`m_debuginfo/readelf.c
m_debuginfo/readelf.c:67:6: error: conflicting types for ‘Elf32_Chdr’
} Elf32_Chdr;
  ^
In file included from m_debuginfo/readelf.c:56:0:
/usr/include/elf.h:385:3: note: previous declaration of ‘Elf32_Chdr’ was here
 } Elf32_Chdr;
   ^
m_debuginfo/readelf.c:76:6: error: conflicting types for ‘Elf64_Chdr’
} Elf64_Chdr;
  ^
In file included from m_debuginfo/readelf.c:56:0:
/usr/include/elf.h:393:3: note: previous declaration of ‘Elf64_Chdr’ was here
 } Elf64_Chdr;
   ^
Makefile:4878: recipe for target
'm_debuginfo/libcoregrind_amd64_linux_a-readelf.o' failed

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

[khelpcenter] [Bug 206477] unable to launch process

2016-03-12 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=206477

Pino Toscano  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/khel
   ||pcenter/9904c89c3b3c0ebce46
   ||72052adb827b545948875
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.5.5

--- Comment #3 from Pino Toscano  ---
This has been fixed with commit 9904c89c3b3c0ebce4672052adb827b545948875 in
khelpcenter.git, one month ago.
This also fixes the navigation using the Go -> Previous/Next Page menu actions.

Thanks for your report!

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


  1   2   3   4   5   >