Commit graph

849 commits

Author SHA1 Message Date
Maks Orlovich 79532ac8e4 Don't try to delete a pointer to the middle of KComponentDataPrivate..
svn path=/trunk/KDE/kdebase/apps/; revision=729032
2007-10-24 22:26:42 +00:00
Maks Orlovich 1b5e2d1920 Seems like I need the indirection here to prevent CMake getting confused due to sharing or such.
Sorry about the trouble, folks.

svn path=/trunk/KDE/kdebase/apps/; revision=729019
2007-10-24 21:42:53 +00:00
Michel Hermier d159fa2290 Fix the testnsplugin build somehow
svn path=/trunk/KDE/kdebase/apps/; revision=728999
2007-10-24 20:53:40 +00:00
Maks Orlovich 4d2cb4ea21 - Talk to the right process when instantiating a plugin
- Remove some dead code that was making things even more confusing
- Remove debug output I accidentally committed

svn path=/trunk/KDE/kdebase/apps/; revision=728963
2007-10-24 19:41:58 +00:00
Oswald Buddenhagen f0a2014528 KConfig* API overhaul. only cosmetics, so don't panic.
KConfigBase:
- remove separator argument from list entry reading/writing functions
- introduce {read,write}XdgListEntry()
- kill readPathListEntry(), add readPathEntry() overload
  instead. the default value is not optional any more, as it defines the
  return type. this is consistent with the readEntry() functions.
- rename clean() => markAsClean(), remove rollback()
- rename ConfigState => AccessMode, getConfigState() => accessMode()
- rename {entry,group}IsImmutable() => is{Entry,Group}Immutable()
- remove NLS alias to Localized

KConfig:
- remove setGroup() & group()
- reshuffle OpenFlag enum, introduce NoCascade for symmetry
- remove setExtraConfigFiles() alias to addConfigSources()

KConfigGroup:
- inherit KConfigBase::deleteGroup() overloads
- make convertToQVariant() private, it will probably change somehow

- KConfig & KConfigGroup: deprecate entryMap()
- remove bogus declarations: KConfigGroup::setReadDefaults(),
  KConfig::readEntryUntranslated()
- apidox
- reshuffle the declarations in the headers


svn path=/trunk/KDE/kdebase/apps/; revision=728852
2007-10-24 13:08:37 +00:00
Maks Orlovich 65d23d1e64 Make the nsplugin support actually do something:
- Actually build a kpart and install as is.
- Actually build a working kcminit module. Which might not be 
  such a hot idea since KConfig seems to like to loop infinitely on this 
  stuff
- Actually let nspluginviewer start

Right now it's lost someplace in d-bus communication...
And we didn't deal with the Xt issue yet. Oh boy.

svn path=/trunk/KDE/kdebase/apps/; revision=728776
2007-10-24 07:38:33 +00:00
Laurent Montel 92942cabc6 Deprecated--
svn path=/trunk/KDE/kdebase/apps/; revision=726621
2007-10-18 09:57:29 +00:00
Script Kiddy 8760b6ad1d SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=725777
2007-10-16 06:15:12 +00:00
David Faure 9440ec8db8 kcmshell renamed to kcmshell4 to fix co-installability between kdelibs3 and kdebase4-runtime
svn path=/trunk/KDE/kdebase/apps/; revision=725652
2007-10-15 22:24:08 +00:00
Script Kiddy 344a04f74d SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/apps/; revision=723243
2007-10-09 05:45:29 +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
David Faure 3e041915bb Merged KIO::JobFlags branch
svn path=/trunk/KDE/kdebase/apps/; revision=721447
2007-10-05 09:14:03 +00:00
David Faure 0b8fcbf5cd fix linking
svn path=/trunk/KDE/kdebase/apps/; revision=720207
2007-10-02 17:44:41 +00:00
Oswald Buddenhagen 8c8e7d92dd add some kde3support following k3proc move
svn path=/trunk/KDE/kdebase/apps/; revision=720171
2007-10-02 16:03:50 +00:00
Luboš Luňák 37f9ffda00 Put back r655588 (proper bit width for 32bit types).
BUG: 150241


svn path=/trunk/KDE/kdebase/apps/; revision=719540
2007-10-01 09:51:56 +00:00
Script Kiddy 6dc32bb3e0 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=719466
2007-10-01 06:24:51 +00:00
Script Kiddy d43ce6f518 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=717656
2007-09-27 09:33:12 +00:00
Laurent Montel 9b2af85f19 Dcop->D-Bus
svn path=/trunk/KDE/kdebase/apps/; revision=716534
2007-09-24 20:52:33 +00:00
Laurent Montel 5a3cd2ddf0 Rename option
svn path=/trunk/KDE/kdebase/apps/; revision=716510
2007-09-24 20:15:49 +00:00
Laurent Montel 851143f262 arts is dead
svn path=/trunk/KDE/kdebase/apps/; revision=716507
2007-09-24 20:07:23 +00:00
Laurent Montel 0dac5ad1b6 Adapt CMakeLists.txt as discussed with Alex.
KDE4_ADD_TEST_EXECUTABLE is deprecated now use KDE4_ADD_EXECUTABLE(<target> TEST <files>) instead
QT4_ADD_DBUS_INTERFACE_NO_NAMESPACE and QT4_ADD_DBUS_INTERFACES_NO_NAMESPACE are deprecated too
used SET_SOURCE_FILES_PROPERTIES(<files> PROPERTIES NO_NAMESPACE TRUE) QT4_ADD_DBUS_INTERFACES(<srcList> <files>)
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) is put in each CMakeLists.txt where
KDE4_ADD_EXECUTABLE(<target> TEST <files>) and KDE4_ADD_UNIT_TEST were used.

svn path=/trunk/KDE/kdebase/apps/; revision=716149
2007-09-24 06:25:59 +00:00
Script Kiddy daa46a5dfe SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=715040
2007-09-21 06:26:08 +00:00
Script Kiddy 0dafc7a46f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=710142
2007-09-09 06:15:09 +00:00
Script Kiddy 8ce42d9a96 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=708950
2007-09-06 05:56:43 +00:00
Script Kiddy 6e9dd244ed SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=706753
2007-08-31 07:59:14 +00:00
Matthias Kretz 1770c37608 uhm, I got this wrong as the .desktop file is in apps/nsplugins and the
KCModule code in apps/konqueror/settings/konqhtml/pluginopts.cpp

svn path=/trunk/KDE/kdebase/apps/; revision=706258
2007-08-29 20:08:55 +00:00
Matthias Kretz 2568f510e2 port to KPluginFactory
svn path=/trunk/KDE/kdebase/apps/; revision=705777
2007-08-28 14:58:52 +00:00
Luboš Luňák f8be4f7346 Defaulting to no scanning for new plugins is nice from performance point
of view, but it's completely unreasonable to expect the user to run
the check manually. Check timestamps to find out if a full scan is needed.
This also makes the config options for this more or less unnecessary.
BUG: 126744


svn path=/trunk/KDE/kdebase/apps/; revision=705275
2007-08-27 16:23:05 +00:00
Script Kiddy c73edb4853 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=704138
2007-08-24 06:24:18 +00:00
Script Kiddy 19ff972b39 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=702200
2007-08-20 07:37:38 +00:00
Script Kiddy 64e533dbfc SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=701736
2007-08-19 06:11:40 +00:00
Script Kiddy e9a10128d0 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=700288
2007-08-15 06:11:48 +00:00
Alexander Neundorf 2238df4247 remove old Makefile.am contents
Alex


