Am Montag, 16. April 2012, 20:26:31 schrieb Rolf Eike Beer:
> ---
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/104624/
> ---
>
> Revie
On Mon, Apr 23, 2012 at 1:12 PM, Alex Fiestas wrote:
> KWebView can't do Private Browsing because of KIO integration, need advice
> on
> how to fix it but first let me explain the issue.
>
> What I consider PrivateBrowsing:
> Private Browsing should have an empty CookieJar that will keep cookies
On Monday, April 23, 2012 03:04:25 PM Dawit A wrote:
> On Mon, Apr 23, 2012 at 1:20 PM, Alex Fiestas wrote:
> > I'm having some issues with KWebView + Cookies + PrivateBrowsing
> > http://lists.kde.org/?l=kde-core-devel&m=133520146629307&w=2
> >
> > and I need to workaround that issues at least u
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104700/#review12848
---
libkonq and dolphin are both in kde-apps. Installing new header
On Mon, Apr 23, 2012 at 1:20 PM, Alex Fiestas wrote:
> I'm having some issues with KWebView + Cookies + PrivateBrowsing
> http://lists.kde.org/?l=kde-core-devel&m=133520146629307&w=2
>
> and I need to workaround that issues at least until we fix them.
>
Ahh... why have another post about a same
El Dilluns, 23 d'abril de 2012, a les 14:41:40, nihui水竹院落 va escriure:
> hi
>
> the code has already been in kdereview now.[1]
I'd like that you changed the
find_library(GETTEXTPO_LIBRARY NAMES gettextpo REQUIRED)
to
macro_optional_find_package
macro_log_feature
macro_display_feature_log
so onc
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104700/
---
Review request for KDE Base Apps.
Description
---
Dolphin requires a
hi
the code has already been in kdereview now.[1]
regards,
nihui
[1] http://websvn.kde.org/?view=revision&revision=1291261
> On April 22, 2012, 9:36 p.m., Matěj Laitl wrote:
> > Bump. Should I port this to to-be kdelibs 4.9, or is it too late?
Is the patch any different? it should be just the same. In that case please,
apply this patch to 4.8, 4.9 and Frameworks.
- Alex
-
2012/4/22 Raphael Kubo da Costa :
> Alex Fiestas writes:
>
>> So real question is, who is using libsolid-hal nowdays?
>
> At least the BSD people are; nobody came up with a BSD implementation of
> the *kit/u* stuff from Linux, so we're still using Hal.
The same applies to Solaris.
hajma
I'm having some issues with KWebView + Cookies + PrivateBrowsing
http://lists.kde.org/?l=kde-core-devel&m=133520146629307&w=2
and I need to workaround that issues at least until we fix them.
I thought on using QWebView but then we will be lacking KDE integration, my
question is: what integration
KWebView can't do Private Browsing because of KIO integration, need advice on
how to fix it but first let me explain the issue.
What I consider PrivateBrowsing:
Private Browsing should have an empty CookieJar that will keep cookies only as
long as the private browsing is activated, after that co
El Dilluns, 23 d'abril de 2012, a les 01:49:04, nihui水竹院落 va escriure:
> hi all what about through kde reviewboard, like kio-recentdocuments
> plugin[1]I don't think it is necessary for a plugin to follow application
> lifecycle policy to get into kde main modules or extragear ones.
Why not? What'
> On April 15, 2012, 5:21 p.m., Sebastian Trueg wrote:
> > This is actually a bug that needs to be addressed differently. Your
> > solution is simply a hack. Normally Nepomuk should not return those results
> > at all. The question is though: why does it? Only if we figure that out we
> > can
On Monday 23 April 2012 11:18:14 todd rme wrote:
> Is there a way to have it so HAL is enabled by default on BSD systems,
> but on Linux systems you need to manually use a cmake flag to enable
> it?
It's kind of already the case, except that instead of a CMake flag, right now
it's controlled by an
On Monday 23 April 2012 11:22:15 Raphael Kubo da Costa wrote:
> Alex Fiestas writes:
> > On Monday, April 23, 2012 11:18:14 AM todd rme wrote:
> >> Is there a way to have it so HAL is enabled by default on BSD systems,
> >> but on Linux systems you need to manually use a cmake flag to enable
> >>
Alex Fiestas writes:
> On Monday, April 23, 2012 11:18:14 AM todd rme wrote:
>> Is there a way to have it so HAL is enabled by default on BSD systems,
>> but on Linux systems you need to manually use a cmake flag to enable
>> it?
> Well I don't see why we need HAL on Linux, so unless you can give
On Monday, April 23, 2012 11:18:14 AM todd rme wrote:
> Is there a way to have it so HAL is enabled by default on BSD systems,
> but on Linux systems you need to manually use a cmake flag to enable
> it?
Well I don't see why we need HAL on Linux, so unless you can give me some
reason too keep it I
> what about through kde reviewboard, like kio-recentdocuments plugin[1]
> I don't think it is necessary for a plugin to follow application lifecycle
> policy to get into kde main modules or extragear ones.
> but I couldn't find the reviewboard group for kdesdk, so I may have to put
> this plugin i
> Is there a way to have it so HAL is enabled by default on BSD systems,
> but on Linux systems you need to manually use a cmake flag to enable
> it?
if (CMAKE_SYSTEM_NAME MATCHES "BSD")
set(HAL_OPTION_DEFAULT TRUE)
else ()
set(HAL_OPTION DEFAULT FALSE)
endif ()
option(KDE4_USE_HAL "Enable So
On Sun, Apr 22, 2012 at 3:10 AM, Alex Fiestas wrote:
> Hello everybody!
>
> I'm doing some bug triage on libsolid (as well of some bug fixing) and I'm
> finding that most "nasty" bugs are fault of our HAL backend (or HAL itself).
>
> I tried to build HAL and failed on it (easy fix though) but that
hi all what about through kde reviewboard, like kio-recentdocuments plugin[1]I
don't think it is necessary for a plugin to follow application lifecycle policy
to get into kde main modules or extragear ones.but I couldn't find the
reviewboard group for kdesdk, so I may have to put this plugin
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103028/#review12814
---
Bump. Should I port this to to-be kdelibs 4.9, or is it too lat
23 matches
Mail list logo