|
| |
| | [No title] |
 | | 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. |  | | Wherever you see a more sophisticated text editor field used, you can safely assume that the Kate-part was embedded: KWrite uses it, Kate uses it, KDevelop uses it, Quanta uses it, and so on. |
|
http://arstechnica.com/reviews/os/kde-3-2.ars/6
|
|
| |
| | [No title] |
 | | It was harder to work on such a component in comparison with KPart, because it required a new technology to learn, DCOP. |  | | One class is at the same time the XPart host and the KPart component. |  | | All this is handled almost automatically, but KPart is so simple that I had nothing to learn to use it :-). |
|
http://freehackers.org/kvim/component.html
|
|
| |
| | Jame K Designs: Split KParts |
 | | 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). |  | | This has only a minor disadvantage, in my mind, in that the system will be loading a new browser when the KPart is loaded, rather than keeping the current browser and only loading a KPart into it. |
|
http://www.csis.gvsu.edu/~abreschm/designs/ideas/split-kparts.php
|
|
| |
| | KDE Technology : KPart components |
 | | Here is the necessary code, extracted from the KPart tutorial written by Kurt Granroth. |  | | The factory's role is only to provide a kpart object. |  | | Thus, every KOffice document can be embedded and viewed just like a KPart component. |
|
http://phil.freehackers.org/kde/kpart-techno/kpart-techno.html
|
|
| |
| | Developer Concerns and Tools in DCOP - Andamooka Reader |
 | | 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. |  | | Both technologies are convenient for building reusable objects and, when used together, they open large opportunities for creatively minded developers. |  | | This section attempts to draw attention to the somewhat delicate aspect of programming modules using both the embedding and the communication technologies at once. |
|
http://www.andamooka.org/reader.pl?pgid=kde20develch13lev1sec6
|
|
| |
| | KDE 2.0 Development: Creating and Using Components (KParts) |
 | | The code for the mainwindow embedding the KGhostView part is part of the KParts examples, which can be found under kdelibs/kparts/tests/ghostview*, so Listing 13.13 only shows the relevant lines of ghostview.cpp. |  | | The application's configuration file and the one of any other instance is different, as well as the search paths for locate(), and so on. |  | | Note - Note that KOffice parts are a bit different because they don't embed as a full window, but as a frame into the parent's view, which can be moved, resized, and even rotated - a functionality only KOffice has. |
|
http://developer.kde.org/documentation/tutorials/kparts
|
|
| |
| | KDE PIM - Kontact Plugin Howto |
 | | Expected result is a text-editing window, the verbatim KPart. |  | | This binary can then be used to link as well karm as our KPart. |  | | DeveloperWorks article from David Faure on the KPart technology |
|
http://pim.kde.org/development/creatingplugins.php
|
|
| |
| | KVim - Vim Component |
 | | Previous versions of Vim cannot work with this KPart. |  | | It is no longer distributed with KVim, we consider them as two different applications. |  | | For more information about the history and design of the kpart, you can read the following article written by Philippe Fremy (first author of the kpart) : vimpart |
|
http://freehackers.org/kvim/vimpart.html
|
|
| |
| | emacs kpart |
 | | The basic idea is to launch an emacs process in the background and use the gnuclient-gnuserv functionality to pass the user keystrokes to the emacs process. |  | | Previous by thread: Compiling GNU Emacs on W2K using GCC |  | | Hi all, I'm considering creating a KPart (which is a kind of KDE component suitable to be integrated within KDE programs, in a certain way equivalent to Gnome's bonobo or Windows OLE), for integrating emacs in kde apps. |
|
http://lists.gnu.org/archive/html/emacs-devel/2003-07/msg00042.html
|
|
| |
| | [No title] |
 | | Kpart: The real people I meet are educated scientists, engineers, and computer scientists. |  | | I hate to use him for an example... |  | | Kpart: "science studies" is supposed to be studying hoew the vocabulary and methodology of science changes in a community of "practitioners". |
|
http://geekspeak.hypermall.com/logs/07-26-96.txt
|
|
| |
| | KPart? |
 | | When it comes to using barcode programs it's not the importing into other apps or documents which is the important task. |  | | But I know a KPart would be much better. |  | | Similar software under windows are often based on OLE controls which can be embedded by various applications (word processors, report printers and so on). |
|
http://dot.kde.org/1050284582/1050356925
|
|
| |
| | KAppTemplate -- KDE Application Generator |
 | | At it's base level, it handles creation of things like the automake/autoconf framework, lsm files, RPM spec files, and po files. |  | | KAppTemplate is continuously updated to ensure that the latest "recommended" way of doing things is followed. |  | | KPart Application: This creates a KDE application based on the KPart component architecture. |
|
http://www.granroth.org/kapptemplate
|
|
| |
| | [No title] |
 | | // We move (0,0) to match (0,0) of the kpart. |  | | QListIterator pl(childList); for (; pl.current(); ++pl) { OBJECT *o_pl = new OBJECT(pl.current()->save(korb)); if (*o_pl == 0) { warning("COULD NOT SAVE FormulaEditor->Children->KPart\n"); return FALSE; } plStack.push(o_pl); kStack.push(pl.current()); } /** * Write the list of KParts. |  | | It creates a new child kpart, * positions it and appends it to our list of children. |
|
http://www.cs.washington.edu/research/projects/se/www/kde/reuse_patterns/source_code/kformula.src/classes/kformula'FormulaEditor.html
|
|
| |
| | [No title] |
 | | ELSE WRITE(6,*) 'GUKINE: error opening Turtle file' WRITE(6,*) 'filename: ', turtlefile stop 996 END IF END IF READ(LTURT, 110, END=500) KPART, XX, DX, YY, DY, DL, DPP, P, ZZ, + TOFF 110 FORMAT(3XI2,9F10.5) PKINE(1) = XX * 100. |