svn path=/trunk/KDE/kdebase/apps/; revision=700202
2007-08-15 03:32:07 +00:00
Script Kiddy 45793b9d21 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=699851
2007-08-14 05:56:15 +00:00
David Faure 32fe634c10 KParts::URLArgs split up [merged from branches/work/kparts_urlargs_split]
into KParts::OpenUrlArguments and KParts::BrowserArguments.
This also allows the part to set arguments().mimeType() is the host didn't set it.

svn path=/trunk/KDE/kdebase/apps/; revision=699514
2007-08-13 10:17:57 +00:00
Script Kiddy 6d1ed942a4 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=699159
2007-08-12 05:41:50 +00:00
Script Kiddy d4998aed68 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=698098
2007-08-09 05:49:22 +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
Pino Toscano 94cff20904 #include kdefakes.h so we are sure to have the definition of setenv()
BUGS: 145750, 145806

svn path=/trunk/KDE/kdebase/apps/; revision=694864
2007-07-31 22:50:54 +00:00
Script Kiddy 33d99af0a1 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=693808
2007-07-29 05:20:59 +00:00
Script Kiddy dd0008c0d3 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=693473
2007-07-28 05:36:34 +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
Laurent Montel 57f8456b5c Remove not necessary cmake variable (already defined
into lib dependancy)


svn path=/trunk/KDE/kdebase/apps/; revision=686169
2007-07-10 19:37:23 +00:00
Allen Winter d645b59bb1 remove kde4_automoc()
svn path=/trunk/KDE/kdebase/apps/; revision=685984
2007-07-10 09:14:12 +00:00
Laurent Montel 2f2e5bd1ba Remove not necessary cmake variable
svn path=/trunk/KDE/kdebase/apps/; revision=683756
2007-07-05 09:02:54 +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
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
Script Kiddy 8916068db6 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=681471
2007-06-29 04:24:44 +00:00
Dirk Mueller 42c4ed3286 - move libkonq into apps/
- partial fixes to make apps build separately

svn path=/trunk/KDE/kdebase/apps/; revision=680304
2007-06-25 21:20:52 +00:00
Jeremy Paul Whiting a185ac263e krazy const & checks fix by Kristho, with a couple modifications so it works, thanks Kris!
svn path=/trunk/KDE/kdebase/apps/; revision=679363
2007-06-23 18:53:52 +00:00
Andreas Pakulat f45046aa87 Port to new kde4_add_*test* macros
svn path=/trunk/KDE/kdebase/apps/; revision=676863
2007-06-17 21:14:54 +00:00
Laurent Montel 2eeb0e8fe5 K3Process--
svn path=/trunk/KDE/kdebase/apps/; revision=676771
2007-06-17 17:09:40 +00:00
Script Kiddy 42682a51ac SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/apps/; revision=676131
2007-06-16 05:23:15 +00:00
Script Kiddy 7328db97b3 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=675673
2007-06-14 17:32:01 +00:00
Laurent Montel d7525f3561 Fix include
svn path=/trunk/KDE/kdebase/libkonq/; revision=675269
2007-06-13 21:26:08 +00:00
Script Kiddy ecde3b6415 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=671602
2007-06-05 06:22:15 +00:00
Laurent Montel 3647d62f2f Remove not necessary "class classname;"
svn path=/trunk/KDE/kdebase/apps/; revision=671233
2007-06-04 08:24:29 +00:00
Script Kiddy a394a10db1 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=670034
2007-05-31 05:31:09 +00:00
Max Blazejak a30ce8ff31 EBN fixes (includes, typos etc.
svn path=/trunk/KDE/kdebase/apps/; revision=669964
2007-05-30 22:06:49 +00:00
Script Kiddy 981132bed4 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=669344
2007-05-29 05:15:16 +00:00
Luboš Luňák 1388970ff2 Go back to NP_VERSION_MINOR being 11, just in case. To quote Maksim:
I know that having a lower one is fine --- it implies potentially
smaller function structures, and higher version may require implementing
more stuff. The reason I asked is that I did something similar internally
when working on npruntime support, and I know flash 7 would crash with
some value of NP_VERSION_MINOR, but I am not sure whether it was 13 or 14.


svn path=/trunk/KDE/kdebase/apps/; revision=665308
2007-05-16 14:36:15 +00:00
Script Kiddy 5d544b88af SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=665169
2007-05-16 04:59:20 +00:00
Luboš Luňák fc98815265 Replace the Netscape plugins SDK files with ones from Mozilla
with a more friendly license.


svn path=/trunk/KDE/kdebase/apps/; revision=665084
2007-05-15 19:49:09 +00:00
David Faure 0f6b9b459e Move nsplugins to apps
svn path=/trunk/KDE/kdebase/apps/; revision=664635
2007-05-14 14:49:22 +00:00
Script Kiddy b15ddf8dc8 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=664086
2007-05-13 06:01:08 +00:00
Script Kiddy a5bdd0e4a0 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=660563
2007-05-03 05:02:42 +00:00
Laurent Montel dbc0ac50b9 Remove not necessary include
svn path=/trunk/KDE/kdebase/nsplugins/; revision=656776
2007-04-22 11:14:24 +00:00
André Wöbbeking f85b3cc93b Forwardport of rev. 651938:
Don't use long for 32 bit types on LP64 platforms.

Now Konqueror can use e.g. flashplugin on x86_64 with nspluginwrapper :-)

svn path=/trunk/KDE/kdebase/nsplugins/; revision=655588
2007-04-18 20:27:43 +00:00
Simon Hausmann fd2bae03c9 Merging branches/work/kmainwindow-decoupling-branch from Kevin and me which
separates the xmlgui stuff from KMainWindow

svn path=/trunk/KDE/kdebase/apps/; revision=654728
2007-04-16 20:44:36 +00:00
Dirk Mueller 0b5a5f290c include cleanup
svn path=/trunk/KDE/kdebase/konqueror/; revision=652987
2007-04-12 13:02:58 +00:00
Script Kiddy abee6aa21e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=652858
2007-04-12 05:10:21 +00:00
Luboš Luňák 3068efab16 Fix keyboard events handling.
svn path=/trunk/KDE/kdebase/nsplugins/; revision=652587
2007-04-11 14:28:33 +00:00
Pino Toscano f0185f62b8 less qt3_support
fix connections

svn path=/trunk/KDE/kdebase/nsplugins/; revision=650823
2007-04-05 13:32:56 +00:00
Script Kiddy fea7a71683 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=650658
2007-04-05 04:44:04 +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
Stephan Kulow d32c2ac92a merge in /branches/work/coolos_libloader:
returning void* for functions is bad - so introduce
resolveFunction() and resolveSymbol() to make this separation
clear.

svn path=/trunk/KDE/kdebase/nsplugins/; revision=649230
2007-04-02 11:07:11 +00:00
Laurent Montel 15d07ab4bb Fox compile test
svn path=/trunk/KDE/kdebase/nsplugins/; revision=648021
2007-03-30 08:13:25 +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
Laurent Montel faba18065c Compile++
svn path=/trunk/KDE/kdebase/nsplugins/; revision=646620
2007-03-26 10:31:00 +00:00
Script Kiddy 41e3be1a37 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=645846
2007-03-23 18:33:20 +00:00
Dirk Mueller e4bab926dc pedantic--
svn path=/trunk/KDE/kdebase/nsplugins/; revision=644597
2007-03-20 14:21:56 +00:00
Script Kiddy 43ad45ae85 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=643732
2007-03-18 10:31:47 +00:00
Roberto Raggi 4f88ff3158 KParts cleanup (discussed with David)
svn path=/trunk/KDE/kdebase/konqueror/; revision=641855
2007-03-12 19:13:15 +00:00
Script Kiddy 24d4aa025b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=640788
2007-03-09 08:06:27 +00:00
Script Kiddy c26ab9c4b7 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=639986
2007-03-06 13:53:59 +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
Dirk Mueller 494afbcb28 porting simplifications regarding KConfig::readEntry
svn path=/trunk/KDE/kdebase/konqueror/; revision=632199
2007-02-10 09:12:35 +00:00
Matthias Kretz 979dfb806a merge the kinstance-redesign branch back to trunk.
svn path=/trunk/KDE/kdebase/konqueror/; revision=628276
2007-01-29 17:14:20 +00:00
Script Kiddy ee061538ad SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=624048
2007-01-16 07:32:27 +00:00
David Faure b0cecc73c3 guard #warning with an ifdef
svn path=/trunk/KDE/kdebase/konqueror/; revision=622343
2007-01-11 16:32:06 +00:00
Simon Hausmann 960a904de1 merged branches/work/kaction-cleanup-branch, courtesy of
Kevin, Laurent, Thomas and me.

