Jekyll Wu
eb05cf9ddd
Remove two oudated kconf_update scripts
...
The two are from more than 10 years ago. No need to keep them any
more.
2012-12-07 04:46:29 +08:00
Dawit Alemayehu
12559c12c6
Use the correct number of arguments when creating an instance of KRun.
2012-07-17 23:00:39 -04:00
Stephen Kelly
ed2872074e
Simplify some Qt module style includes.
...
This is the easiest way to transition to Qt5.
2012-04-10 00:20:22 +02:00
Patrick Spendrin
cb2375e002
fix opening konqueror via kfmclient
...
BUG:184709
(cherry picked from commit e65f0898c6
)
2012-03-06 20:03:58 +01:00
David Faure
c37d81c207
Revert this one for now, it causes bug 290936.
...
I was wrong: we need to only call KRun for HTML files. Otherwise, when clicking
on a directory, kfmclient calls KRun which starts kfmclient which calls KRun...
It sounds like the only proper fix for this would be to have a KRun-derived
class in kfmclient, which gets notified of the found mimetype and can then
decide what to do. On the other hand we could also just associate the browser
app with text/html in the KCM, and use existing mechanisms instead of piling
more logic into kfmclient.
CCBUG: 182591
BUG: 290936
FIXED-IN: 4.8.0
(cherry picked from commit d882d2a5d2
)
2012-01-10 15:46:45 -05:00
Dawit Alemayehu
0a1d49a830
Pass the non-interactive option to kioclient when doing exec.
...
BUG:184126
FIXED-IN:4.8.0
(cherry picked from commit 8ceeefcbde
)
2011-12-28 13:19:14 -05:00
Dawit Alemayehu
fd8a97bc08
Make kfmclient use BrowserApplication for local html files too.
...
NOTE: This fix requires commit c230e107 in kdelibs.
BUG: 182591
FIXED-IN: 4.8.0
REVIEW: 103524
(cherry picked from commit b7a55b9487
)
2011-12-28 13:14:31 -05:00
Montel Laurent
d592f31cde
normalize signals/slots
2011-07-31 13:33:56 +02:00
Dawit Alemayehu
7ac1544e33
Use KUriFilter to filter user input so that web shortcuts and short uris
...
work properly.
BUG: 109217
FIXED-IN: 4.6.5
REVIEW: 101625
(cherry picked from commit 9dc77054f7
)
2011-06-22 17:31:53 -04:00
Oswald Buddenhagen
3f9a1f53b5
adapt to INSTALLed permissions
2011-05-01 20:26:46 +02:00
Aaron Reichman
c253c60bed
Fixing krazy spelling errors
2011-02-07 12:58:14 -08:00
Dawit Alemayehu
68b0161ca7
Added a dbus interface to KonqMainWindowAdaptor to pass mimetype when creating new tab.
...
See http://svn.reviewboard.kde.org/r/6243/ for details.
CCMAIL:dfaure@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=1211302
2011-01-03 15:56:26 +00:00
Luboš Luňák
0db6747fc6
avoid infinite loop when the service configured as the default
...
browser doesn't exist (bnc#623478)
svn path=/trunk/KDE/kdebase/apps/; revision=1172570
2010-09-07 14:33:41 +00:00
Luboš Luňák
2c824aa6dc
revert r1172559, after a second thought - this can stop it from working
...
properly sometimes, and it's working around a broken setup in the first place
svn path=/trunk/KDE/kdebase/apps/; revision=1172568
2010-09-07 14:31:08 +00:00
Luboš Luňák
90575546fc
'warning: converting 'false' to pointer type for argument' and the argument
...
was useless anyway
svn path=/trunk/KDE/kdebase/apps/; revision=1172562
2010-09-07 14:21:08 +00:00
Luboš Luňák
26f3d070c2
avoid infinite loop with weird setup with other KDE version, just in case
...
svn path=/trunk/KDE/kdebase/apps/; revision=1172559
2010-09-07 14:15:53 +00:00
Nicolas Lécureuil
6fe8d8bd2c
Add infos about kfmclient exec
...
BUG:224829
svn path=/trunk/KDE/kdebase/apps/; revision=1091427
2010-02-16 21:23:29 +00:00
David Faure
75f17b3811
Fix fork-bomb when setting "kfmclient openURL" as the webbrowser in kcmshell4 componentchooser.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1035589
2009-10-15 12:45:52 +00:00
David Faure
331f9a9780
Remove area "1202 (konqueror)", it's now "konqueror" automatically
...
(or kfmclient, it was a bug to use 1202 there)
svn path=/trunk/KDE/kdebase/apps/; revision=1011096
2009-08-13 22:50:41 +00:00
Pradeepto Bhattacharya
a603248d2f
-- kfmclient openUrl doesn't quit when using !konqueror ( fix using KGlobal::setAllowQuit(), thanks to Will Stephenson ;) )
...
BUG:171185
svn path=/trunk/KDE/kdebase/apps/; revision=993295
2009-07-08 12:25:13 +00:00
Urs Wolfer
6e9c07cccc
* fix icons
...
* fix includes
* fix include guards
* fix QString issues
* fix d-ptr
svn path=/trunk/KDE/kdebase/apps/; revision=890815
2008-11-30 12:22:44 +00:00
David Faure
7606ccd227
Fix kfmclient making konq abort when "open external links in new tab" is enabled and konq windows are on other desktops.
...
An invalid QDBusObjectPath() can't be shipped over DBus, so use "/" as marker for "invalid path" (no way "/" could ever be a window anyway).
BUG: 167667
svn path=/trunk/KDE/kdebase/apps/; revision=870787
2008-10-13 10:10:44 +00:00
Laurent Montel
3a655b684f
Fix bug #170048
...
svn path=/trunk/KDE/kdebase/apps/; revision=867708
2008-10-04 09:53:46 +00:00
David Faure
a83fcabd26
small optimization, don't make a trader query for application/octet-stream when opening a http url.
...
svn path=/trunk/KDE/kdebase/apps/; revision=829031
2008-07-07 10:01:17 +00:00
Dirk Mueller
dd44b724be
fix linking
...
svn path=/trunk/KDE/kdebase/apps/; revision=824530
2008-06-26 01:29:37 +00:00
Luboš Luňák
c14b4dc18f
For opening URLs, try to use the kfmclient from the session KDE version.
...
svn path=/trunk/KDE/kdebase/apps/; revision=799859
2008-04-22 15:33:40 +00:00
Laurent Montel
e418cb3bed
Commit patch from Alex
...
(He didn't have time to make it yesterday and will able to commit it next thursday)
This patch clean up some :
target_link_libraries(kfoo kdeinit_kfoo) which is already done in kde4_add_kdeinit_executable()
macro and use "INSTALL_TARGETS_DEFAULT_ARGS" in other place.
I tested all compile file, all works fine but if there is a pb send me a mail.
CCMAIL: neundorf@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=795711
2008-04-11 06:52:03 +00:00
Ralf Habacker
1d307ff0aa
kdeinit modules are not supported on win32
...
svn path=/trunk/KDE/kdebase/apps/; revision=793038
2008-04-02 21:34:41 +00:00
Ralf Habacker
82a237eb48
added application icons
...
svn path=/trunk/KDE/kdebase/apps/; revision=793036
2008-04-02 21:32:47 +00:00
Christian Ehrlicher
3212d8f0c5
LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGS
...
svn path=/trunk/KDE/kdebase/apps/; revision=776849
2008-02-18 21:51:54 +00:00
David Faure
1199c6415f
SVN_SILENT just comments
...
svn path=/trunk/KDE/kdebase/apps/; revision=762417
2008-01-16 23:34:11 +00:00
David Faure
fca9ecc12c
Fix connection to missing slot deref()
...
svn path=/trunk/KDE/kdebase/apps/; revision=762416
2008-01-16 23:27:23 +00:00
David Faure
76685da26f
Updates (especially the list of directory parts for konq-process-reuse)
...
svn path=/trunk/KDE/kdebase/apps/; revision=741462
2007-11-25 17:58:05 +00:00
Laurent Montel
be8e32aed3
Link against kio lib
...
svn path=/trunk/KDE/kdebase/apps/; revision=723606
2007-10-10 06:59:12 +00:00
Andreas Pakulat
825e45abec
Merge the KConfig branch. This are the 3 main modules (+kdeadmin), which are
...
needed now because friday is the last BC day. The rest of the modules will
follow as fast as my laptop allows.
svn path=/trunk/KDE/kdebase/apps/; revision=721704
2007-10-05 22:21:25 +00:00
Tobias Koenig
ad44b4781b
Run the kshell4 application, kshell isn't installed on a KDE4 system
...
svn path=/trunk/KDE/kdebase/apps/; revision=714583
2007-09-19 23:20:51 +00:00
Thiago Macieira
b34ffc2a19
Add support again for 'kfmclient exec' because that's what xdg-open requires of us
...
svn path=/trunk/KDE/kdebase/apps/; revision=709501
2007-09-07 16:33:46 +00:00
Laurent Montel
2000632505
Not install shell script on windows (and it's an update script so it's not
...
a problem there was not a konqueror on windows before kde4)
svn path=/trunk/KDE/kdebase/apps/; revision=706379
2007-08-30 07:12:38 +00:00
Thiago Macieira
4293c6f655
KStaticDeleter -> K3StaticDeleter
...
Some targets now need to link to KDE3Support
svn path=/trunk/KDE/kdebase/apps/; revision=705297
2007-08-27 17:27:40 +00:00
Laurent Montel
264d696087
Adapt to new KWarning/kFatal/kDebug api
...
svn path=/trunk/KDE/kdebase/apps/; revision=695870
2007-08-03 06:40:12 +00:00
Allen Winter
d645b59bb1
remove kde4_automoc()
...
svn path=/trunk/KDE/kdebase/apps/; revision=685984
2007-07-10 09:14:12 +00:00
Chusslove Illich
dc59b32f75
Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, SIC. Most of the depending code has been auto-converted to new API.
...
svn path=/trunk/KDE/kdebase/apps/; revision=682259
2007-07-02 08:49:20 +00:00
David Faure
6cec08e2cc
Source code reorganization: switch to .cpp extension, move konq sources to src subdir (like dolphin and konsole, and to separate it from all the kcontrol modules and plugins), remove '_' so that kdab-insert-header (xemacs macro) works.
...
svn path=/trunk/KDE/kdebase/apps/; revision=678019
2007-06-20 13:04:46 +00:00
Laurent Montel
9d92e70ab5
Add missing include
...
svn path=/trunk/KDE/kdebase/apps/; revision=677428
2007-06-19 06:26:54 +00:00
Christian Ehrlicher
3df801e90e
SVN_SILENT: typo, small msvc warning--
...
svn path=/trunk/KDE/kdebase/apps/; revision=677179
2007-06-18 16:21:26 +00:00
Christian Ehrlicher
01cde9bb72
k3process--
...
svn path=/trunk/KDE/kdebase/apps/; revision=676657
2007-06-17 11:23:11 +00:00
Dirk Mueller
52d6d2f9ce
include cleanup
...
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-09 22:23:52 +00:00
Rohan McGovern
fb21984605
Fixes: kfmclient crash on any command
...
Details: kfmclient was not correctly initialising a KComponentData object. It was constructing one, but using the default constructor, resulting in an invalid KComponentData.
svn path=/trunk/KDE/kdebase/konqueror/; revision=651217
2007-04-07 00:59:19 +00:00
Oswald Buddenhagen
11ca147adf
KProcess -> K3Process
...
KShellProcess -> K3ShellProcess
KProcIO -> K3ProcIO
KProcessController -> K3ProcessController
not deprecating, as we don't have a replacement yet.
not moving yet, as kdelibs still has heavy dependencies on it.
agreed upon with dfaure.
svn path=/trunk/KDE/kdebase/nsplugins/; revision=646732
2007-03-26 15:07:10 +00:00
Stephan Kulow
64dda4865c
merged kconfiggroup_port branch
...
svn path=/trunk/KDE/kdebase/konqueror/; revision=635490
2007-02-20 07:00:30 +00:00