Commit graph

61 commits

Author SHA1 Message Date
Michael Drueing
3236d9761d Only require X11 libraries if actually compiling on X11
This will fix compilation on Win32 (and probably others)
2013-04-24 19:54:02 +02:00
Thiago Macieira
81f7f6ac23 Make sure we find X11 libraries.
Both Konqueror and the folderview applet use X11 functions directly so
we need to make sure CMake is finding it. Right now, this works
because Qt4ConfigDependentSettings.cmake that is distributed with KDE
does an indirect find_package. The one in upstream CMake does not, so
it's a ticking time bomb and depends on installation configuration.
2013-02-18 08:59:10 -08:00
David Faure
15e02ff9eb Move all konq plugins together. 2011-02-05 10:38:19 +01:00
Oswald Buddenhagen
d8276923fc actually install the .desktop files as executables
changing merely the file permissions is the repo is quite a noop as far
as cmake is concerned.


svn path=/trunk/KDE/kdebase/apps/; revision=1187438
2010-10-19 12:44:48 +00:00
David Faure
e3e57cacd7 Forwardport r1098275:
Port web_module away from QT3_SUPPORT.
Move QT3_SUPPORT define (oops, had no idea it was still there) into the only dir that still needs it.

svn path=/trunk/KDE/kdebase/apps/; revision=1098277
2010-03-03 12:10:27 +00:00
David Faure
e8faed77a2 a comment about why this fixed bug 62242
svn path=/trunk/KDE/kdebase/apps/; revision=1096090
2010-02-25 19:33:40 +00:00
Rahman Duran
c54d0b35ee SVN_SILENT
Remove remotedencoding subdir from CMakeList.txt

svn path=/trunk/KDE/kdebase/apps/; revision=944687
2009-03-25 22:45:13 +00:00
Rahman Duran
060619ea71 Disable KRemoteEncodingPlugin. It will be removed completely soon.
svn path=/trunk/KDE/kdebase/apps/; revision=944655
2009-03-25 21:45:10 +00:00
Alexander Neundorf
e88343d250 -indentation and a few empty lines to improve readability
Alex



svn path=/trunk/KDE/kdebase/apps/; revision=813881
2008-05-28 21:17:37 +00:00
David Faure
060f9857bc Remove strange konqfilemgr.desktop file, can't see what it was good for (was in "services" so not for the K menu, and wasn't associated to any mimetypes, and Home.desktop has the exact same Exec line...)
svn path=/trunk/KDE/kdebase/apps/; revision=794156
2008-04-06 18:26:46 +00:00
Urs Wolfer
ccc1363454 * enable deprecated warnings
* less Q3 support

svn path=/trunk/KDE/kdebase/apps/; revision=762780
2008-01-17 21:15:47 +00:00
Laurent Montel
667d0d6d36 kprinter was removed from kde
=> comment this directory until we find a new method for it

svn path=/trunk/KDE/kdebase/apps/; revision=729242
2007-10-25 11:50:35 +00:00
Adam Treat
c596b1d773 Inspired by sebas post, I decided to give Konqueror
some KDE4 attention...

* Add two new xmlgui files for konq:
	a) Web browsing UI
	b) File manangement UI
* Create ability to switch between said xmlgui files
with profile management.
* Default web browser profile now sports a drastically
cleaned up main toolbar for browsing.
* Default file management profile now sports a main
toolbar that helps with this.
* Port KonqProfileDlg away from Q3/K3 class.


svn path=/trunk/KDE/kdebase/apps/; revision=716179
2007-09-24 06:42:38 +00:00
David Faure
7ec9387db8 old code, be gone
[replaced with dolphinpart]