|
http://pubweb.bnl.gov/users/kahn/www/InstrChl/src/gukine.F
|
|
| |
| | Neuros: Forums |
 | | 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. |  | | Posted - 01/16/2005 : 2:19:23 PM Has there been any consideration about making a kpart that will sync with the neuros? |
|
http://www.neurosaudio.com/community/forum/topic.asp?TOPIC_ID=5472
|
|
| |
| | KDE . KPart . ARts . KStars . 2004 |
 | | KStars is a planetarium program that runs under GNULinux and other Unix like operating systems. |  | | Creating and Using Components KParts ] from KDE developerworkslibraryl-kparts Coding with KParts] from IBM... |  | | List of towns in the Republic of Ireland... |
|
http://www.uk.knowledge-info.org/KDE
|
|
| |
| | [PyKDE] KParts |
 | | That will require a separate set of wrappers, won't it? |  | | 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. |
|
http://mats.gmd.de/pipermail/pykde/2003-September/006163.html
|
|
| |
| | Make Everything a KPart |
 | | Josephine User sits at her Debian Linux station to begin an internet browsing session. |  | | Would it be possible to add a KPart-interface to KDE applications so that all applications can be used from within a Konqueror window? |  | | 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. |
|
http://lists.debian.org/debian-kde/2004/03/msg00552.html
|
|
| |
| | Re: KPart application.. rpath problem! |
 | | since kimagemapeditor has KPart architecture i have rpath > > problems. |  | | 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. |
|
http://lists.debian.org/debian-kde/2003/05/msg00445.html
|
|
| |
| | [No title] |
 | | (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. |
|
http://www.cs.toronto.edu/~pancer/PMIRKDC_package/cplrhs.f
|
|
| |
| | [No title] |
 | | arnoldk67: keduca is a "learning" app, but uses the kpart system [15:45:30] for keduca it's ok [15:45:43] |  | | ehehe [15:53:13] so it is nearly a kpart [15:53:20] |  | | [15:43:11] I don't get what people call a framework [15:43:25] on the list it was sort of defined as being a KPart [15:43:35] KPart cannot suit all apps [15:43:58] |
|
http://ftp.sunet.se/kde/areas/edu/development/edu-jan-2005.log
|
|
| |
| | Photobook KPart in CVS www.kdedevelopers.org |
 | | Really now, KParts is an amazing (and complex) API. |  | | It looks very much like these pictures you have posted, too - wouldn't modifying showimg to be used as a 'KPart' or something involve less wheel re-invention? |  | | Don't get me wrong, the "Photo Book" KPart is very cool, but didn't you just duplicate functionality Gwenview provided? |
|
http://kdedevelopers.org/node/view/751?PHPSESSID=cd166dc584de6dfeda8c4ef2d...
|
|
| |
| | [Cervisia] Cervisia as a KDevPlugin in addition to KPart? |
 | | 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,... |  | | 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 ;-). |  | | So before I get crushed again for summer I'd like to ask some question about this mail's subject: What about providing cervisia as KDevPlugin (KDevelop Plugin) other than as as KPart? |
|
http://mail.kde.org/pipermail/cervisia/2004-March/000014.html
|
|
| |
| | Gwenview now with KPart www.kdedevelopers.org |
 | | There is no need for two imageviewers with a lot of feature overlap, and neither with decent directory browsing in kdegraphics. |  | | Annoyed at the lack of directory image browser for Konqueror and the primitive image viewer I turned Gwenview into a Konqueror KPart. |  | | And let me extend this comment to risk saying that acting as a KPart is the first step for an app into KDE profissionalism. |
|
http://www.kdedevelopers.org/node/342
|
|
| |
| | Re: [Cooker] [OT] OpenOffice.org as a KPart |
 | | On Tue, 26 Aug 2003 05:34, Buchan Milne wrote: > There have been requests for cuckoo[1] (kpart embedding OO.o) on > MandrakeClub, > [1] http://artax.karlin.mff.cuni.cz/~kendy/cuckooo/ Does this level of control imply that a headless version is around the corner? |  | | Re: [Cooker] [OT] OpenOffice.org as a KPart Leon Brooks |
|
http://www.mail-archive.com/cooker@linux-mandrake.com/msg117132.html
|
|
| |
| | TeXmacs resources wish - made into a KPart |
 | | 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. |
|
http://alqua.com/tmresources/WishMadeIntoAKPart
|
|
| |
| | Overview of Partition Coefficients |
 | | Most drugs, thankfully do not have to be injected because they have a Kpart in between. |  | | Drugs which have a Kpart near 0 like to be in water. |  | | These drugs are most often delivered orally in a pill form. |
|
http://www.cord.edu/faculty/ulnessd/legacy/fall99/joel/tsld002.htm
|
|
| |
| | Category:KDE - TheBestLinks.com - Qt toolkit, KHTML, KPart, DCOP, ... |
 | | You can add this article to your own "watchlist" and receive e-mail notification about all changes in this page. |  | | Category:KDE, KDE, Qt toolkit, KHTML, KPart, DCOP, K3b, ARts, Kwin, KIO... |  | | Category:KDE - TheBestLinks.com - Qt toolkit, KHTML, KPart, DCOP,... |
|
http://www.thebestlinks.com/Category__3A__KDE.html
|
|
| |
| | qqjet.F File Reference |
 | | v v ECM C C C QQJET C C KPART REAL RANP EXTERNAL RANP* * Sequence declarations INTEGER NJ |  | | v v ECM C C C QQJET C C KPART |
|
http://hepg.sdu.edu.cn/~zhangxy/cleo/html/qqjet_8F.html
|
|
|