Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: KPart


Related Topics
XML
FMF
276

  
 [No title]
Kpart: "science studies" is supposed to be studying hoew the vocabulary and methodology of science changes in a community of "practitioners".
Kpart: I think it needs to be emphasised that when you say yr method and vocabulary are subjective, then to deny that you think physical reality is subjective is plain silly.
Kpart: What I like best, is his emphasis on the role of life itself in maintaining the conditions needed for life; this is not widely held -- the last article in SciAmer I remember on...
geekspeak.hypermall.com /logs/07-26-96.txt   (5905 words)

  
 [No title]
KParts is probably the single most widely-known KDE-specific technology, thanks to its extensive use in the (in)famous Konqueror web/file browser.
Konqueror makes use of KParts in a more generic way; being both a web and file browser, it allows the user to open each file type either as an embedded KPart or as a new window in the associated application.
The KPart to be used will be determined by the file type of the data you want to embed.
arstechnica.com /reviews/os/kde-3-2.ars/6   (679 words)

  
 [PyKDE] KParts   (Site not responding. Last check: 2007-10-21)
KParts are also different in KOffice than the rest of KDE if I recall correctly...
There is an example in the examples/ directory (pyParts.py) - the KTrader stuff is broken (doesn't come up with an image viewer to load), but the KParts stuff should still work.
If you give it a KPart it can actually find and load, it should work.
mats.gmd.de /pipermail/pykde/2003-September/006161.html   (352 words)

  
 KDE Technology : KPart components
Here is the necessary code, extracted from the KPart tutorial written by Kurt Granroth.
The KPart installs the new menu entries and returns a widget, which should contain your application.
All the good points of KPart apply to KOffice: easiness to write and use the component, quick and lightweight loading, etc. KOffice components technology add more activation subtilities, because they can be nested.
phil.freehackers.org /kde/kpart-techno/kpart-techno.html   (2031 words)

  
 KPart - Wikipedia, the free encyclopedia
KParts are analogous to Bonobo components in GNOME.
Good examples about how KParts can be used are Konqueror, which (among other things) uses the KWord part to display documents, KMPlayer part to play multimedia, and Kontact, which embeds kdepim applications under one roof.
This page was last modified 17:05, 10 October 2005.
en.wikipedia.org /wiki/KPart   (100 words)

  
 KDE 2.0 Development: Creating and Using Components (KParts)
KParts is the framework for KDE parts, based on standard KDE/Qt objects, such as QWidget and KTMainWindow.
In KParts, this is used to locate the XML file describing the part, which is usually installed into share/apps/instancename/.
KParts also makes it possible to embed more than one part in the same window, and it handles the activation of a part when the user clicks it (or uses Tab to give it the focus).
developer.kde.org /documentation/tutorials/kparts   (5269 words)

  
 Developer Concerns and Tools in DCOP - Andamooka Reader   (Site not responding. Last check: 2007-10-21)
DCOP and KParts are the technologies KDE is using to comply with the modern requirements of software modularization.
The developer needs to write in his KPart the usual code meant to create the DCOP client object, to attach it to the server, and then to register it so that the duplex communication can be enabled.
The need for such code comes from the fact that attempting to register an embedded KPart instance while the embedding application is already registered with the DCOP server will modify (with unpredictable consequences) the identity of the embedding application on the DCOP client names pool.
www.andamooka.org /reader.pl?pgid=kde20develch13lev1sec6   (2214 words)

  
 KVim - Vim Component   (Site not responding. Last check: 2007-10-21)
The Vim KPart is a KDE component (ie a library used at runtime by other applications) which allows to use Vim inside different KDE applications.
Using the KPart technology developed by the KDE Project, we can use Vim directly in Konqueror or in KDevelop.
The Vim KPart is now part of the KDE Project and hosted in KDE's CVS in the kdeextragear-1 module.
freehackers.org /kvim/vimpart.html   (298 words)

  
 Jame K Designs: Split KParts   (Site not responding. Last check: 2007-10-21)
The idea is thus: A KPart could only take up part of the current window, instead of all of it, leaving the remainder to be a regular file-browser.
The file-browser could just be imbeded into the KPart (this may already be possible, in which case it only needs to be done).
The upside here is that it requires no changing of the browser pane, and a KPart being imbedded could be treated as a view option on a folder.
www.csis.gvsu.edu /~abreschm/designs/ideas/split-kparts.php   (892 words)

  
 [No title]   (Site not responding. Last check: 2007-10-21)
The processing of all the events is done throughout the whole code, inside the function that is responsible of handling each events.
It was harder to work on such a component in comparison with KPart, because it required a new technology to learn, DCOP.
All this is handled almost automatically, but KPart is so simple that I had nothing to learn to use it :-).
freehackers.org /kvim/component.html   (772 words)

  
 [No title]   (Site not responding. Last check: 2007-10-21)