svn path=/trunk/KDE/kdebase/konqueror/; revision=621518
2007-01-08 22:39:24 +00:00
Allen Winter 875a5cbc4c minor fixes detected on the EBN. Thanks Médéric
CCMAIL: mboquien@free.fr

svn path=/trunk/KDE/kdebase/nsplugins/; revision=620997
2007-01-07 23:56:11 +00:00
Laurent Montel 9a263f69a8 It's better to autogenerate file it allows
to fix porting problem

svn path=/trunk/KDE/kdebase/nsplugins/; revision=617275
2006-12-28 15:57:58 +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 a5dfb6f6fc Prefer to autogenerate adaptor
(It allows me to fix some port problem)
I will try to test it now

svn path=/trunk/KDE/kdebase/nsplugins/; revision=615476
2006-12-21 17:36:25 +00:00
Laurent Montel acfdcc98f9 Other dbus error fix
svn path=/trunk/KDE/kdebase/nsplugins/; revision=615470
2006-12-21 16:47:50 +00:00
Aaron J. Seigo 058e124aef it builds! ship it!
svn path=/trunk/KDE/kdebase/apps/; revision=614777
2006-12-18 22:24:28 +00:00
Alexander Neundorf e3bd493b60 nicer indentation
Alex


svn path=/trunk/KDE/kdebase/nsplugins/; revision=612344
2006-12-10 23:28:37 +00:00
Laurent Montel 23996aa5d3 Remove last Makefile.am
Clean up
Remove not necessary file (configure.in.in when all was converted)

svn path=/trunk/KDE/kdebase/nsplugins/; revision=610988
2006-12-06 10:31:08 +00:00
Laurent Montel 43a32fe38d Fix compile with compilator != gcc
svn path=/trunk/KDE/kdebase/nsplugins/; revision=604656
2006-11-13 16:20:32 +00:00
Alexander Neundorf c0d78ac239 -remove kde4_install_libtool_file(), not necessary anymore since we switched away from libltdl
Alex


svn path=/trunk/KDE/kdebase/konqueror/; revision=602118
2006-11-05 12:24:44 +00:00
Laurent Montel 6d5d81faa9 Clean up
svn path=/trunk/KDE/kdebase/nsplugins/; revision=599947
2006-10-29 08:18:40 +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
Thiago Macieira a6e8626fb8 Fix the D-Bus service name for nspluginviewer
svn path=/trunk/KDE/kdebase/nsplugins/; revision=596089
2006-10-16 18:06:06 +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
Jaison Lee 480b7b5966 KTempFile->KTemporaryFile
svn path=/trunk/KDE/kdebase/nsplugins/; revision=591082
2006-10-01 17:24:38 +00:00
Laurent Montel d25ed10ffa Install it into services directopry
svn path=/trunk/KDE/kdebase/nsplugins/; revision=587099
2006-09-21 14:11:58 +00:00
Laurent Montel 49726781ca Use macro
svn path=/trunk/KDE/kdebase/nsplugins/; revision=585919
2006-09-18 09:59:00 +00:00
Tobias Koenig e41d2a2960 deprecated--
svn path=/trunk/KDE/kdebase/konqueror/; revision=584339
2006-09-14 13:01:38 +00:00
Laurent Montel 62eadb1685 Remove not necessary files
Clean up
Fix install files

svn path=/trunk/KDE/kdebase/nsplugins/; revision=579544
2006-09-01 08:49:19 +00:00
Pascal Létourneau 46781fdeb5 Fix breakage from the URL -> Url renaming
svn path=/trunk/KDE/kdebase/nsplugins/; revision=578667
2006-08-29 21:36:46 +00:00
Stephan Kulow dc7710ecfa replaced several URLs with Url and URI with Uri - the patch
became a bit larger than expected, so I couldn't have the time
to check if it still compiles with the changes done in between

svn path=/trunk/KDE/kdebase/kdepasswd/; revision=578269
2006-08-28 19:59:39 +00:00
Stephan Kulow 6009d735a3 port to new qt 4.2 snapshot
svn path=/trunk/KDE/kdebase/konqueror/; revision=575652
2006-08-21 20:18:49 +00:00
Laurent Montel 0dd71dc4dd Fix CMakeLists.txt
svn path=/trunk/KDE/kdebase/konqueror/; revision=567265
2006-07-28 13:04:23 +00:00
Urs Wolfer 832eff68d4 Disable nsplugintest again. It does not link.
svn path=/trunk/KDE/kdebase/nsplugins/; revision=566482
2006-07-26 10:03:01 +00:00
Laurent Montel 861be5aef5 Clean up
svn path=/trunk/KDE/kdebase/nsplugins/; revision=566160
2006-07-25 15:20:44 +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
Stephan Kulow 543a4f026e ported to new snapshot
svn path=/trunk/KDE/kdebase/konqueror/; revision=560630
2006-07-10 20:04:42 +00:00
Urs Wolfer db6ebf7af6 compile fixes
svn path=/trunk/KDE/kdebase/nsplugins/; revision=558189
2006-07-04 20:47:45 +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
Dirk Mueller fed199d63c compile++
svn path=/trunk/KDE/kdebase/nsplugins/; revision=557859
2006-07-04 08:24:50 +00:00
Dirk Mueller f3638aaa99 merge changes from bleeding edge branch
svn path=/trunk/KDE/kdebase/konqueror/; revision=557225
2006-07-02 18:31:00 +00:00
David Faure 6e8ad43a0e Finish the port to dbus, and port a q3dict to qmap
svn path=/trunk/KDE/kdebase/nsplugins/; revision=556578
2006-06-30 18:29:36 +00:00
David Faure 5ee971c5ca Port to DBus
svn path=/trunk/KDE/kdebase/nsplugins/; revision=556577
2006-06-30 18:24:07 +00:00
David Faure a4a535f372 Finish the port to DBus - all of kdebase compiles now!
svn path=/trunk/KDE/kdebase/nsplugins/; revision=556576
2006-06-30 18:20:52 +00:00
David Faure ea59d9de74 nspluginscan compiles now - not done with this dir yet.
svn path=/trunk/KDE/kdebase/nsplugins/; revision=556444
2006-06-30 09:34:17 +00:00
David Faure e9bcd30b41 viewer/ compiles now.
svn path=/trunk/KDE/kdebase/nsplugins/; revision=556027
2006-06-28 23:44:39 +00:00
David Faure 1ba5846f14 converted to dbus - 3 interfaces into one xml file is cool, it's just hard to name the file then ;)
svn path=/trunk/KDE/kdebase/nsplugins/; revision=555904
2006-06-28 17:28:25 +00:00
David Faure dee4999869 Port PluginPart's dbus interface to DBus, renamed interface to CallBack.
viewer/ has three more interfaces, those are next.

