|
| |
| | KOffice - Wikipedia, the free encyclopedia |
 | | KOffice is an office suite for the K Desktop Environment (KDE). |  | | It can be used for designing and implementing databases, inserting and processing data, performing queries. |  | | The latest version of KOffice is 1.4.2, which was released on October 5, 2005. |
|
http://en.wikipedia.org/wiki/KOffice
(207 words)
|
|
| |
| | Cymrux - Linux yn Gymraeg |
 | | KOffice (http://www.koffice.org) is a full-featured office suite for the Linux desktop, and will be available for free with most Linux distributions, including the next version of Cymrux, the Linux-in-Welsh CD (http://www.cymrux.org.uk). |  | | Linux is especially good for languages such as Welsh, which have been ignored in the past by large software makers, because it allows the user to switch back and forth between several languages, and there is no need to install special add-in programs to handle accent marks like the "to bach" (^). |  | | Kywaith Kyfieithu (http://www.kyfieithu.co.uk) is a group of volunteers throughout Wales, whose aim is to increase the use of Welsh on computers. |
|
http://www.cymrux.org.uk/item.php?lg=en&item_id=9
(552 words)
|
|
| |
| | Linux-Magazin - KOffice_eng |
 | | KOffice finally frees Linux/Unix users from the need to use commercial software to make first-rate presentations. |  | | KOffice could not be a complete office suite without a vector graphics program. |  | | In fact, due to the rapid rate of development of KOffice, undoubtedly new features will have been added by the time this article is published. |
|
http://www.linux-magazin.de/Artikel/ausgabe/1999/03/KOffice_eng/koffice.html
(4415 words)
|
|
| |
| | KOffice 1.4 available (Linux Reviews) |
 | | KOffice 1.4 is released and will be available for your favorite Linux distribution soon. |  | | KDE and KOffice is not available for Windows. |  | | It if not as confusing to use as more advanced word processors can be, Kword may be a good choice for users who are not very familiar with computer systems. |
|
http://linuxreviews.org/news/2005/06/23_00_koffice
(770 words)
|
|
| |
| | KDE Wiki - Compiling KOffice Step by Step |
 | | If you want to help with KOffice it is essential that you work with a recent version of the software. |  | | If you want to help testing the software and working on bug reports you really need the latest release, which means that you will have to compile from CVS or from a fairly recent snapshot. |  | | For the development version of KOffice you need QT 3.3.x. |
|
http://wiki.kde.org/tiki-index.php?page=Compiling+KOffice+Step+by+Step
(2038 words)
|
|
| |
| | fosdem-2005-koffice-talk - kde.me.uk |
 | | KOffice is very lightweight, this means it has a fast startup and has a low memory consumption making it good for old computers. |  | | KOffice is easy to learn and straight forward to use, he has been using it for over a year and finds it very intuitive. |  | | For document embedding KOffice uses an extended KPart technology. |
|
http://www.kde.me.uk/index.php?page=fosdem-2005-koffice-talk
(559 words)
|
|
| |
| | LWN: KOffice 1.3rc1 available |
 | | KOffice cannot easily use the OpenOffice import filters because the OOo import filters parse the file and construct OOo-specific data structures. |  | | It is a big work and KOffice don't have a lot of developers. |  | | I dont know the structure of the KOffice project,..., but couldn't it be modularized ?... |
|
http://lwn.net/Articles/55920
(945 words)
|
|
| |
| | NewsForge KOffice 1.1RC1 released today |
 | | Besides the valuable and excellent efforts by the KOffice developers themselves, significant support for KOffice development has been provided by MandrakeSoft (which sponsors KOffice developers David Faure and Laurent Montel), theKompany.com (which contributed Kivio and Kugar to KOffice), and Klarälvdalens Datakonsult AB (which contributed the new KChart to KOffice). |  | | KOffice 1.1rc1 will not work with versions of Qt older than 2.2.4 or versions of kdelibs older than 2.1.1. |  | | The primary goals of this release are to provide a preview of KOffice 1.1 and to involve users and developers who wish to request/implement missing features or identify problems. |
|
http://www.newsforge.com/newsvac/01/07/30/1141228.shtml
(1552 words)
|
|
| |
| | KOffice falls short of Microsoft Office standard - TechUpdate - ZDNet |
 | | KOffice is an integrated office suite designed to run on the K Desktop Environment under X Window System. |  | | For that reason, while KOffice 1.1 represents a significant step in the right direction for the future of Linux, its usability in corporate or other environments with serious information-processing needs is, at best, problematic. |  | | As Microsoft Office is the standard for office productivity software, we compared the feature sets of KOffice components to their Microsoft counterparts. |
|
http://techupdate.zdnet.com/techupdate/stories/main/0,14179,2812025,00.html
(1318 words)
|
|
| |
| | The KOffice Project - Download KOffice Binaries |
 | | Contributed binaries (if any) of KOffice 1.4.2 can be found here (koffice-1.4) and here (koffice-1.4.2). |  | | If you cannot find a binary package for your OS, or you are displeased with the quality of binary packages available for your system, please read the KDE Binary Package Policy and/or contact your OS vendor. |  | | You should add the /opt/kde3 path as KDEDIR in /etc/profile. |
|
http://www.koffice.org/download
(308 words)
|
|
| |
| | LinuxPlanet - Reviews - Suites for the Sweet: KOffice - Kword, KSpread, KChart, Kgraph, and More |
 | | In combination with the other KOffice parts, it is the suite's contribution to "powerful presentations" (which presumably exist because the phrase is so frequently used, but which like the Loch Ness monster cannot be relied upon). |  | | It currently writes only its own file format, though filters for exchange with other presentation applications are in the works, and it will read some PowerPoint files. |  | | Webcast: A Turnkey Open Source Solution-Learn about an affordable, standards-based turnkey solution for your customers to speed acquisition and simplify development and deployment. |
|
http://www.linuxplanet.com/linuxplanet/reviews/1849/3/IMGSRC
(881 words)
|
|
| |
| | KDE Technology : KPart components |
 | | All you have to do to turn this example into a real full-featured KOffice document is to rewrite three functions: ExamplePart::loadXML(), ExamplePart::saveXML() and ExamplePart::paintContent(), which will respectively load your document data from an XML file, save your document data into a XML file and paint your document's content. |  | | If you want to start a new KOffice application, the main thing you have to do is to create a new class that inherits from KoDocument. |  | | There is a program that highlights the true component nature of KOffice. |
|
http://phil.freehackers.org/kde/kpart-techno/kpart-techno.html
(2031 words)
|
|
| |
| | KOffice Makes Gains but Lags Behind Other Options |
 | | Despite KOffice's improvementsincluding several important bug fixesthe suite is still no match for Sun Microsystems Inc.'s StarOffice or OpenOffice.org's OpenOffice 1.0 in the enterprise computing space. |  | | KOffice 1.3 makes notable improvements over previous versions, but enterprises considering the suite as a Microsoft Corp. Office alternative should look at more-capable proprietary software, such as Evermore Integrated Office, or other open-source offerings. |  | | Inside these files, KOffice data is stored in XML files while pictures are stored as binary data. |
|
http://www.eweek.com/article2/0,4149,1393882,00.asp
(1100 words)
|
|
| |
| | Fosdem 2002 - report |
 | | Last time I talked to him he was developing a CASE tool or so. |  | | Werner: Qt (thus KOffice) supports UTF-16 and we use QString for everything the user sees. |  | | As a user, I'd LOVE to see Aethera in KOffice. |
|
http://www.freehackers.org/fosdem2002/koffice.html
(2998 words)
|
|
| |
| | KOffice 1.4 Release Candidate Announced |
 | | One thing I would like to do is to make a survey of how KOffice is used, and which features are missing. |  | | It's that the KOffice framework makes a lot of features really easy to handle, like filters and templates and so on. |  | | But a tighter integration with digikam and Karbon is high on my list of priorities, and that's harder to do from KOffice. |
|
http://dot.kde.org/1117729682
(3358 words)
|
|
| |
| | Tales of the Racoon Fink: KOffice |
 | | The idea that Mac users will most likely have KOffice, Quanta, Scribus, KMail, Konqueror and KDevelop available natively in the near future is fantastic. |  | | Obviously it's going to have some bugs in it, but it's just now working, no application that I wrote did people expect the interface to be perfect right away. |  | | Obviously the interface and the widgets need a little bit of tinkering, but they don't look that bad. |
|
http://ranger.befunk.com/blog/archives/000291.html
(2143 words)
|
|
| |
| | KOffice www.kdedevelopers.org |
 | | After integrating his local tree into koffice svn I also switched out the property editor for the new and improved one in kdenonbeta/propertyeditor which has now been moved to koffice/lib/koproperty temporarily. |  | | People that know me longer know that in the time of KOffice1.0 I was the maintainer of KWord and a lot of code in there is mine. |  | | All the features that make sense for manipulating objects now have been defined and given a modifier key. |
|
http://www.kdedevelopers.org/taxonomy/term/3
(3289 words)
|
|
| |
| | Fading Memories |
 | | Casper has also added autoscroll to KPresenter and Krita, and the code is generic, so it can spread to other KOffice apps. |  | | And Peter Simonssen has together with Thomas worked on resolving one of the biggest KOffice problems: the startup dialog that gives you a choice between templates, recent files and existing files. |  | | Ariya Hidayat has started on a much more effficient class for loading xml-based files, which should help with loading times for big spreadsheets, and there’s also work being done on making KSpread more memory efficient, so those big spreadsheets will also work once loaded. |
|
http://www.valdyas.org/fading/index.cgi
(3568 words)
|
|
| |
| | KDE Developer's Corner - KOffice 1.3 Release Plan |
 | | They are made public immediately, and given to packagers for creation of binary packages. |  | | The source and binary packages are uploaded to ftp.kde.org to give some time for the mirrors to get them. |  | | Tag KOffice 1.3 final version (KOFFICE_1_3_RELEASE), create binary packages, test the tarballs. |
|
http://developer.kde.org/development-versions/koffice-1.3-release-plan.html
(455 words)
|
|
| |
| | KOffice 1.3 Released |
 | | Big improvements have been made in KOffice 1.3 with respect to interoperability with other office file formats. |  | | koffice (lib kofficecore): ERROR: Couldn't find the native MimeType in kword's desktop file. |  | | Re: KOffice works on _some_ desktops by raphael on Wednesday 28/Jan/2004, @02:56 |
|
http://dot.kde.org/1075216593
(1260 words)
|
|
| |
| | eWEEK Labs Review: Microsoft Office Alternatives |
 | | KOffice does a good job of opening and creating documents in Microsoft Office and OpenOffice.org formats, and, starting with the next version, KOffice will switch to OpenDocument as its default file format. |  | | GNOME Office isn't as closely tied to the GNOME desktop environment as KOffice is to KDE (K Desktop Environment), and many GNOME-based Linux distributions favor OpenOffice.org. |  | | The recent announcement of a partnership between Sun and Google Inc. had many users excited about the prospect of a Web-based office suite, but they need only look as far as ThinkFree Corp.'s ThinkFree Office Online to realize the potential of such an application. |
|
http://www.eweek.com/article2/0,1895,1872806,00.asp
(1343 words)
|
|
| |
| | KDE releases bugfix version of KOffice (v1.4.2) |
 | | More information on KOffice 1.4.2, including where to get it and how it improves on KOffice 1.4, are available at www.koffice.org. |  | | See all the details in the list of changes linked below. |  | | A comparative review of OpenOffice, Gnumeric, and KSpread |
|
http://www.desktoplinux.com/news/NS3384924106.html
(417 words)
|
|
| |
| | NewsForge Proposed release schedule for KOffice 1.1 |
 | | Wednesday May 16 ================ Tarballs are made out of KOffice, for KOffice 1.1 Beta 2 They are made public immediately, and given to packagers for creation of binary packages. |  | | Wednesday April 18 ================ Tarballs are made out of KOffice, for KOffice 1.1 Beta 1 They are made public immediately, and given to packagers for creation of binary packages. |  | | Monday May 21 ============= Announce KOffice 1.1 Beta 2. |
|
http://www.newsforge.com/newsvac/01/03/06/2139251.shtml
(329 words)
|
|
| |
| | freshmeat.net: Project details for KOffice |
 | | All KOffice components work together, and you can embed every KOffice component into any other KOffice component. |  | | Debian: New koffice packages fix arbitrary code execution |  | | KOffice is an integrated office suite based on the KDE libraries. |
|
http://freshmeat.net/projects/koffice
(266 words)
|
|
| |
| | KOffice 1.3.3 Released |
 | | The KOffice team is happy to bring you the third bugfix package that builds upon the previous 1.3.x versions, with many fixes, mainly in the core libraries and in some filters. |  | | Now I can use kword and kspread for almost all I need, except the mail merge function, and viewing of MS office files. |  | | I do everything in koffice first, and used to switch to OO only if something would not work, or it would crash to often. |
|
http://dot.kde.org/1095608979
(979 words)
|
|
| |
| | Debian -- koffice-i18n |
 | | The following binary packages are built from this source package: |  | | Dummy upgrade package for zh_CN transations for KOffice |  | | Dummy upgrade package for zh_TW transations for KOffice |
|
http://packages.debian.org/unstable/source/koffice-i18n
(73 words)
|
|
| |
| | koffice |
 | | For the unstable distribution (sid) these problems have been fixed in version 1.4.2-6. |  | | We recommend that you upgrade your koffice package. |  | | Main reason to upgrade to kernel 2.6 is improved... |
|
http://www.icetalk.com/koffice-N4947.html
(153 words)
|
|
| |
| | HNS - Ubuntu Security Notice - koffice vulnerability (USN-202-1) |
 | | By tricking a user into opening a specially-crafted RTF file, an attacker could exploit this to execute arbitrary code with the privileges of the AbiWord user. |  | | =========================================================== Ubuntu Security Notice USN-202-1 October 12, 2005 koffice vulnerability CAN-2005-2971 =========================================================== A security issue affects the following Ubuntu releases: Ubuntu 5.04 (Hoary Hedgehog) The following packages are affected: koffice-libs kword The problem can be corrected by upgrading the affected package to version 1:1.3.5-2ubuntu1.1. |  | | After a standard system upgrade you need to restart all KOffice applications to effect the necessary changes. |
|
http://www.net-security.org/advisory.php?id=5443
(215 words)
|
|
| |
| | KOffice |
 | | Users wanted more, and in order for Linux to catch on in the commercial and corporate worlds, the users needed a office suite to replace Microsoft's office products. |  | | This makes it real easy to work in multiple applications and share information between them. |  | | The functionality of the KOffice workspace is that of an application launcher. |
|
http://www.developer.com/open/print.php/630901
(639 words)
|
|
| |
| | Debian -- Debian Package Search Results |
 | | stable (libdevel): common libraries for KOffice (development files) |  | | Found 56 matching packages, displaying packages 1 to 50. |  | | You have searched for koffice in packages names and descriptions in suite(s) stable, all sections, and all architectures. |
|
http://pdo.debian.net/cgi-bin/search_packages.pl?...&exact=1&keywords=koffice
(218 words)
|
|
| |
| | Fink - Package Database - Section kde |
 | | bundle-koffice-i18n - KDE - KOffice convenience package: all language files |  | | koffice-i18n-chinese-simplified - KDE - KOffice language files for Chinese Simplified |  | | koffice-i18n-basque - KDE - KOffice language files for Basque |
|
http://pdb.finkproject.org/pdb/section.php/kde
(1535 words)
|
|
| |
| | Kexi Project Homepage - Home |
 | | All database objects - tables, queries and forms - are stored in the database, making it easy to share data and design. |  | | Development process of Kexi Project is sponsored by |  | | As a real member of the KDE and KOffice projects, Kexi integrates fluently into both. |
|
http://www.kexi-project.org
(275 words)
|
|
| |
| | Institute |
 | | Unix, C++ programmers are needed to integrate this dictionary into Word Processing software packages -- OpenOffice.org, Abisoft, EasyOffice, KOffice, others. |  | | Ogden's Word Wheel version.03 released by John Derry. |
|
http://www.basic-english.org
(890 words)
|
|
| |
| | [No title] |
 | | Contact your OS vendor / binary package provider for information about how to obtain updated binary packages. |  | | Solution: Source code patches have been made available which fix these vulnerabilities. |  | | Impact: Remotely supplied pdf files can be used to execute arbitrary code on the client machine when the user opens such file in KOffice. |
|
http://www.kde.org/info/security/advisory-20050120-1.txt
(159 words)
|
|
| |
| | Debian -- koffice-doc-html |
 | | This package provides all of the KOffice documentation converted to HTML format so it can be read with any web browser. |  | | KOffice is an integrated office suite for KDE, the K Desktop Environment. |  | | It offers a word processor, spreadsheet, presentation program, graphics tools and more. |
|
http://packages.debian.org/stable/doc/koffice-doc-html.html
(153 words)
|
|
| |
| | Go For It!: KOffice -- Kids Office |
 | | I imagined a much simplified office suite with fewer components (no kexi or kplato for instance), and much fewer features for each program. |  | | In addition to being active in the development of KOffice, I have also done some work on two other KDE modules -- kdegames, where I am the KReversi maintainer and kde-edu, where I do a lot of small tasks for other people. |  | | Most of the time it is simple stuff like bug fixing and code cleaning. |
|
http://ingwa2.blogspot.com/2005/09/koffice-kids-office.html
(986 words)
|
|
| |
| | theKompany.com :: Projects : Kivio : Introduction |
 | | Keep in mind that this version of Kivio is typically pre-loaded on any Linux distribution, but also only runs on Linux under KDE. |  | | In addition our new engine allowed us to add a lot of features that are not available in the KOffice version, but the distribution model is virtually the same... |  | | Kivio for KOffice was originally released in October 2000 and added to the KDE/KOffice project in January 2001, we saw the 1.0 release of that in April 2001. |
|
http://www.thekompany.com/projects/kivio
(741 words)
|
|
| |
| | KDE Wiki - Quality Team KDE Koffice |
 | | The best way to help us is to concentrate your effort on one task, maybe only related to one application, and start with really getting to know all about it. |  | | Some examples and screenshots of problems and bugs in KOffice can be found at the Using KOffice |  | | This will not be a rewrite but only correcting mistakes and changing the stuff that doesn't apply anymore. |
|
http://wiki.kdenews.org/tiki-index.php?page=Quality+Team+KDE+Koffice
(524 words)
|
|
| |
| | This Month in SVN |
 | | Image files are stored in unmodified state allowing you to later retrieve them and even save them back to file with their original name. |  | | This release will be able to be used with KDE 3x and Qt 3x, and will have a great deal of improvements over the current stable version. |  | | While much of the rest of KDE is in feature freeze preparing for the imminent release of KDE 3.5, KOffice developers are starting to work hard for their 1.5 release, scheduled for in between KDE 3.5 and KDE4. |
|
http://www.canllaith.org/svn-features/svn-koffice.html
(815 words)
|
|
| |
| | Kubuntu - The KDE Desktop |
 | | KOffice 1.5 Beta 1 Released with Kubuntu Packages |  | | Kubuntu has built a (German language) Live CD of Kubuntu Breezy with KDE 3.5.1 and KOffice 1.5 beta 1. |  | | Kubuntu Breezy with KDE 3.5.1 and KOffice 1.5 Beta 1 |
|
http://www.kubuntu.org
(171 words)
|
|
| |
| | FrSIRT Advisories - KDE KOffice KWord RTF Importer Buffer Overflow Vulnerability / Exploit |
 | | This flaw is due to a heap overflow error in the RTF importer of KWord that does not properly handle specially crafted RTF files, which could be exploited by attackers to compromise a vulnerable system by convincing a user to open a malformed RTF document. |  | | A vulnerability has been identified in KDE KOffice, which could be exploited by attackers to execute arbitrary commands. |  | | The recently discovered Metadata vulnerability has also been addressed. |
|
http://www.frsirt.com/english/advisories/2005/2040
(244 words)
|
|
| |
| | pkgsrc/misc/koffice/ |
 | | Update koffice to version 1.4.0a The principal improvements over KOffice 1.3 ar... |  | | Belatedly bump PKGREVISION for all libtasn1 dependencies, since libtasn1 had a s... |  | | Click on a file to display its revision history and to get a chance to display diffs between revisions. |
|
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/misc/koffice
(80 words)
|
|
|