svn path=/trunk/KDE/kdebase/apps/; revision=714565
2007-09-19 21:59:51 +00:00
Laurent Montel
50cc53b211 change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex.
svn path=/trunk/KDE/kdebase/apps/; revision=691218
2007-07-23 07:01:14 +00:00
Dirk Mueller
caee3f06e7 remove redundant project declarations
svn path=/trunk/KDE/kdebase/apps/; revision=683437
2007-07-04 18:20:57 +00:00
David Faure
1bc9f442be Fix a bug in konqviewmanager, switch to dolphinpart by default in the filemanagement profile, disable konqdirpart experiment
svn path=/trunk/KDE/kdebase/apps/; revision=682083
2007-07-01 14:27:57 +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
David Faure
dd3b513f5a Make libkonquerorprivate shared (which means it needs export macros now -- done), and installed (in the unlikely case where users might want to use konqueror :) ).
svn path=/trunk/KDE/kdebase/apps/; revision=677969
2007-06-20 09:34:32 +00:00
David Faure
2aa190a565 Started the big design cleanup:
- Implemented visitor support to KonqFrameBase and children, to reduce interdependencies,
  moved printFrameInfo to visitor, and used visitor in unit tests too, to inspect structure.
 - Simplify KonqMainWindow ctor
 - Pass explicit mimetype to addTab() (fixed one performance bug, in kde3 branch as well)
 - Simplify splitView arguments
 - Unit tests for most of the KonqViewMgr API, to allow for further refactorings

svn path=/trunk/KDE/kdebase/apps/; revision=677505
2007-06-19 08:46:00 +00:00
David Faure
9d910c132a More config.h cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=661013
2007-05-04 11:59:02 +00:00
Pino Toscano
ea3096de6e move the QT3_SUPPORT definition only where it's needed
svn path=/trunk/KDE/kdebase/apps/; revision=650430
2007-04-04 14:47:36 +00:00
David Faure
7ad4f40f9f Not worth putting any porting efforts on this code anymore; to be replaced with konqdirpart or (preferrably) a dolphin part.
svn path=/trunk/KDE/kdebase/konqueror/; revision=643156
2007-03-16 13:35:10 +00:00
Aaron J. Seigo
1c62d5ccc5 to wake up and then occupy myself during the art meeting, i got rid of various warnings related to not using dbus and using the old kconfig api.
interestingly: it appears one place in the code was using the [View Profile] group while everywhere else was using [Profile]?

svn path=/trunk/KDE/kdebase/konqueror/; revision=637825
2007-02-27 22:40:29 +00:00
Laurent Montel
42034a0bcc Install dbus interface
svn path=/trunk/KDE/kdebase/libkonq/; revision=616668
2006-12-26 12:30:52 +00:00
Laurent Montel
1ae63c0939 Not necessary to install under windows
svn path=/trunk/KDE/kdebase/konqueror/; revision=605627
2006-11-17 15:26:31 +00:00
Laurent Montel
204da7a388 Apply Alex patch (now we can use enable-final argument
some module compiles with enable-final now)
As discussed with Alex it's not necessary to have program name
into automoc macro

svn path=/trunk/KDE/kdebase/konqueror/; revision=598290
2006-10-23 06:53:27 +00:00
Laurent Montel
9ca8971e1a Necessary to modify KDE4_ADD_KCFG_FILES to support ENABLE_FINAL
(there was not a dependancy between <name>_final.cpp file and
kcfg file => kfg files were never created)

Not necessary to rebuild all kdelibs just cp kdelibs/cmake/modules/KDE4Macros.cmake <path_kde4>/share/apps/cmake/modules

I ported all kde module (without enable-final argument, it compiles fines (test and program))
Don't try to use enable-final argument for the moment it doesn't compile (but dependancy works)
(I didn't test all compile for the moment I will fix all compile today (without enable-final argument)
kdelibs/kdepimlibs/kdebase/kdeutils compiles fine)


Regards

svn path=/trunk/KDE/kdebase/konqueror/; revision=595170
2006-10-13 13:27:20 +00:00
Laurent Montel
9bba68d81a Necessary to change KDE4_AUTOMOC macro to support
enable-final argument

(there was not a dependancy between <name>_final.cpp file and
moc generated files => moc files were never created)

Not necessary to rebuild all kdelibs just cp kdelibs/cmake/modules/KDE4Macros.cmake <path_kde4>/share/apps/cmake/modules

I ported and tested all kde module (without enable-final argument, it compiles fines (test and program))
Don't try to use enable-final argument for the moment it doesn't compile (but dependancy works)

Regards

svn path=/trunk/KDE/kdebase/konqueror/; revision=595039
2006-10-13 07:55:37 +00:00
Laurent Montel
16bee8a44d all desktop file was migrate
svn path=/trunk/KDE/kdebase/konqueror/; revision=590257
2006-09-29 16:35:10 +00:00
Laurent Montel
49726781ca Use macro
svn path=/trunk/KDE/kdebase/nsplugins/; revision=585919
2006-09-18 09:59:00 +00:00
Laurent Montel
c723d966d8 Remove not necessary files
Cleanup
Use cmake variable

