I'm porting kolourpaint to KF5 and see that KFileDialog is marked deprecated and
QFileDialog should be used instead.
However QFileDialog does not have the same functionalities as KFileDialog,
e.g. the possibility to show a preview widget or
to add another widget to select save options (e.g. Jpeg Qu
I'm working on porting kolourpaint to kf5.
Now I find the following:
KDELIBS4SUPPORT_DEPRECATED_EXPORT QStringList typeForMime(const QString
&mimeType);
The comment says: Use QMimeType::name() instead().
However this seems incorrect.
typeForMime() returned a format string usable for QImage::save
On Sunday 10 May 2015 19:39:07 Alex Merry wrote:
> On Saturday 09 May 2015 22:54:49 Martin Koller wrote:
> > I'm working on porting kolourpaint to kf5.
> > Now I find the following:
> > KDELIBS4SUPPORT_DEPRECATED_EXPORT QStringList typeForMime(const QString
> >
On Thursday 18 June 2015 15:03:27 Boudhayan Gupta wrote:
> Here's an Imgur album with some more screenshots, including how
> Rectangle Selection works:
>
> http://imgur.com/a/1peZa
I miss the "copy" button to be able to copy the captured image to the clipboard
--
Best regards/Schöne Grüße
Mar
On Friday 31 July 2015 15:29:45 Albert Astals Cid wrote:
> El Dilluns, 18 de maig de 2015, a les 13:38:36, Albert Astals Cid va escriure:
> > El Dilluns, 18 de maig de 2015, a les 08:00:07, Martin Koller va escriure:
> > > On Sunday 10 May 2015 19:39:07 Alex Merry wrote:
> >
On Friday 25 September 2015 07:49:09 Alexander Potashev wrote:
> Hi,
>
> The only user for ksaneplugin used to be Kolourpaint in KDE
> Applications 15.08.x. I have now ported Kolourpaint from KScanDialog
> to libksane as suggested here [1,2] (same thread), thus ksaneplugin
> can be dropped from KD
On Monday 14 September 2015 13:59:20 Jeremy Whiting wrote:
> Well, it was released as part of Applications 15.08.0 (and will be in
> the rest of the .x releases) I'm fine either way, but it seems like
> continuing to release something that hasn't been looked at in quite
> some time. I think to cont
On Thursday 15 October 2015 15:49:32 Jeremy Whiting wrote:
> Michael, Martin,
>
> Any progress on the cervisia front? Is there anything I can do to help?
yes, a lot of progress!
We have already ported away from Qt3/KDE3 support classes.
This is already in master and I'm testing it by using it on
What is the replacement of KDialog::setHelp() ?
--
Best regards/Schöne Grüße
Martin
A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad?
() ascii ribbon campaign - against html e-mail
/\- against proprietary attachments
Geschenkideen, Acc
Trying to port cervisia to KF5, I struggle with above.
Having
kf5_add_kdeinit_executable(cvsaskpass cvsaskpass.cpp)
always gives linker errors:
CMakeFiles/cvsaskpass.dir/cvsaskpass_dummy.cpp.o: In function `kdeinitmain':
cvsaskpass_dummy.cpp:(.text+0x1c): undefined reference to `kdemain'
CMakeFil
In the section about KApplication -> QApplication, I find:
Make sure to:
Call QCoreApplication::setApplicationName() and others ...
It seems this is not needed when one uses KAboutData::setApplicationData()
If this is correct, I would add this to the page:
https://community.kde.org/index.php?ti
Hi,
https://mail.kde.org/pipermail/kde-core-devel/
shows only 3 mails from the year 2000.
Where are the other archives gone ?
--
Best regards/Schöne Grüße
Martin
A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad?
() ascii ribbon campaign - against html e-mail
On Saturday 27 February 2016 17:02:27 Thomas Lübking wrote:
> On Samstag, 27. Februar 2016 16:09:00 CEST, Martin Koller wrote:
> > Hi,
> >
> > https://mail.kde.org/pipermail/kde-core-devel/
> >
> > shows only 3 mails from the year 2000.
> > Where are the
In KDE4 times there was a common file dialog for the applications, I think this
is what KFileDialog was made for.
Now where some applications are already ported to KF5, there seems to be no
such thing anymore
(or it does not work here).
KFileDialog is deprecated, QFileDialog does not have the fun
On Sunday 28 February 2016 15:58:20 Luigi Toscano wrote:
> Martin Koller ha scritto:
> > In KDE4 times there was a common file dialog for the applications, I think
> > this is what KFileDialog was made for.
> > Now where some applications are already ported to KF5, there see
On Monday 29 February 2016 21:34:13 Luigi Toscano wrote:
> > Should a KF5 app (with frameworksintegration) not also use the settings
> > from a still used KDE4 desktop ?
>
> frameworksintegration is going to be part of plasma, in fact. There would need
> to be an "old plasma" integration. Or you
Hi,
as I want to bring kolourpaint to KF5, what is missing is a Qt5 based release
of the old
qimageblitz library, which still resides in SVN at
svn://anonsvn.kde.org/home/kde/trunk/kdesupport/qimageblitz
As this is probably the problem that I can not add a review request on
reviewboard, here is
On Saturday 05 March 2016 09:42:01 Boudhayan Gupta wrote:
> Hi Martin,
>
> > If this is ok, how would one make an
> > official relase of this new version ?
>
> The first step would be to migrate to a Git repo. SVN is mostly used for
> translations and websites these days.
I'm not the original au
On Sunday 06 March 2016 12:35:32 Albert Astals Cid wrote:
> El Sunday 06 March 2016, a les 08:38:14, Boudhayan Gupta va escriure:
> > On 6 March 2016 at 01:26, Martin Koller wrote:
> > > Who is in charge of the old SVN repos ?
> > > Who is in charge of qimageblitz ?
>
On Sunday 06 March 2016 08:38:14 Boudhayan Gupta wrote:
> On 6 March 2016 at 01:26, Martin Koller wrote:
> > Who is in charge of the old SVN repos ?
> > Who is in charge of qimageblitz ?
>
> I asked around on IRC and it seems QIB is "community maintained" and
>
On Sunday 27 March 2016 09:21:01 laurent Montel wrote:
> Le dimanche 27 mars 2016, 10:57:18 CEST Ben Cooksley a écrit :
> > Hi all,
> >
> > As part of the CI overhaul, we've attempted to perform a complete set
> > of builds for Qt 4, as it's still (unfortunately) used.
> >
> > Sadly, as expected
xecuted like find -iname *.cpp | xargs scriptname, but if
> not they will say in a comment at the top of the script how to execute
> them.
>
> On Thu, Oct 15, 2015 at 8:02 PM, Martin Koller wrote:
> > On Thursday 15 October 2015 15:49:32 Jeremy Whiting wrote:
> >> Michael
On Sunday 05 June 2016 09:14:42 Burkhard Lück wrote:
> Am Samstag, 4. Juni 2016, 22:45:49 CEST schrieb Martin Koller:
> > On Friday 16 October 2015 06:53:19 Jeremy Whiting wrote:
> > > Awesome! Keep it up. Porting to Qt5/KF5 can happen on a branch and be
> > > done a
On Sunday 05 June 2016 19:49:08 Friedrich W. H. Kossebau wrote:
> Am Sonntag, 5. Juni 2016, 14:22:45 CEST schrieb Nicolás Alvarez:
> > > El 5 jun 2016, a las 09:08, Martin Koller escribió:
> > >> On Sunday 05 June 2016 09:14:42 Burkhard Lück wrote:
> &g
Hi all,
just wanted to let you know that I have now completed the kolourpaint port to
KF5
and this is now in its master branch. I have also updated kde-build-metadata
Hope I did all correct.
--
Best regards/Schöne Grüße
Martin
A: Because it breaks the logical sequence of discussion
Q: Why is t
On Wednesday 13 July 2016 20:24:42 Luigi Toscano wrote:
> Martin Koller ha scritto:
> > Hi all,
> >
> > just wanted to let you know that I have now completed the kolourpaint port
> > to KF5
> > and this is now in its master branch. I have also updated kde-
On Wednesday 13 July 2016 20:51:24 Christoph Feck wrote:
> On Wednesday 13 July 2016 20:12:46 Martin Koller wrote:
> > just wanted to let you know that I have now completed the
> > kolourpaint port to KF5 and this is now in its master branch. I
> > have also updated kde-buil
On Thursday 14 July 2016 19:26:42 Ragnar Thomsen wrote:
> On Thu, Jul 14, 2016 at 8:12 AM, Martin Koller wrote:
>
> > On Wednesday 13 July 2016 20:51:24 Christoph Feck wrote:
> > > On Wednesday 13 July 2016 20:12:46 Martin Koller wrote:
> > > > just wante
Hi,
just wondering if I'm doing something wrong or there really is a bug in
KDirWatch
(I'm on openSuse Leap 42.2, KF5 5.33.0)
From the docs I understand that when I call
KDirWatch::stopDirScan(dir);
... create files in the dir ...
KDirWatch::restartDirScan(dir)
it should not emit the dirty si
Should http://commitfilter.kde.org/ still exist ?
Currently I get "unknown host"
--
Best regards/Schöne Grüße
Martin
A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad?
() ascii ribbon campaign - against html e-mail
/\- against proprietar
> On Sun, Oct 29, 2017 at 9:47 PM, Martin Koller wrote:
> > Should http://commitfilter.kde.org/ still exist ?
> > Currently I get "unknown host"
On Sonntag, 29. Oktober 2017 22:33:20 CET Harald Sitter wrote:
> See
>
> http://markmail.org/thread/hekkp2rcdvi
Hi all,
I'd like to announce an application I've implemented over the last few weeks -
liquidshell
liquidshell is a replacement for plasmashell
It does not use QtQuick but instead relies on QtWidgets,
therefore no hardware graphics acceleration is needed.
Main Features:
- Wallpaper per virtual
On Samstag, 4. November 2017 02:35:27 CET Alexander Potashev wrote:
> Hi, thanks for the good stuff.
>
> Tried to build it here against relatively old Qt version, failed at
> first attempt and had to do some tweaks (see attachment).
>
> OS: gentoo
> gcc 5.4.0
> Qt 5.7.1
> KF 5.37.0
thanks.
I've
e able to turn it on (a click opens the kcm)
> * Notifications doesnt handle multiple incoming ones well (just stacks
> dialogs ontop of each other)
interesting use case. never had problems with that, but that can be changed, of
course.
> * Start button breaks Fitt's law (I cannot
On Samstag, 4. November 2017 20:58:49 CET Alexander Neundorf wrote:
> On 2017 M11 3, Fri 21:30:19 CET Martin Koller wrote:
> > Hi all,
> ...
> > - Just one bottom DesktopPanel, containing:
>
> I always put my panel to the right or left edge (intead at the bottom)...
Th
On Sonntag, 5. November 2017 23:01:52 CET Alexander Neundorf wrote:
> On 2017 M11 5, Sun 19:27:27 CET Martin Koller wrote:
> > On Samstag, 4. November 2017 20:58:49 CET Alexander Neundorf wrote:
> > > On 2017 M11 3, Fri 21:30:19 CET Martin Koller wro
On Montag, 6. November 2017 01:57:32 CET Aleix Pol wrote:
> On Fri, Nov 3, 2017 at 9:30 PM, Martin Koller wrote:
> > Hi all,
> >
> > I'd like to announce an application I've implemented over the last few
> > weeks - liquidshell
> >
> > liquidsh
On Montag, 6. November 2017 10:03:05 CET Tomaz Canabrava wrote:
> On Mon, Nov 6, 2017 at 8:31 AM, Martin Koller wrote:
>
> > On Montag, 6. November 2017 01:57:32 CET Aleix Pol wrote:
> > > On Fri, Nov 3, 2017 at 9:30 PM, Martin Koller wrote:
> > > > Hi all,
>
On Montag, 6. November 2017 17:37:15 CET Friedrich W. H. Kossebau wrote:
> Some more branding oriented nitpicks:
>
> Am Freitag, 3. November 2017, 21:30:19 CET schrieb Martin Koller:
> > - uses existing KDE dialogs for most configurations, e.g. StartMenu, Virtual
> > Desktop
On Montag, 6. November 2017 17:12:31 CET Friedrich W. H. Kossebau wrote:
> Hi Martin,
>
> Am Freitag, 3. November 2017, 21:30:19 CET schrieb Martin Koller:
> > I'd like to announce an application I've implemented over the last few weeks
> > - liquidshell
>
On Dienstag, 7. November 2017 15:32:23 CET Friedrich W. H. Kossebau wrote:
> Am Montag, 6. November 2017, 19:24:51 CET schrieb Martin Koller:
> > On Montag, 6. November 2017 17:37:15 CET Friedrich W. H. Kossebau wrote:
> > > > light color theme:
> > > &g
On Dienstag, 7. November 2017 16:42:40 CET Martin Flöser wrote:
> Am 2017-11-03 21:30, schrieb Martin Koller:
> > Hi all,
> >
> > I'd like to announce an application I've implemented over the last few
> > weeks - liquidshell
> >
> > liquidshell
On Donnerstag, 9. November 2017 15:32:46 CET Friedrich W. H. Kossebau wrote:
> Am Dienstag, 7. November 2017, 20:08:59 CET schrieb Martin Koller:
> > On Dienstag, 7. November 2017 16:42:40 CET Martin Flöser wrote:
> > > Am 2017-11-03 21:30, schrieb Martin Koller:
> >
On Freitag, 3. November 2017 21:30:19 CET Martin Koller wrote:
> Hi all,
>
> I'd like to announce an application I've implemented over the last few weeks
> - liquidshell
since more than 3 weeks have passed, I hopefully have addressed all issues and
I got no further c
On Donnerstag, 30. November 2017 10:04:51 CET Sebastian Kügler wrote:
> On woensdag 29 november 2017 21:23:15 CET Martin Koller wrote:
> > On Freitag, 3. November 2017 21:30:19 CET Martin Koller wrote:
> >
> >
> > > Hi all,
> > >
> > > I'd
Hi all,
I'd like to announce kbackup - A Backup program with an easy to use User
Interface
KBackup is a program that lets you back up any directories or files,
whereby it uses an easy to use directory tree to select the things to back up.
The program was designed to be very simple in its use so
On Mittwoch, 10. Jänner 2018 00:05:53 CET Albert Astals Cid wrote:
> > It is already in playground at https://cgit.kde.org/kbackup.git
>
> Quick notes:
> * You don't need the setTranslator call in main.cxx there's automagic for
> that
fixed now
> * You should remove the kol...@aon.at in th
Hi,
since some time has already passed and there was no conclusion, I'll try once
again
to announce liquidshell.
I have made adjustments to the README which now says:
liquidshell is a basic Desktop Shell implemented using QtWidgets.
Main Features:
- Wallpaper per virtual desktop
- No animation
On Montag, 11. März 2019 10:34:35 CET Tomaz Canabrava wrote:
> On Sun, Mar 10, 2019 at 1:25 PM Martin Koller wrote:
> >
> > Hi,
> >
> > since some time has already passed and there was no conclusion, I'll try
> > once again
> > to announce liquids
On Freitag, 12. April 2019 12:48:17 CEST Adriaan de Groot wrote:
> On Sunday, March 10, 2019 1:25:14 PM CEST Martin Koller wrote:
> > since some time has already passed and there was no conclusion, I'll try
> > once again to announce liquidshell.
>
> # Documentation iss
On Freitag, 12. April 2019 13:07:41 CEST Marco Martin wrote:
> On Fri, Mar 15, 2019 at 7:59 AM Ivan Čukić wrote:
> > Anyhow, while I do find it strange to market a non-feature in the features
> > list, I don't have anything against it.
>
> I have a bit of a problem about putting doesn't use activ
On Sonntag, 14. April 2019 12:44:20 CEST Adriaan de Groot wrote:
> On Saturday, 13 April 2019 14:08:18 CEST Martin Koller wrote:
> > > # License issues
> > >
> > > None, actually. Well done. Consistent use of GPLv3+ everywhere. You might
> > > want to add
On Sonntag, 14. April 2019 23:34:43 CEST Luca Beltrame wrote:
> Il giorno Sun, 14 Apr 2019 16:43:54 +0200
> Martin Koller ha scritto:
>
> > The cmake file is the ultimate source for specifying what the
> > application depends on. Adding this somewhere else will easily ge
On Saturday 31 August 2013 23:11:57 Kåre Särs wrote:
> I would vote to move it to kde4support and deprecate it. I can volunteer to
> port kolourpaint to libksane if needed.
Hi all,
I'm the current maintainer of kolourpaint.
I have no problem with using anything else than what's currently availa
On Tuesday 08 October 2013 20:35:01 Sven Brauch wrote:
>
> > On Oct. 8, 2013, 4:47 p.m., Jonathan Marten wrote:
> > > I'm not totally happy with this change. Yes, the internal viewer is
> > > limited in functionality, but it has advantages: (1) it is fast to open
> > > and can be closed again
On Saturday 19 October 2013 21:50:40 Emmanuel Pescosta wrote:
> > konqueror/dolphin can already open at least tar/(gz, bzip) and zip files
> directly
> Dolphin can only browse through local archives, remote archives will be
> opened in Ark.
>
> See DolphinView::openItemAsFolderUrl for more informa
On Monday 10 March 2014 12:36:59 Burkhard Lück wrote:
> extragear/graphics has more candidates for this question:
>
> kuickshow:
> no development since > 4 years
> needs an old no longer available library imlib1 to build
> no deb packages provided
BTW: I made a replacement application for this:
On Wednesday 12 March 2014 19:44:39 Albert Astals Cid wrote:
> El Dimecres, 12 de març de 2014, a les 15:04:01, Martin Koller va escriure:
> > On Monday 10 March 2014 12:36:59 Burkhard Lück wrote:
> > > extragear/graphics has more candidates for this question:
> > >
g/r/121746/diff/
Testing
---
- unit tests
- calibre
Thanks,
Martin Koller
bug.cgi?id=245482
Diffs
-
kioslave/trash/trashsizecache.cpp 2fae964
Diff: https://git.reviewboard.kde.org/r/121746/diff/
Testing
---
- unit tests
- calibre
Thanks,
Martin Koller
the bug, why is it still open on bko ?
- Martin
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/121746/#review72751
-------
82
Diffs
-
kioslave/trash/trashsizecache.cpp 2fae964
Diff: https://git.reviewboard.kde.org/r/121746/diff/
Testing
---
- unit tests
- calibre
Thanks,
Martin Koller
gt; It solves that issue.
> >
> > See commit 591acfe8f5e281f416ee925e1ff160c0aac81163 in kde-runtime.git.
>
> Martin Koller wrote:
> obviously I use the wrong branch. Here on openSuse 13.1 I currently have
> KDE-4.14.3 and I thought this is the latest one ...
>
Hi,
a recent update (openSuse TW, kio-extras5 Version: 21.08.1) had the effect that
whenever I want to view a man page
via Alt-F2 (Krunner) and e.g. "#ls", now khelpcenter is opened, instead
konqueror, which I had before.
What defines which application is started an how can I change this back to
Hi,
which component is responsible for acting on global shortcuts, e.g.
what triggers that Alt-F2 is opening krunner ?
--
Best regards/Schöne Grüße
Martin
A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad?
() ascii ribbon campaign - against html e-mail
/\
On Sonntag, 26. September 2021 21:53:12 CEST you wrote:
> Martin Koller ha scritto:
> > Hi,
> >
> > a recent update (openSuse TW, kio-extras5 Version: 21.08.1) had the effect
> > that whenever I want to view a man page
> > via Alt-F2 (Krunner) and e.g. "#l
On Freitag, 15. Dezember 2023 00:29:19 CET Justin Zobel wrote:
> I'm a fan of K when it's used well e.g. Kalendar or Kontact but not KMyApp
"Kamel" (german for camel) which is a kind of Lama
--
Best regards/Schöne Grüße
Martin
A: Because it breaks the logical sequence of discussion
Q: Why is to
Hi,
I've tried already several times today to get a clone of kde-workspace and
it always gets stuck at about 10-15%
What can I do ?
--
Best regards/Schöne Grüße
Martin
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
Geschenkideen, Ac
On Sunday, 6. February 2011 23:54:07 Thiago Macieira wrote:
> On Sunday, 6 de February de 2011 16:48:21 Shaun Reich wrote:
> > On Sun, Feb 6, 2011 at 4:30 PM, Martin Koller wrote:
> > > Hi,
> > >
> > > I've tried already several times today to get a c
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/101586/
---
Review request for KDE Base Apps.
Summary
---
add some "currentView"
crashes konqueror without this patch.
I've committed/pushed it now
- Martin
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/101586/#review4036
---
Hi,
can anyone answer the case https://bugs.kde.org/show_bug.cgi?id=277319 , please
?
--
Best regards/Schöne Grüße
Martin
A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad?
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against pro
On Monday, 25. July 2011 02:10:56 Thiago Macieira wrote:
> On Sunday, 24 de July de 2011 14:51:34 Gary Greene wrote:
> > On Jul 23, 2011, at 10:33 AM, Martin Koller wrote:
> > > Hi,
> > >
> > > can anyone answer the case https://bugs.kde.org/show_bug.cgi?id=277
Hi,
In my application I use KImageIO::mimeTypes to determine which formats I can
load
(e.g. the output of it is used in my .desktop file to fill in the MimeType
definition).
However I see that obviously Qt can already (to some degree) load .svg and
.svgz files,
but KImageIO::mimeTypes does not
On Wednesday, 31. August 2011 11:13:49 Albert Astals Cid wrote:
> > I think you don't need to add the [x-test] lines, they are generated
> > by scripty, as far as I know.
>
> That's correct.
ok, removed.
But I have a general question: Why is there a "Name[lang]=" field at all ?
The translation
On Wednesday, 31. August 2011 14:03:57 Allan Sandfeld Jensen wrote:
> You should remember to also make the compressed type a subtype of the correct
> compressed archive type. This way the file can be recognized and decompressed
> even if no direct image/svg+xml-compressed handler is registered.
On Wednesday, 31. August 2011 17:54:45 David Faure wrote:
> The translated name is redundant indeed, though, it's not used, except when
> looking at the servicetype's associated plugins in keditfiletype.
even in keditfiletype I do not see where the name is used.
E.g. using "keditfiletype image/p
On Wednesday, 12. October 2011 02:12:55 Thomas Lübking wrote:
Let me give my view here:
> Do you have configured a "saver" beyond dpms?
> And if, why?
> Do you use a locker beyond a black screen?
> And if, why?
yes to both (diashow).
Reason: make other people wandering by (or sitting in the
On Tuesday, 11. October 2011 21:11:03 Martin Gräßlin wrote:
> > I consider most effects being "bling" yes, with that said I like it and
> > appreciate it but still most effects add no real productive value.
> I have to disagree. By default we ship no effect which is "bling"
> only. They all add p
On Wednesday, 12. October 2011 01:09:51 Valentin Rusu wrote:
> > I personally have been looking forward to KSecretsService and I like
> > the idea of leaving KSecretsService unused by default for now, but it
> > should at least be stressed to downstream to leave it off by default
> > and why you c
47.
http://bugs.kde.org/show_bug.cgi?id=229547
Diffs
-
kfile/kfilewidget.cpp 09b86d4
Diff: http://git.reviewboard.kde.org/r/102986/diff/diff
Testing
---
Used kolourpaint with "name.jpg", "name.jpeg", "name.", "name", "name.tif",
"name.tiff"
Thanks,
Martin Koller
, "name.jpeg", "name.", "name", "name.tif",
"name.tiff"
Thanks,
Martin Koller
/kuniqueapplication.cpp 777fc35
Diff: http://git.reviewboard.kde.org/r/103699/diff/diff
Testing
---
running kdepasswd
Thanks,
Martin Koller
On Saturday, 14. January 2012 22:36:44 Thiago Macieira wrote:
> On Saturday, 14 de January de 2012 18.38.02, Martin Koller wrote:
> > ---
> > This is an automatically generated e-mail. To reply, visit:
> > http://git.
On Sunday, 15. January 2012 11:47:10 Martin Koller wrote:
> On Saturday, 14. January 2012 22:36:44 Thiago Macieira wrote:
> > On Saturday, 14 de January de 2012 18.38.02, Martin Koller wrote:
> > > ---
> > > This is
ng in QDBusDefaultConnection ctor)
The patch avoids this by temporarily creating a QCoreApplication instance
Diffs (updated)
-
kdeui/kernel/kuniqueapplication.cpp 777fc35
Diff: http://git.reviewboard.kde.org/r/103699/diff/diff
Testing
---
running kdepasswd
Thanks,
Martin Koller
On Sunday, 15. January 2012 13:18:58 Thiago Macieira wrote:
> On Sunday, 15 de January de 2012 11.47.10, Martin Koller wrote:
> >*if (!KUniqueApplication::start()) {
> >* fprintf(stderr, "myAppName is already running!\n")
Hi,
I'm developing a new KDE application and use designer for the UI.
In designer I can set the icon for a KPushButton to a name in the field "Theme"
which results in a call to
QIcon icon(QIcon::fromTheme(QString::fromUtf8("contact-new")));
newCustomer->setIcon(icon);
However I get
http://git.reviewboard.kde.org/r/104084/diff/
Testing
---
compiled kdelibs
Thanks,
Martin Koller
ch.
I'll remove the patch ...
- Martin
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103699/#review14773
---
On Jan. 15, 2012,
n
the page is served from a local running HTTP Server
( http://localhost:8080/data/test.html )
mailto:test.t...@test.at";>test.t...@test.at
Thanks,
Martin Koller
Hi,
for this trivial bugfix I'd rather not go through reviewboard:
Error:
Object::connect: No such signal KHTMLPartBrowserExtension::openURLNotify()
Object::connect: (sender name: 'KHTMLBrowserExtension')
Object::connect: No such signal
KHTMLPartBrowserExtension::setLocationBarURL(QString)
O
RL(QString)
Object::connect: (sender name: 'KHTMLBrowserExtension')
Diffs
-
khtml/kmultipart/kmultipart.cpp fe531e5
Diff: http://git.reviewboard.kde.org/r/105552/diff/
Testing
---
Thanks,
Martin Koller
Hi,
(using 4.9.0)
when using konqueror and typing "man:" it starts to list possible entries which
the kio_man slave generates.
However, konqueror displays percent encoded URLs, e.g. "man:%281%29/" instead
of "man:(1)/"
kio_man creates the KIO::UDSEntry as follows:
QString name = "ma
plicates in that list.
Diffs
-
konqueror/src/konqmainwindow.cpp c5468f9
Diff: http://git.reviewboard.kde.org/r/106046/diff/
Testing
---
yes
Thanks,
Martin Koller
On Monday, 13. August 2012 16:03:48 Thiago Macieira wrote:
> On segunda-feira, 13 de agosto de 2012 14.28.02, Martin Koller wrote:
> > Hi,
> > (using 4.9.0)
> >
> > when using konqueror and typing "man:" it starts to list possible entries
> > which the
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/106046/#review17474
-------
On Aug. 15, 2012, 5:24 p.m., Martin Koller wrote:
>
> --
ard.kde.org/r/106096/diff/
Testing
---
man:, fish:, local dir /tmp and checking the completion in konqueror when using
a dir e.g. named "some ö ä ü umlauts", "some file with#anchor"
Thanks,
Martin Koller
69fdc1
Diff: http://git.reviewboard.kde.org/r/106096/diff/
Testing
---
man:, fish:, local dir /tmp and checking the completion in konqueror when using
a dir e.g. named "some ö ä ü umlauts", "some file with#anchor"
Thanks,
Martin Koller
69fdc1
Diff: http://git.reviewboard.kde.org/r/106096/diff/
Testing
---
man:, fish:, local dir /tmp and checking the completion in konqueror when using
a dir e.g. named "some ö ä ü umlauts", "some file with#anchor"
Thanks,
Martin Koller
1 - 100 of 125 matches
Mail list logo