* c ***----------------------------------------------------------*** integer j, minblk, remblk, kpart, base, top c ***----------------------------------------------------------*** c * Use non-partitioned coupling if requested number * c * of partitions would result in fewer than 2 blocks * c * per partition.
(This could be done concurrently.) * c ***----------------------------------------------------------*** do 10 kpart = 1, nparts c ***----------------------------------------------------------*** c * temp_kpart <-- b(nrwtop+base*nrwblk-nrwbot+1..
* c ***----------------------------------------------------------*** C$DOACROSS SHARE (nrwtop, nrwblk, nrwbot, b, C$& minblk, remblk, nparts, work), C$& LOCAL (j, kpart, base, top) do 30 kpart = 1, nparts call partx(minblk,remblk,kpart,base,top) c ***----------------------------------------------------------*** c * b(nrwtop+(top-1)*nrwblk+1..nrwtop+base*nrwblk-nrwbot), * c * contained entirely within this partition, is shifted * c * down nrwbot positions.
www.cs.toronto.edu /~pancer/PMIRKDC_package/cplrhs.f   (418 words)

  
 Overview of Partition Coefficients   (Site not responding. Last check: 2007-10-21)
Drugs which have a Kpart near 0 like to be in water.
However, drugs with a Kpart near 4 like to be in oil.
Most drugs, thankfully do not have to be injected because they have a Kpart in between.
www.cord.edu /faculty/ulnessd/legacy/fall99/joel/tsld002.htm   (226 words)

  
 [PyKDE] KParts
On Monday 29 September 2003 20:51, Jim Bublitz wrote: > On Monday September 29 2003 10:35, David Boddie wrote: > > The term KPart appears to cover a multitude of sins...
> > KParts are also different in KOffice than the rest of KDE if I > recall correctly...
There is an > example in the examples/ directory (pyParts.py) - the KTrader > stuff is broken (doesn't come up with an image viewer to load), > but the KParts stuff should still work.
mats.gmd.de /pipermail/pykde/2003-September/006163.html   (550 words)

  
 Download KChm 0.6.5 for Linux - KChm is a chm file viewer + corresponding kpart and kio slave for KDE. - Softpedia
Download KChm 0.6.5 for Linux - KChm is a chm file viewer + corresponding kpart and kio slave for KDE.
It consists of kio_chm, corresponding kpart(so you can view chm files in konqueror) and a small viewer on top of this.
KChm is a chm file viewer + corresponding kpart and kio slave for KDE.
linux.softpedia.com /get/Utilities/KChm-2552.shtml   (153 words)

  
 KPart - Encyclopedia Glossary Meaning Explanation KPart   (Site not responding. Last check: 2007-10-21)
Here you will find more informations about KPart.
If you find this encyclopedia or its sister projects useful,
Good examples about how KParts can be used are Konqueror, which uses for example KWord part to display documents and Kontact, which embeds kdepim applications under one roof.
www.encyclopedia-glossary.com /en/KPart.html   (115 words)

  
 Gwenview now with KPart | www.kdedevelopers.org
Annoyed at the lack of directory image browser for Konqueror and the primitive image viewer I turned Gwenview into a Konqueror KPart.
There is no need for two imageviewers with a lot of feature overlap, and neither with decent directory browsing in kdegraphics.
And let me extend this comment to risk saying that acting as a KPart is the first step for an app into KDE profissionalism.
www.kdedevelopers.org /node/342   (384 words)

  
 KDE PIM - Kontact Plugin Howto
A KPart is a KDE component that can be used as a program, with the difference that it cannot run alone, because it needs a program building a "mainwindow" for it.
To turn our KDE Program into a KPart, we create a verbatim KPart with KDevelop and copy it over to our program's source directory.
As there was no application (only a KPart), it gave up on searching the icons.
pim.kde.org /development/creatingplugins.php   (711 words)

  
 KDE components
Corba meets none of these requirements, while KParts meets all of them.
Thus, every KOffice document can be embedded and viewed just like a KPart componenent.
All the good points of KPart apply to KOffice: easiness to write and use the component, quick and leightweight loading, etc. KOffice components technology add more activation subtilities, because they can be nested.
phil.freehackers.org /kde/kde-techno/kde-techno-1.html   (1827 words)

  
 KAppTemplate -- KDE Application Generator
Then, there are individual modules that allow you to create a skeleton KDE application, a KPart application, a KPart plugin, or even convert existing source code to the KDE framework.
KPart Application: This creates a KDE application based on the KPart component architecture.
KPart Plugin: This creates a KPart plugin capable of acting on the KHTML component
www.granroth.org /kapptemplate   (296 words)

  
 Make Everything a KPart
Among the many desires of a user are such elements as: browsing the internet (Konqueror), viewing documents, editing documents, etc. Many document editors that began life as applications have been converted to KParts, for use inside the Konqueror browser.
Checking her To Do KPart list for the day, she sees that "Write module xxx" is scheduled.
Finishing, she closes the KDevelop KPart which reveals the previous To Do KPart in its last state.
lists.debian.org /debian-kde/2004/03/msg00552.html   (243 words)

  
 KPart?   (Site not responding. Last check: 2007-10-21)
Similar software under windows are often based on OLE controls which can be embedded by various applications (word processors, report printers and so on).
But I know a KPart would be much better.
When it comes to using barcode programs it's not the importing into other apps or documents which is the important task.
dot.kde.org /1050284582/1050356925   (376 words)

  
 Re: KPart application.. rpath problem!
Some kparts are misused as libraries as well...
If so you should > file a bug with upstream, whether they will fix this bug I am not sure.
If I'm not mistaken kimagemapeditor links to the kpart at /usr/lib/kde3.
lists.debian.org /debian-kde/2003/05/msg00445.html   (208 words)

  
 [No title]
It creates a new child kpart, * positions it and appends it to our list of children.
*/ stream << *(plStack.pop()); /** * The child KParts could be scrolled, so we have to correct this * in order of saving their correct position.
* ****************************************************************/ // We print all child parts now KPart *part = 0L; for (part = childList.first(); part != 0L; part = childList.next()) { // Dont forget to correct the position of the parts, since they // may be scrolled.
www.cs.washington.edu /research/projects/se/www/kde/reuse_patterns/source_code/kformula.src/classes/kformula'FormulaEditor.html   (1898 words)

  
 Neuros: Forums
Posted - 01/16/2005 : 2:19:23 PM Has there been any consideration about making a kpart that will sync with the neuros?
It would be great if instead of using 3 different programs to (1)rip/encode cds, (2)manage/play collection on my computer, and (3) manage/sync my neuros collect, I could instead open my favorite music manager for KDE (be that juk or amaroK) and use it to sync my neuros.
If there was a kpart that made this easy for the developers of these other programs to add in support for the neuros, then I could take advantage of all the nice features offered by amarok's playlist management system.
www.neurosaudio.com /community/forum/topic.asp?TOPIC_ID=5472   (152 words)

  
 Photobook KPart in CVS | www.kdedevelopers.org   (Site not responding. Last check: 2007-10-21)
Really now, KParts is an amazing (and complex) API.
The kind of stuff you can do with it with just one-liners is incredible...
Forgive me if I'm grossly misunderstanding this KParts stuff.
kdedevelopers.org /node/view/751?PHPSESSID=cd166dc584de6dfeda8c4ef2d...   (432 words)

  
 [Cervisia] Cervisia as a KDevPlugin in addition to KPart?   (Site not responding. Last check: 2007-10-21)
Next message: [Cervisia] Cervisia as a KDevPlugin in addition to KPart?
I've finally got some free time from university and work (ok, not really much but at least I've the week-ends free from studies ;-).
In this way I can get rid kdevelop of the bad kludges I currently use in it, with all the bad stuff such duplicate functionalities, bugs, dialogs,...
mail.kde.org /pipermail/cervisia/2004-March/000014.html   (241 words)

  
 Download Kmplayer 0.9.1 pre3 for Linux - The KMPlayer KPart plugin for Konqueror mimics QuickTime, MS Media Player and ...
Download Kmplayer 0.9.1 pre3 for Linux - The KMPlayer KPart plugin for Konqueror mimics QuickTime, MS Media Player and RealPlayer plugin browser plugins.
The KMPlayer KPart plugin for Konqueror mimics QuickTime, MS Media Player and RealPlayer plugin browser plugins.
FFmpeg is a complete solution to record, convert and stream audio and video.
linux.softpedia.com /get/Multimedia/Video/Kmplayer-2220.shtml   (583 words)

  
 KDE . KPart . ARts . KStars . 2004
Creating and Using Components KParts ] from KDE developerworkslibraryl-kparts Coding with KParts] from IBM...
KStars is a planetarium program that runs under GNULinux and other Unix like operating systems.
List of towns in the Republic of Ireland...
www.uk.knowledge-info.org /KDE   (297 words)

  
 [No title]   (Site not responding. Last check: 2007-10-21)
arnoldk67: keduca is a "learning" app, but uses the kpart system [15:45:30] for keduca it's ok [15:45:43]
IMHO keduca needs network [15:46:13] a question: is a KPart a plugin?
but thgis require a module structure, not a kpart one IMHO [15:49:45] so that being a KPart can easily be reused, right?
ftp.sunet.se /kde/areas/edu/development/edu-jan-2005.log   (730 words)

  
 TeXmacs resources wish - made into a KPart   (Site not responding. Last check: 2007-10-21)
What are the pro's and con's of trying to make TeXmacs a KParts component or to integrate Kparts components inside TeXmac?
Please edit this to add thoughts, positive or negative.
At a given time, we should aim at things we can reach.
alqua.com /tmresources/WishMadeIntoAKPart   (93 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.