svn path=/trunk/KDE/kdebase/nsplugins/; revision=555901
2006-06-28 17:21:56 +00:00
Laurent Montel fc0c8a41a0 DCOP doesn't exist 
svn path=/trunk/KDE/kdebase/nsplugins/; revision=554800
2006-06-25 12:10:11 +00:00
Jaison Lee ac792d6585 EBN spelling corrections.
svn path=/trunk/KDE/kdebase/apps/; revision=552770
2006-06-19 01:43:22 +00:00
Laurent Montel 804805ec21 Port dcop file to dbus
svn path=/trunk/KDE/kdebase/nsplugins/; revision=551316
2006-06-14 09:31:33 +00:00
Laurent Montel a6d304e12c Minor fix
svn path=/trunk/KDE/kdebase/apps/; revision=549302
2006-06-08 06:37:22 +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
Thiago Macieira b7a8a5cce7 Merge in all changes from the kdebase4-dbus branch
svn path=/trunk/KDE/kdebase/apps/; revision=548390
2006-06-05 13:03:49 +00:00
Laurent Montel 55a304e0d9 Rename KUrl function
svn path=/trunk/KDE/kdebase/apps/; revision=543471
2006-05-22 07:01:23 +00:00
Laurent Montel a0b412c7fd #include <q...h> -> #include <Q...>
svn path=/trunk/KDE/kdebase/nsplugins/; revision=540496
2006-05-13 16:33:18 +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
Laurent Montel 49ebc2ce72 #include <q...h> -> #include <Q...>
svn path=/trunk/KDE/kdebase/nsplugins/; revision=539617
2006-05-11 08:04:23 +00:00
David Faure 2f4d9a709d Add export for unit test to link
svn path=/trunk/KDE/kdebase/nsplugins/; revision=538970
2006-05-09 12:40:45 +00:00
Aaron J. Seigo 8608f39856 remaining snapshot porting
svn path=/trunk/KDE/kdebase/nsplugins/; revision=538638
2006-05-08 13:46:00 +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 b8491db715 deprecated--
svn path=/trunk/KDE/kdebase/konqueror/; revision=537545
2006-05-05 05:25:35 +00:00
David Faure 699b36b8b0 Better use of optional lib variables.
Better error message when Xt isn't available (in fact this makes it optional, to avoid a cryptic error message)

svn path=/trunk/KDE/kdebase/nsplugins/; revision=536355
2006-05-01 21:49:45 +00:00
Stephan Kulow 00c741cda8 removed duplicated messages targets
svn path=/trunk/KDE/kdebase/nsplugins/; revision=536279
2006-05-01 18:55:33 +00:00
Thorsten Roeder 7263fedd63 avoid unnecessary conversion: QPixmap->QImage->QPixmap
svn path=/trunk/KDE/kdebase/nsplugins/; revision=535225
2006-04-28 21:29:59 +00:00
Dirk Mueller 199f898529 compile++
svn path=/trunk/KDE/kdebase/nsplugins/; revision=534755
2006-04-27 18:23:08 +00:00
Kevin Ottens 7a1220e978 Finishing the port to KJob signals.
Fixing some warning() and infoMessage() connections.

CCMAIL: pascal.letourneau@kdemail.net


svn path=/trunk/KDE/kdebase/kfind/; revision=534064
2006-04-26 11:01:08 +00:00
Frank Osterfeld edfea13cec replace LIB_INSTALL_DIR/kde4 with PLUGIN_INSTALL_DIR
svn path=/trunk/KDE/kdebase/konqueror/; revision=531059
2006-04-18 14:21:54 +00:00
Hasso Tepper 50c1e0abdd Make it like in 3.5 branch. Not only OpenBSD is affected, but NetBSD and
FreeBSD 4 as well.

svn path=/trunk/KDE/kdebase/nsplugins/; revision=528275
2006-04-10 15:20:55 +00:00
Hamish Rodda e7d5dfa47f Merging in from bleeding edge kdebase branch
- i18n ported
- KAccel removed
- Some fixes for OS X

svn path=/trunk/KDE/kdebase/kfind/; revision=528190
2006-04-10 11:57:13 +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
Laurent Montel 8ebe15f3be Fix cmake variable
svn path=/trunk/KDE/kdebase/nsplugins/; revision=522126
2006-03-24 14:59:45 +00:00
David Faure 64dacf1e12 Use set(CMAKE_INCLUDE_CURRENT_DIR ON) in the toplevel CMakeLists.txt, and we don't need to include
${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} in each and every file anymore [only when subdirs might depend on that].

Also ran a script which makes sure that ${KDE4_INCLUDE_DIR} and ${QT_INCLUDES} are added -last-,
so that installed headers are not preferred over (possibly more uptodate) local headers.

svn path=/trunk/KDE/kdebase/konqueror/; revision=521887
2006-03-23 19:24:10 +00:00
Laurent Montel 6e6e3f5a79 Now all kdebase compile with cmake
svn path=/trunk/KDE/kdebase/nsplugins/; revision=521468
2006-03-22 16:57:17 +00:00
Laurent Montel bb733dd35f Other fix typo
svn path=/trunk/KDE/kdebase/konqueror/; revision=521452
2006-03-22 16:12:13 +00:00
Laurent Montel 389f63ff57 Fix typo
svn path=/trunk/KDE/kdebase/konqueror/; revision=521451
2006-03-22 16:06:38 +00:00
Laurent Montel 1d02a7251a Compile++
svn path=/trunk/KDE/kdebase/nsplugins/; revision=515743
2006-03-04 19:15:24 +00:00
Laurent Montel e623251532 Use Xt
svn path=/trunk/KDE/kdebase/nsplugins/; revision=515066
2006-03-02 14:50:49 +00:00
Laurent Montel 53bc17deeb Compile++
svn path=/trunk/KDE/kdebase/nsplugins/; revision=514508
2006-02-28 16:02:57 +00:00
Laurent Montel d05f2bb78e Add module to compile kdebase with kdelibs-cmake.
BE CARREFULL: Don't try to compile it for the moment (in progress)
Don't use kdelibs trunk for compile it (there is not again test to disable
compile when we compile with kdelibs trunk)
For the moment there was a lot of missing test etc.
I commit it just to allow to lose my changes if there is a pb on my HD.
I will sync cmake from kdelibs trunk to kdelibs-snapshot.
I hope to fix compile today or tomorrow.
CCMAIL: neundorf@kde.org