svn path=/trunk/KDE/kdebase/konqueror/; revision=585899
2006-09-18 08:44:41 +00:00
Laurent Montel
eddd4b7401 Add message
svn path=/trunk/KDE/kdebase/konqueror/; revision=565714
2006-07-24 09:53:33 +00:00
Laurent Montel
68f52831c7 Replace all bin by ${BIN_INSTALL_DIR}
svn path=/trunk/KDE/kdebase/nsplugins/; revision=564549
2006-07-20 13:08:26 +00:00
Laurent Montel
fcd1a2607b Port kttsplugins interface
svn path=/trunk/KDE/kdebase/konqueror/; revision=560863
2006-07-11 13:03:03 +00:00
David Faure
a451015a9a Ported kfmclient to DBus (mostly in the bus from Trysil).
The buttons in kicker don't work yet, but calling kfmclient while konqueror is already running opens a window, at least :)

svn path=/trunk/KDE/kdebase/konqueror/; revision=559792
2006-07-08 13:30:08 +00:00
Kevin Ottens
a3ead4122f Port konqy preloader to D-BUS.
svn path=/trunk/KDE/kdebase/konqueror/; revision=558861
2006-07-06 08:06:05 +00:00
Dirk Mueller
e6040c725e merge bleeding edge. bleeding edge is now again dead
svn path=/trunk/KDE/kdebase/apps/; revision=558082
2006-07-04 17:09:53 +00:00
David Faure
f88d3bd118 More porting to DBus.
svn path=/trunk/KDE/kdebase/konqueror/; revision=554642
2006-06-24 16:33:35 +00:00
David Faure
08ac318fd3 Ported konqueror's DCOP interfaces to DBus
svn path=/trunk/KDE/kdebase/konqueror/; revision=554173
2006-06-23 12:28:41 +00:00
David Faure
94ec11a74c make kdeinit_konqueror/fast ; make konqueror/fast compiles.
svn path=/trunk/KDE/kdebase/konqueror/; revision=551309
2006-06-14 09:14:20 +00:00
Thiago Macieira
d3b0cceb39 Remove all kde4_add_dcop_stubs and kde4_add_dcop_skels.
Remaining errors consist only of #include not found (dcopclient.h, dcopref.h, kdatastream.h and kdirnotify_stub.h)

svn path=/trunk/KDE/kdebase/nsplugins/; revision=548395
2006-06-05 13:17:43 +00:00
Laurent Montel
21c489bdc5 Not necessary now into kde4.0 (keep for old compatibility to remove old entrie)
Ok'ed by David

svn path=/trunk/KDE/kdebase/konqueror/; revision=546604
2006-05-30 14:58:13 +00:00
Alexander Neundorf
7a0b30822a kde4_header and kde4_footer() are gone now
svn path=/trunk/KDE/kdebase/konqueror/; revision=540215
2006-05-12 18:12:37 +00:00
Alexander Neundorf
a8b01eb0aa -add FONTCONFIG_INCLUDE_DIR where required
-cleanup the toplevel CMakeLists.txt a bit
-remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR)
in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option
-include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it
doesn't have to be done in every subdir

Alex


svn path=/trunk/KDE/kdebase/konqueror/; revision=539914
2006-05-12 00:08:30 +00:00
David Faure
9cd649707a Split KonqFrameContainer out of konq_frame, added test for Qt bug.
svn path=/trunk/KDE/kdebase/konqueror/; revision=539722
2006-05-11 15:31:15 +00:00
André Wöbbeking
10f99d0edf install executables with the install command instead of install_files/targets.
when you install scripts with install(PROGRAMS ...) they're installed executable.

svn path=/trunk/KDE/kdebase/nsplugins/; revision=538074
2006-05-06 17:53:08 +00:00
Stephan Kulow
a92566b06d make more use of CURRENT_SOURCE_DIR
svn path=/trunk/KDE/kdebase/konqueror/; revision=537367
2006-05-04 16:04:37 +00:00
Laurent Montel
513c54f96d preloader compiles fine now
svn path=/trunk/KDE/kdebase/konqueror/; revision=529079
2006-04-12 14:17:34 +00:00
Alexander Neundorf
bdfa6204fc -use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES
Alex

svn path=/trunk/KDE/kdebase/konqueror/; revision=522728
2006-03-26 14:52:52 +00:00