For the futur we must sync kdelibs/cmake/* to kdelibs-snapshot 
to compile all the time with kdelibs-snapshot

svn path=/trunk/KDE/kdebase/konqueror/; revision=514380
2006-02-28 08:01:15 +00:00
Nicolas Goutte 164203667e Convert the "messages" targets of kdebase into Messages.sh scripts
svn path=/trunk/KDE/kdebase/nsplugins/; revision=512183
2006-02-22 01:47:34 +00:00
Marc Espie 70d6e3d97e fix build on OpenBSD
svn path=/trunk/KDE/kdebase/nsplugins/; revision=511405
2006-02-19 19:20:04 +00:00
Script Kiddy c24308e2bf SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=511221
2006-02-19 08:04:22 +00:00
Allen Winter 29e1965a85 Replace obsolete QMAX() and QMIN() with qMax() and qMin().
svn path=/trunk/KDE/kdebase/konqueror/; revision=510739
2006-02-17 21:54:55 +00:00
Tobias Koenig bfafeb7e04 Qt4 porting
svn path=/trunk/KDE/kdebase/nsplugins/; revision=510291
2006-02-16 19:38:07 +00:00
Laurent Montel 8740f39626 KURL--
svn path=/trunk/KDE/kdebase/konqueror/; revision=508560
2006-02-12 09:33:38 +00:00
Laurent Montel 78474a99c1 Deprecated--
svn path=/trunk/KDE/kdebase/nsplugins/; revision=508052
2006-02-10 16:08:22 +00:00
Laurent Montel 52ba5ffef2 deprecated--
svn path=/trunk/KDE/kdebase/nsplugins/; revision=508045
2006-02-10 15:55:01 +00:00
George Staikos af97bf9067 forward port crash fix hack - we should just remove Q3PtrList and autodelete
altogether instead.  Haven't tested compile of this since my trunk checkout and
build is far too old now.

svn path=/trunk/KDE/kdebase/nsplugins/; revision=506585
2006-02-07 06:14:38 +00:00
Laurent Montel aed1a8b78d deprecated--
svn path=/trunk/KDE/kdebase/konqueror/; revision=506335
2006-02-06 15:07:10 +00:00
Laurent Montel 4c20efe406 readListEntry--
svn path=/trunk/KDE/kdebase/nsplugins/; revision=502577
2006-01-26 15:17:47 +00:00
Laurent Montel 6df072e199 KURL -> KUrl
svn path=/trunk/KDE/kdebase/konqueror/; revision=501890
2006-01-24 08:32:09 +00:00
Laurent Montel 83b60776c5 Use QT macro for signal/slots
svn path=/trunk/KDE/kdebase/nsplugins/; revision=500480
2006-01-20 11:09:06 +00:00
Szombathelyi György 5fd5ea811b Removed unused Q3 header
svn path=/trunk/KDE/kdebase/nsplugins/; revision=498192
2006-01-14 21:47:43 +00:00
Laurent Montel c94b888478 read*entry
svn path=/trunk/KDE/kdebase/nsplugins/; revision=497681
2006-01-13 14:27:33 +00:00
Giovanni Venturi c5df31eacf firefox adds its plugins here
svn path=/trunk/KDE/kdebase/nsplugins/; revision=495409
2006-01-08 00:42:23 +00:00
Script Kiddy b9201523fd SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=495177
2006-01-07 12:16:49 +00:00
Laurent Montel 58a4d7f127 readBoolEntry->readEntry
svn path=/trunk/KDE/kdebase/libkonq/; revision=493850
2006-01-03 14:01:15 +00:00
Laurent Montel df86b65639 QString::null->QString()
svn path=/trunk/KDE/kdebase/kfind/; revision=493574
2006-01-02 17:28:18 +00:00
Laurent Montel 53a994cf4c Q3CString--
svn path=/trunk/KDE/kdebase/nsplugins/; revision=490011
2005-12-20 13:40:29 +00:00
Laurent Montel 4c51bf3462 q3cstring--
svn path=/trunk/KDE/kdebase/nsplugins/; revision=490008
2005-12-20 13:31:33 +00:00
Urs Wolfer 85b2034d9d less warnings
svn path=/trunk/KDE/kdebase/apps/; revision=485112
2005-12-02 22:22:51 +00:00
Urs Wolfer 8552cb972e less Q3:
* remove unused Q3 includes
* revert mistake form my last commit

svn path=/trunk/KDE/kdebase/konqueror/; revision=484484
2005-11-30 23:58:24 +00:00
Laurent Montel aa6cf2948d compile/link
svn path=/trunk/KDE/kdebase/nsplugins/; revision=480762
2005-11-16 14:40:37 +00:00
Laurent Montel e5d08bb1b1 q3cstring--
svn path=/trunk/KDE/kdebase/nsplugins/; revision=480169
2005-11-13 16:16:37 +00:00
Laurent Montel c88fd18f61 Fix signal/slot
svn path=/trunk/KDE/kdebase/nsplugins/; revision=480133
2005-11-13 13:58:56 +00:00
Laurent Montel a1251921de Fix signal
svn path=/trunk/KDE/kdebase/nsplugins/; revision=480131
2005-11-13 13:51:08 +00:00
Laurent Montel 7254bdfcd8 Adapt to new kde4 api
Remove some qt3support

svn path=/trunk/KDE/kdebase/konqueror/; revision=478902
2005-11-08 10:20:07 +00:00
Laurent Montel 212049de34 Deprecated--
svn path=/trunk/KDE/kdebase/nsplugins/; revision=474724
2005-10-27 07:59:23 +00:00
Stephan Kulow dfdc152302 more of compiling
svn path=/trunk/KDE/kdebase/nsplugins/; revision=473171
2005-10-22 19:50:39 +00:00
Stephan Kulow 6130debd5d some more compiling
svn path=/trunk/KDE/kdebase/apps/; revision=473093
2005-10-22 15:50:50 +00:00
Stephan Kulow 3d483858be some more compiling
svn path=/trunk/KDE/kdebase/konqueror/; revision=473006
2005-10-22 11:35:06 +00:00
Stephan Kulow 9eb6db04ae ran Laurent's (fixed) script
svn path=/trunk/KDE/kdebase/apps/; revision=472986
2005-10-22 10:44:47 +00:00
Dirk Mueller 40b74b7fc1 SVN_SILENT: fix typo
svn path=/trunk/KDE/kdebase/nsplugins/; revision=467416
2005-10-05 08:44:32 +00:00
Stephan Kulow d9c4c610ce review what Laurent's script does
svn path=/trunk/KDE/kdebase/konqueror/; revision=466881
2005-10-03 15:54:58 +00:00
Laurent Montel e8d34207a7 Remove "QT_VERSION <3.x"
svn path=/trunk/KDE/kdebase/nsplugins/; revision=459329
2005-09-10 15:39:39 +00:00
Michaël Larouche 54169c51e3 Make kdebase compile.
-Replace QXEmbed with QX11Widget in nspluginloader and viewer.
-Commented out some parts that need port/rewrite with "#if 0" (I put #warning)
-Put klipper into DO_NOT_COMPILE(see configure.in.in), it make linking error on my setup (please check KDE gurus ;))


svn path=/trunk/KDE/kdebase/nsplugins/; revision=442846
2005-08-04 02:06:58 +00:00
Stephan Kulow e77f20dbaf svn merge svn+ssh://coolo@svn.kde.org/home/kde/trunk/KDE/kdebase@438057
svn+ssh://coolo@svn.kde.org/home/kde/branches/work/kde4/kdebase
          .

I couldn't resolve one kicker conflict that results from different
development directions, so I rely on Aaron to sort it out - the file
is commited with conflicts

svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=439627
2005-07-28 14:59:42 +00:00
Script Kiddy 812c0f665a SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=438476
2005-07-25 04:26:26 +00:00
Script Kiddy 9708892241 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=438053
2005-07-24 04:27:49 +00:00
Dirk Mueller b3736b51bc update FSF address
svn path=/trunk/KDE/kdebase/konqueror/keditbookmarks/; revision=431577
2005-07-04 19:02:09 +00:00
Script Kiddy 881b26ca36 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/kcontrol/konq/; revision=425581
2005-06-15 04:23:16 +00:00
Script Kiddy 39a13aae27 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/kcontrol/konqhtml/; revision=424485
2005-06-12 03:52:11 +00:00
George Staikos 91763504ad add support for memory limits with hidden config variable. I may add a
UI option if and when I receive positive feedback that this code works.
I haven't tested it.
FEATURE: 104338

svn path=/trunk/KDE/kdebase/nsplugins/; revision=415756
2005-05-19 14:37:05 +00:00
Script Kiddy f2ecb50cab CVS_SILENT made messages (.desktop file)
svn path=/trunk/kdebase/kcontrol/kio/; revision=405178
2005-04-12 22:04:49 +00:00
Adrian Schroeter 526a1320d0 add $HOME/.mozilla/plugins to search path list
svn path=/trunk/kdebase/nsplugins/; revision=404743
2005-04-11 10:17:00 +00:00
George Staikos 3e872f0246 thanks for the fix maksim. This helps get the encoding right for flash
parameters
BUG: 100972

svn path=/trunk/kdebase/nsplugins/; revision=397867
2005-03-15 19:02:52 +00:00
George Staikos 7ff4f57b84 using the url for part of the temp filename is really not smart.
BUG: 100863

svn path=/trunk/kdebase/nsplugins/; revision=397827
2005-03-15 15:34:14 +00:00
George Staikos 2f8b8f28f6 CVS_SILENT
svn path=/trunk/kdebase/nsplugins/; revision=393868
2005-02-28 18:52:25 +00:00
George Staikos 9dc63ffab1 fix sizing for the extremely intolerant acroread plugin
BUG: 100398

svn path=/trunk/kdebase/nsplugins/; revision=393630
2005-02-27 20:50:25 +00:00
George Staikos 63ff3c2c1a Don't lose toolbars on acroread
BUG: 68235

svn path=/trunk/kdebase/nsplugins/; revision=393625
2005-02-27 20:41:51 +00:00
George Staikos 128aa1202d "reload" should reload the main URL for the embedded plugin. I don't think we
should reload subsequent requests by the plugin though.  I'm going to declare
that to be a limitation of the plugin system design right now. (unless I missed
something)

BUG: 86476

svn path=/trunk/kdebase/nsplugins/; revision=393056
2005-02-25 18:09:47 +00:00
George Staikos 21fa1f3771 load nsplugins on user demand. The gui is ugly and I don't really care since
I don't even plan to use this feature personally.  If someone wants to,
clean it up.

Off by default, configuration option to come shortly.

FEATURE: 36020

svn path=/trunk/kdebase/nsplugins/; revision=393042
2005-02-25 17:32:43 +00:00
George Staikos 62743fc82f Don't use 100% cpu and fill the disk with X errors when Konqueror crashes or
is killed with signal 9 or another signal that nspluginviewer doesn't detect.

This really should be in 3.4.0 so I recommend applying the diff for packages.

CCMAIL: kde-packager@kde.org

svn path=/trunk/kdebase/nsplugins/; revision=393025
2005-02-25 16:06:38 +00:00
George Staikos afe1b590c6 make our crashes look more professional (no non-updating spaces)
svn path=/trunk/kdebase/nsplugins/; revision=392672
2005-02-23 20:36:19 +00:00
Script Kiddy 4ad1c160db CVS_SILENT made messages (.desktop file)
svn path=/trunk/kdebase/kcontrol/kio/; revision=392535
2005-02-23 05:08:44 +00:00
George Staikos 5ae1a2e519 missed a urlnotify force
svn path=/trunk/kdebase/nsplugins/; revision=391721
2005-02-21 12:04:14 +00:00
George Staikos 3fa12c5791 fix casts and check for null
svn path=/trunk/kdebase/nsplugins/; revision=391697
2005-02-21 11:09:37 +00:00
George Staikos aee73ada58 delete the streams when we're done with them
svn path=/trunk/kdebase/nsplugins/; revision=391695
2005-02-21 11:03:28 +00:00
George Staikos 59fdc1b80e workaround bug in crossover? The quicktime plugin gets very confused if we
resize it twice.  First we do show(), then resize() to the right size, and the
initial show gives a size of 100x30.  The result was quicktime being offset by
some strange amount to the top-left.  This patch avoids resize()ing the plugin
when the widget isn't yet visible.
CCMAIL: fgouget@codeweavers.com

svn path=/trunk/kdebase/nsplugins/; revision=391684
2005-02-21 10:31:22 +00:00
George Staikos b0afc0510e - remove concept of delayed requests. was introduced in last commit and was
unnecessary.
- send URLNotify even if notifyData is null.  Some plugins expect this.
CCBUG: 94410

svn path=/trunk/kdebase/nsplugins/; revision=391681
2005-02-21 10:13:12 +00:00
George Staikos 9649dc3b22 always call NewStream for Javascript
svn path=/trunk/kdebase/nsplugins/; revision=391677
2005-02-21 09:51:26 +00:00
George Staikos f4258b3b44 I await my beer and cookies
(Distros, you may want to backport some or all of this.  It makes flash loading
screens work again, and probably many other things.)
BUG: 69999

svn path=/trunk/kdebase/nsplugins/; revision=391653
2005-02-21 08:42:59 +00:00
Script Kiddy 3205b449da CVS_SILENT made messages (.desktop file)
svn path=/trunk/kdebase/konqueror/; revision=385197
2005-02-02 05:17:44 +00:00
Maks Orlovich 142c99dd01 Log the reason in the debug output when dlopen fails.
svn path=/trunk/kdebase/nsplugins/; revision=384274
2005-01-30 19:13:11 +00:00
Script Kiddy dfd4395484 CVS_SILENT made messages (.desktop file)
svn path=/trunk/kdebase/kcontrol/konq/; revision=376018
2005-01-07 04:29:48 +00:00
Dirk Mueller 1a7da9b64a fix compile
svn path=/trunk/kdebase/nsplugins/; revision=367590
2004-12-01 11:35:22 +00:00
Unai Garro cc41d9625d Export missing init_ symbol for visibility enabled compilers. Fixes plugin loading
svn path=/trunk/kdebase/nsplugins/; revision=367016
2004-11-28 23:03:37 +00:00
David Faure 7fde4e8b3d Fixed increasing memory usage when reloading a fullpage nsplugin.
BUG: 81833

svn path=/trunk/kdebase/nsplugins/; revision=365978
2004-11-24 23:44:00 +00:00
Dirk Mueller 791ccecb44 fix export's
svn path=/trunk/kdebase/libkonq/; revision=364981
2004-11-22 03:00:19 +00:00
George Staikos 2563c73cc6 unbreak plugins
svn path=/trunk/kdebase/nsplugins/; revision=364069
2004-11-18 22:03:00 +00:00
George Staikos adc25d1d86 add support for renicing nsplugins. No config UI for this yet, maybe I'll add
it later tonight.  I haven't tested this since I don't really have any working
plugins with me at the moment.

FEATURE: 83721

svn path=/trunk/kdebase/nsplugins/; revision=362419
2004-11-12 11:28:16 +00:00
Benjamin Meyer dedbbc2202 updating headers
svn path=/trunk/kdebase/nsplugins/; revision=362089
2004-11-10 19:56:40 +00:00
Stephan Kulow 14af14ba7a the name is only used to seperate the plugins, so it doesn't matter if they
are correctly preseved. On the other hand, a : too much can break a lot of the
following logic. And for whatever reason Real decided to name their plugin
"Helix DNA Plugin: RealPlayer G2 Plug-In Compatible ...."

svn path=/trunk/kdebase/nsplugins/; revision=357560
2004-10-25 12:59:27 +00:00
Benjamin Meyer ebb3ad542c Terminal=0 -> Terminal=false
Terminal=1 -> Terminal=true
Add missing ';' to Categories
Remove depreceted: TerminalOptions, BinaryPattern, MiniIcon

svn path=/trunk/kdebase/konqueror/; revision=355825
2004-10-19 02:39:40 +00:00
George Staikos 53a09a9bbf We already had this property, but maybe it needed to be set earlier. Does
this help?

CCMAIL: 87056@bugs.kde.org

svn path=/trunk/kdebase/nsplugins/; revision=347590
2004-09-19 10:47:47 +00:00
George Staikos 05e6bdcc82 Koos' nsplugins liveconnect patch (fixes a specific crash on certain sites)
svn path=/trunk/kdebase/nsplugins/; revision=336860
2004-08-08 16:46:51 +00:00
Script Kiddy ecb81c9bce CVS_SILENT made messages
svn path=/trunk/kdebase/konqueror/; revision=335412
2004-08-03 07:04:44 +00:00
George Staikos 4fad197428 add some useful debug output and remove a hack for an obsolete plugin that
probably causes problems anyways

svn path=/trunk/kdebase/nsplugins/; revision=333617
2004-07-28 19:55:03 +00:00
George Staikos 260066df5c too much debug
svn path=/trunk/kdebase/nsplugins/; revision=333595
2004-07-28 18:34:30 +00:00
George Staikos 3f0c31b72e why didn't CVS remove this?
svn path=/trunk/kdebase/nsplugins/; revision=331558
2004-07-21 18:13:33 +00:00
George Staikos 6c16da3790 CVS_SILENT
svn path=/trunk/kdebase/nsplugins/; revision=331557
2004-07-21 18:10:52 +00:00
George Staikos 36005b4476 Remove the Motif dependency permanently, thereby always having plugins in
KDE and not having to link to a huge library for no reason.

CCMAIL: 80260-done@bugs.kde.org

svn path=/trunk/kdebase/nsplugins/; revision=331545
2004-07-21 17:34:20 +00:00
Stephan Binner 8fa5abd0d3 CVS_SILENT no punctuation for command line option descriptions
svn path=/trunk/kdebase/kate/app/kwritemain.cpp; revision=322526
2004-06-21 16:26:48 +00:00
Stephan Kulow da9bb7bc90 you don't have ui files
svn path=/trunk/kdebase/nsplugins/; revision=313175
2004-05-21 10:36:58 +00:00
George Staikos d49c7ed2f7 plugin crash workaround adapted from patch by Joseph Wenninger
svn path=/trunk/kdebase/nsplugins/; revision=306317
2004-04-25 18:15:13 +00:00
Koos Vriezen b59e1d0408 Generate X-KDE-BrowserView-PluginsInfo property
svn path=/trunk/kdebase/nsplugins/; revision=297776
2004-03-22 09:55:48 +00:00
Laurent Montel 7f1496e7fd Remove duplicate path
svn path=/trunk/kdebase/nsplugins/; revision=296819
2004-03-18 11:05:25 +00:00
Dirk Mueller 8477373f91 fix quoting
svn path=/trunk/kdebase/konqueror/; revision=296198
2004-03-15 21:47:05 +00:00
Dirk Mueller e1be63bb72 fix KURL handling
svn path=/trunk/kdebase/nsplugins/; revision=295631
2004-03-13 13:22:17 +00:00
Frans Englich 48f04013a5 Remove all CVS Id tags from kdebase, if I haven't missed one.
Of course, this will multifold break compile as well as a dozen of people
will now object that they actually wanted the Id tags.

svn path=/trunk/kdebase/konqueror/; revision=290873
2004-02-24 11:30:21 +00:00
Brad Hards a9ec8cf402 Three AC_HELP_STRING installations for the price of two, only available
for a short time :-)

svn path=/trunk/kdebase/nsplugins/; revision=283740
2004-01-30 06:09:38 +00:00
Stephan Kulow b1b1296496 avoid warning
svn path=/trunk/kdebase/nsplugins/; revision=283299
2004-01-28 15:52:23 +00:00
George Staikos fa57fc7de1 Implement Save As for nsplugins when viewing in non-embedded mode. Will not
be implemented in embedded mode due to semantics, though theoretically it
*could* be done if someone made a submenu that listed all the embeds and had
menus for each of those.  Not worth it IMHO, so that's a WONTFIX as far as I'm
concerned.

CCMAIL: 71023-done@bugs.kde.org

svn path=/trunk/kdebase/nsplugins/; revision=282888
2004-01-27 04:08:17 +00:00
Dominique Devriese bdc5ddd62b compile fix: weird, this worked fine with my automake
svn path=/trunk/kdebase/nsplugins/; revision=282515
2004-01-25 16:23:08 +00:00
Dominique Devriese c030b55aaa libnsplugin.la is a module, not a lib, change its linking flags and
install location accordingly.

I'm backporting this too.

Patch approved by David Faure on kde-core-devel.

CCMAIL:"Christopher L. Cheney" <ccheney@debian.org>

svn path=/trunk/kdebase/nsplugins/; revision=282461
2004-01-25 12:21:40 +00:00
Script Kiddy a2d92dc8eb CVS_SILENT made messages
svn path=/trunk/kdebase/kcontrol/kio/; revision=279544
2004-01-14 08:00:34 +00:00
Laurent Montel a77ecd7798 Don't call all the time nspluginscan
Patch ok'ed by Waldo

svn path=/trunk/kdebase/nsplugins/; revision=276783
2004-01-04 19:59:26 +00:00
Waldo Bastian a9c0aa9766 Don't load khtml only to run nsplugins.
Patch by Dirk Mueller

svn path=/trunk/kdebase/nsplugins/; revision=275414
2003-12-29 17:28:13 +00:00
George Staikos c680e81bea Does this fix the crashes? Please leave the bug open until I can finish my
own testing.

CCMAIL: 71394@bugs.kde.org

svn path=/trunk/kdebase/nsplugins/; revision=275296
2003-12-29 00:31:54 +00:00
Koos Vriezen 01e3dba896 Split evalJavaScript in two async dcop calls. They is a possible collision between this one and resizePlugin.
Approve by George.

svn path=/trunk/kdebase/nsplugins/; revision=270559
2003-12-01 07:14:55 +00:00
George Staikos 406c2bcf92 patch from Koos to add better javascript support
CCMAIL: 65868-done@bugs.kde.org

svn path=/trunk/kdebase/nsplugins/; revision=268725
2003-11-21 23:34:19 +00:00
Laurent Montel 8951ff9103 Add other path for i64 arch
svn path=/trunk/kdebase/nsplugins/; revision=262681
2003-10-28 10:33:29 +00:00
Stephan Binner 5bf5f42a73 CVS_SILENT style guide fixes
svn path=/trunk/kdebase/konqueror/; revision=262402
2003-10-27 09:51:27 +00:00
Andy Goossens 5a1dbaffde CVS_SILENT using KCmdLineLastOption
svn path=/trunk/kdebase/nsplugins/; revision=258677
2003-10-13 21:36:02 +00:00
George Staikos 178bb06091 Get more types of POST working with nsplugins.
CCMAIL: 64951-done@bugs.kde.org

svn path=/trunk/kdebase/nsplugins/; revision=254202
2003-09-26 19:38:38 +00:00
George Staikos bbe6545109 Add a setting for the higher security mode with nsplugins.
Config GUI will come separately.  This will allow you to block plugins from
accessing non-HTTP(S) URLs optionally.

CCMAIL: 62146-done@bugs.kde.org

svn path=/trunk/kdebase/nsplugins/; revision=253641
2003-09-24 17:10:12 +00:00
Adrian Schroeter 6891623ca3 make nspluginscan silent by default, but give still the progress bar
output to the gui
Also two additional search pathes used on SuSE

svn path=/trunk/kdebase/nsplugins/; revision=252324
2003-09-19 09:01:07 +00:00
George Staikos 8eb390262d revert last - it causes crashes
CCMAIL: 47005@bugs.kde.org

svn path=/trunk/kdebase/nsplugins/; revision=251108
2003-09-14 22:09:45 +00:00
Tobias Koenig b1def94a8d Removed needless 'Settings'
svn path=/trunk/kdebase/kcontrol/konq/; revision=247598
2003-09-01 15:01:16 +00:00
Tobias Koenig 6266bd67bc Make use of XDG
svn path=/trunk/kdebase/konqueror/; revision=247535
2003-09-01 12:20:38 +00:00
David Faure 57366f40d1 George said "please try it, then just commit it, then get all the flame".
This is supposed to make Konqueror not block when closing a page with a frozen plugin.
CCMAIL: 47005-done@bugs.kde.org

svn path=/trunk/kdebase/nsplugins/; revision=246073
2003-08-28 18:59:58 +00:00
George Staikos eeec47476c allow file:/ temporarily along with http(s)? and javascript in order to
determine what remains broken.

svn path=/trunk/kdebase/nsplugins/; revision=241527
2003-08-08 04:33:05 +00:00
Dirk Mueller fbc9d61989 unbreak compilation (gcc 3.4+)
svn path=/trunk/kdebase/kdialog/; revision=239225
2003-07-26 10:41:28 +00:00
George Staikos 6c1b48ca20 add some metadata to disable error pages. Should make URLNotify more reliable.
svn path=/trunk/kdebase/nsplugins/; revision=238446
2003-07-21 22:43:26 +00:00
George Staikos d619e7aef9 - Add more entries to the "skip" list
- Only add plugins that we are using mimetypes from
- Fix the mimeinfo list so that duplicate detection actually works
- If we already have a mimetype, don't add it again.  This make preference
  order work as expected (#60553).  Requires a rescan to take effect.

Most likely will not be backported because I want to see if there are any
complaints, and well, it worked before anyways.

CCMAIL: 60553-done@bugs.kde.org

svn path=/trunk/kdebase/nsplugins/; revision=238051
2003-07-19 21:56:49 +00:00
George Staikos 12fc470614 artsdsp off until it is repaired
svn path=/trunk/kdebase/nsplugins/; revision=237066
2003-07-14 19:33:02 +00:00
Dirk Mueller 9350819fe3 spelling fixes
svn path=/trunk/kdebase/konqueror/; revision=234293
2003-06-28 10:31:39 +00:00
George Staikos e2af002b3a information
svn path=/trunk/kdebase/nsplugins/; revision=233617
2003-06-24 23:55:19 +00:00
George Staikos 3e226ad48d fix relative urls, and also be more explicit that plugins may only use http:
and https:, as well as javascript: (which will fail in all but ~2 calls)

svn path=/trunk/kdebase/nsplugins/; revision=231162
2003-06-13 00:00:00 +00:00
George Staikos 90b211aaab patch from ismail donmez to fix warnings
CCMAIL: voidcartman@yahoo.com

svn path=/trunk/kdebase/nsplugins/; revision=229559
2003-06-04 02:31:29 +00:00
Stephan Kulow 722a0c0d14 warnings--
svn path=/trunk/kdebase/nsplugins/; revision=227593
2003-05-24 14:39:31 +00:00
Stephan Kulow fae46aef61 #58485
svn path=/trunk/kdebase/nsplugins/; revision=225931
2003-05-15 07:34:11 +00:00
Luboš Luňák 8f9e549226 That wasn't actually only a hack, but it was the right solution.
Nspluginviewer is only a helper tool and not a full application,
and therefoce it shouldn't do session management at all.

svn path=/trunk/kdebase/nsplugins/; revision=222908
2003-04-30 09:29:44 +00:00
Arnold Krille 850f0ce534 Adjusting datadir for use with unsermake.
PS: Did you know that kdebase has 408 Makefile.am's?

svn path=/trunk/kdebase/libkonq/; revision=219288
2003-04-09 12:48:29 +00:00
Oswald Buddenhagen 01dc760000 more correct and more readable
svn path=/trunk/kdebase/nsplugins/; revision=213966
2003-03-15 03:23:31 +00:00
Waldo Bastian a4b272e164 CVS_SILENT
Update FSF address

svn path=/trunk/kdebase/konqueror/; revision=213860
2003-03-14 16:05:43 +00:00
George Staikos d39f825023 Looks ok to me... Thanks for the patch!
CCMAIL: 55874-done@bugs.kde.org

svn path=/trunk/kdebase/nsplugins/; revision=213417
2003-03-12 17:29:51 +00:00
Stephan Kulow 3ae5a5b04b make kcminit look for plugins again
svn path=/trunk/kdebase/nsplugins/; revision=213347
2003-03-12 13:21:15 +00:00
Stephan Kulow 819a796f89 vendor neutral location
svn path=/trunk/kdebase/nsplugins/; revision=213346
2003-03-12 13:16:14 +00:00
Waldo Bastian e5fde6b5c7 CVS_SILENT
Updated address of FSF

svn path=/trunk/kdebase/kdialog/; revision=212185
2003-03-07 22:11:39 +00:00
George Staikos df1cba09af documentation updates, and a list of some of my favorite testcases
svn path=/trunk/kdebase/nsplugins/; revision=211696
2003-03-06 08:08:04 +00:00
George Staikos 52a64a4098 Wow what a long hunt for this bug. Make sure we don't receive resizeEvent
for Qt's initial resize to 100x30.  Some plugins don't like resizing so many
times, or even resizing at all.

svn path=/trunk/kdebase/nsplugins/; revision=211687
2003-03-06 05:47:18 +00:00
George Staikos bed50d4534 Remove dead code
svn path=/trunk/kdebase/nsplugins/; revision=211686
2003-03-06 05:36:09 +00:00
George Staikos e83b7d031f don't resize unnecessarily
svn path=/trunk/kdebase/nsplugins/; revision=211675
2003-03-06 04:07:38 +00:00
George Staikos bea38a9751 Another size related hack. This seems to make everyone happy. Now mplayer
plugin loads and operates as well as Crossover.  The new approach is to set
the canvas to 1600x1200 if the size is unspecified (this works around
Crossover problems with resizing to larger than the original canvas setting),
but telling the plugin that it is 0x0, which is what some plugins expect.  It
seems that all plugins can scale upwards, but many have troubles scaling down.

That being said, the trailers on apple.com still don't work, but it appears to
be mplayer specific now.  I think mplayer is actually crashing, but even if not,
it's giving a lot of errors in the console.  The trailer shows up momentarily
as a very small video in the top-left of the view, then just disappears
silently.  Playing local files works fine (.wmv, .mpg, .mov, etc).

Hopefully this patch finally makes everyone happy.  I have successfully tested:
flash6
realplugin
mplayerplugin
crossover
djvu
tclplug
acrobat plugin
swfdec mozilla plugin

Remains to be tested: plugger (if it's even worth it...)

And they all seem to work well now.  I can't find many problems other than the
missing jre which is probably not going to be solved any time soon (so no
real live connect support).  I would like to backport the changes from the past
5-6 days to the 3.1-branch.  I'll do so tonight if I don't hear any negative
feedback.

CCMAIL: j.spaandonk@chello.nl, kdekorte@yahoo.com, fgouget@codeweavers.com, kfm-devel@mail.kde.org

svn path=/trunk/kdebase/nsplugins/; revision=211605
2003-03-05 21:45:54 +00:00
George Staikos 06af04eb5f stubs for get() and call() in liveconnect, with debug messages to help
trace down problems

svn path=/trunk/kdebase/nsplugins/; revision=211455
2003-03-05 07:13:41 +00:00
George Staikos 06398b729f Support for LiveConnect changing src. Apparently (according to a website
anyways), we are now the only browser to support this.  I don't really have
anything else handy to try it.

svn path=/trunk/kdebase/nsplugins/; revision=211454
2003-03-05 07:06:32 +00:00