Ссылки |
|
|
|
I’m probably one of the last GSoC student to blog after the announcement, but I’m just knee high in school work right now The good news is: Yes! My proposal was accepted and I’ll be working this summer with implementing basic support for tables in KOffice’s text shape. Of course I’m very excited about this and I just wish school was over so I can start hacking. I’ve been aggregated on the planet for a while now, so maybe some of you have an idea of who I am, though my very infrequent posting surely hasn’t helped. My name is Elvis Stansvik and I’m a 25 year old student from Sweden. A little more about me in my original proposal. I’ve followed the KOffice project with great interest for the past 4 years or so, and when time has allowed I’ve done some bug fixing et.c. I’m looking forward to finally be able to put my heart into the project this summer. Since support for tables ...read more...
| |
16 | System & Utilities | http://estan.dose.se/2009/04/summer-of-tables | 7770 |
| |
|
Recently I received positive feedback on my program CubeTest . The program is being used in primary schools to help children to achieve better spatial insight.
| |
16 | System & Utilities | http://www.topix.com/tech/kde/2009/04/writing-applications-with-svg?fromrss=1 | 7767 |
| |
|
this weekend me and pete rode down to bellingham for LFNW. :) it was a lot of fun. I was kinda nervous about riding my bicycle to the conference, but it turned out well… we took the bus to white rock, and getting to the border from there probably only took half an hour. once we were through, it was mostly country roads, with more birds than cars. :) there was a bit of confusion in ferndale because google maps was out of date - but we asked directions from some locals and got back on track quickly. it took nearly 3 hours to get from the border to the hotel, and it was dark by then, so we were quite ready for bed. saturday morning I was sore from friday’s ride, but still managed to cycle the two miles to the conference. bellingham is lovely and flat - it was a nice easy ride. :) at the conference we found our table easily, and there were two monitors on it… but nothing else. jeff, blauzahl and the ...read more...
|
|
16 | System & Utilities | http://chani.wordpress.com/2009/04/27/linuxfest-northwest/ | 7766 |
| |
|
Recently I received positive feedback on my program CubeTest. The program is being used in primary schools to help children to achieve better spatial insight. There is a teachers manual on-line. CubeTest was originally written in Qt3 and ported to Qt4 later. Because some cube decorations are SVG images, the Qt4 version needed to use Q3Picture, a class for backwards compatibility with Qt3. The renewed interest prompted me to suggest to add CubeTest to KDE-Edu and clean up the code. Now I was faced with a chose: keep Q3Picture or move the cubes to a QGraphicsView. I chose neither. Instead, I started an experiment with SVG. SVG is, in theory, well suited for this type of application. Since SVG was recommended by W3 in 2001, adoption was slow. Currently however, Firefox, WebKit and Opera support SVG rather well (as I found out and you will see). So I started porting CubeTest to an SVG application. That's right, an SVG application. SVG, like HTML, supports embedding of javascript and for CubeTest purposes this ...read more...
| |
16 | System & Utilities | http://www.kdedevelopers.org/node/3948 | 7764 |
| |
|
Last time I did not include any screenshots, but I know that only from screenshots derived a magical force called “buzz”, so here comes a screenshot of what I did this evening:  First, note that the rectangle (which is in fact a cuboid block) appears in green, and the line at the right (a simple wall) seems to glow in a similar color. These are new interactors which I added to the editor interface. When you hover an object, a translucent overlay appears (like on the wall here). And when you click on this shape, the overlay will become more opaque, can be dragged to move the object, and more handles appear to manipulate the object’s geometry. Second, please also note that the rectangle is rotated a bit. I was astonished how less changes were required in the Kolf codebase to make this happen. Another usability improvement (though not visible here) is that objects cannot be shrunk below a certain size anymore. This prevents you from making objects ...read more...
|
|
16 | System & Utilities | http://majewsky.wordpress.com/2009/04/27/kolf-more-editor-interface-now-with-screenshots/ | 7762 |
| |
|
Qt is a comprehensive, object-oriented development framework that enables development of high-performance, cross-platform rich-client and server-side applications.
| |
16 | System & Utilities | http://www.topix.com/tech/kde/2009/04/qt-4-5-1?fromrss=1 | 7758 |
| |
|
If you're tracking KDE 4.3 development and using packages from the last week or two, you may be experiencing Plasma crashing where the backtrace contains "Solid::Predicate::~Predicate()".
The cause of this is a small bug in some string parsing code in Solid that was tripped up by hotplug action .desktop files installed with some packages of Kaffeine. The kaffeine_play_videocd.desktop file, found in `kde4-config --prefix`/share/apps/solid/actions/, apparently ended up getting shipped with mismatched []s in it. (I'm not sure how that happened exactly as the files look proper in Kaffeine's svn? Oh well ..)
I fixed the crash in Solid the other day but a lot of people seem to be running into it while the fix percolates out. The solution is to get a version of kdelibs (or even just Solid) from this week and/or fix the incorrect .desktop files (e.g. by adding the missing [s).
It's cool that so many people are using and testing the latest and greatest 4.3, though. Figured I'd blog the answer so people can find it more easily.
Enjoy. |
16 | System & Utilities | http://aseigo.blogspot.com/2009/04/getting-crash-in-this-weeks-unstable.html | 7757 |
| |
|
Recently I began using QtCreator to try and do some development on Amarok. During my day job as a Java developer I get to work with tools like Intellij, which is a great IDE when you can put aside the problems of Java GUI apps on Linux. For a long time I’ve been using vim for my KDE development which has been more than sufficient, but lately I’m craving some of that productivity win that a fully fledged IDE can give. Today I’ll show you how you can set up your KDE application in Qt Creator and use it’s interactive debugging to enhance your development speed. I’ll assume that you have an existing KDE project and you’re using Qt Creator 1.1, and I’m not going to do any whining about bugs and that rubbish. Firstly, you’ll need to open a project. It’s as easy as File > Open and then find your CMakeLists.txt file. Your project should be parsed and opened. While we’re at it, let’s make sure that our compilation is ...read more...
| |
16 | System & Utilities | http://www.sebruiz.net/359 | 7755 |
| |
|
FINALLY committed the stuff to SVN under /22x22/actions/ and also the source svgz's. The intire set is named kmix-***** maybe the naming need to be reworked into mixing-****. any way the kmix developer can now point to the new icons.

Lately I have been thinking on selling stuff KDE/theming oriented, like for example themed folders icons in star trek style, plasma themes that are in a Dune like atmosfere etc... Do you think its a good idea and if so would you like to read about it on my blog post's.
| |
16 | System & Utilities | http://pinheiro-kde.blogspot.com/2009/04/last-of-kmix.html | 7754 |
| |
|
One of the new features proposed for GCC 4.5 is the ability to use plugins. I'm a big fan of plugin architectures, especially in open source software. I think that plugins provide a really nice starting point for potential developers. So you can start with something simple and well defined, and grow into the rest of the system. Personally, the idea of understanding all of GCC is just overwhelming. But perhaps I could do a really basic plugin that can do an additional static check. The idea is based on mygcc which allows extensible checkers to be written for gcc. As an example, consider a (C) API that looks something like foo_init(); foo_use1(); foo_use2(); foo_cleanup();
where you have to init() before using any of the use() functions, and then cleanup() when you're done. Its an error / bug if you forget to init(), or cleanup(), or if there is any path that results in the sequence being broken. Its an error if you cleanup() twice. An example of this is something like malloc/free ...read more...
| |
16 | System & Utilities | http://www.kdedevelopers.org/node/3945 | 7752 |
| |
|
Once I got frustrated with the “zypper dup” trying to downgrade kde4 packages due to my weird mix of package installs from various repos, I decided to go for running KDE from svn trunk. KDE from svn really flies on my laptop and I don’t find the need to login to vista of late. However KDE svn had a strange problem. Unlock dialog wouldn’t let me unlock complaining of authentication failure. This confused me as I was using appropriate password. With some investigation, I noticed kscreenlocker to be the process behind locking and killing that in another terminal would unlock me The beauty of open source helped me continue to futher investigate the issue and I discovered “kcheckpass” being used by kscreenlocker. While /opt/kde3/bin/kscreenlocker would authenticate me, the kde4 version failed!! Solution: The README file in kcheckpass source folder gave me a hint regarding ownership and setuid persmissions for kcheckpass to be set. kcheckpass requires owner to be root and needs the setuid bit to be set. Finally after invoking “sudo chown root ...read more...
|
|
16 | System & Utilities | http://krishnaggk.wordpress.com/2009/04/27/kscreenlocker-issue-and-solution/ | 7750 |
| |
|
Am I the only one to wish that there existed another aggregation of kde-related blogs, like planetKDE, but with much stricter rules on what is OK to post? Like, only allowing to write on software one has been coding, presenting achievements and plans, and trying to attract more contributors? Looking back on how I have first been reading planetkde as a KDE enthusiast, and then been using planetkde for Eigen, this is what I've always been looking for.
| |
16 | System & Utilities | http://bjacob.livejournal.com/10353.html | 7749 |
| |
|
Last week in between running usability testing on Amarok and preparing for the Season of Usability I wrote some notes down about the KPackageKit updater. Very informal, but I figured if I posted them, maybe the right people would see them and find something useful. Expert Review of KPackageKit Updater (PDF 922KB), April 20 2009 (Now that the SoU student applications have been opened, I can get back to the Amarok usability test report :)
| |
16 | System & Utilities | http://weblog.obso1337.org/2009/a-few-ui-notes-on-kpackagekit-updater/ | 7748 |
| |
|
Are you a student of design, usability, human factors, or other HCI-related field? Are you interested in working on an open source project? For 10-15 hours a week between June 1 and August 31, you could work with an experiences usability mentor on a fun and interesting design project! An added bonus is the $1000 USD internship stipend at the end of the project. The OpenUsability Season of Usability is a series of sponsored student projects to encourage students of usability, user-interface design, and interaction design to get involved with Free/Libre/Open-Source Software (FLOSS) projects. Inspired by Google’s Summer of Code™, OpenUsability offers sponsored student projects. Other than the Google projects that address developers, they aim at students of usability, user-interface design, and interaction design. Students experience the interdisciplinary and collaborative development of user interface solutions in international software projects while getting into OSS development. This year we are happy to support student opportunities from these open source projects: - Amarok
- Drupal
- Gallery
- GeneMANIA
- GNOME
- Kadu
- KOrganizer
- OLM
- SemNotes
- Ubuntu
See the Projects page for more ...read more...
| |
16 | System & Utilities | http://weblog.obso1337.org/2009/student-applications-open-for-2009-season-of-usability/ | 7747 |
| |
|
Finally moving lekhonee to PyKDE4. Main reason is to add spellcheck support, which looks very easy in KDE land than Qt.
| |
16 | System & Utilities | http://kushaldas.in/2009/04/26/moving-lekhonee-to-pykde4/ | 7745 |
| |
|
Konqueror and KHTML continue to be a bit of a contentious issue. My last post received quite a treatment. There was a lot of good feedback and I appreciate the thoughtful comments people made. There were some really good thoughts and there are a few things I want to cover that I previously didn't. So first things first: Goals Having clear goals and values is important, especially for a project as large as KDE. They provide guidelines for appropriate functionality and development and having good goals is an important part of good software. I build on a couple of values which lead to my thinking and reasoning in this. This all starts with a simple question: How does KDE improve a person's life? And to extend that a bit further: Why should someone choose KDE over something else? KDE is valuable because it's being built to be comfortable. Ease of use, customization and other features as well seem to be focused on this (somewhat amorphous) goal. I think that konqueror needs to fit into this picture ...read more...
| |
16 | System & Utilities | http://codeincarnate.com/entry/kyle/2009/04/26/konquering-problem-part-2 | 7743 |
| |
|
| |
16 | System & Utilities | http://chani.wordpress.com/2009/04/25/quick-update-for-my-presentation/ | 7741 |
| |
|
The Akademy program is almost done. Speaker notification deadline was yesterday, but we are still busy sorting out some last details and haven't sent notifications yet. Please bear with us and have a bit more patience. We have a lot of great proposals, more than we can fit into the schedule. So it's not easy to decide what we can take, and the co-hosting with GUADEC adds another dimension of complexity to this task. But we are on a good track, and we will have a fantastic program. Stay tuned...
| |
16 | System & Utilities | http://www.kdedevelopers.org/node/3944 | 7740 |
| |
|
UserBase , the KDE user wiki, is really growing nicely but certain areas are still lacking quality content.
| |
16 | System & Utilities | http://www.topix.com/tech/kde/2009/04/userbase-competition?fromrss=1 | 7739 |
| |
|
Since few weeks, an active work have been done with Julien Pontabry and Julien Nardoux to solve this bug report. read more
| |
16 | System & Utilities | http://www.digikam.org/drupal/node/439 | 7738 |
| |
|
So I have again the pleasure of being selected for Google's Summer of Code for Amarok to scratch some very serious itches concerning media device support in Amarok 2. Itches: - Playlist Support
- More GUI Feedback, more intuitive interface
- UMS(Universal Mass Storage) Support
Playlist: Actually, iPods in Amarok already have their playlists read on connect, but at the time I wrote the code, the code in Amarok for any collection dealing with playlists wasn't at a satisfactory level yet, which I believe it to be now thanks to the work of a few people, in particular I know that Stecchino (Bart) has worked on it. GUI: The media devices applet seemed like a good idea at first, but it's terrible from a usability standpoint, and since the PUD (Popup Dropper) removes any possibility of dragging-and-dropping tracks onto it, for instance, it doesn't make much sense to have it. However, I understand there's plans in the works to redo some of Amarok's GUI, part of which will accomodate the previous functions of this applet, and I'll be taking advantage of that. UMS Support: Yes! I swear it this time. It turned out ...read more...
| |
16 | System & Utilities | http://awainzin-foss.blogspot.com/2009/04/amarok-better-media-device-experience.html | 7737 |
| |
|
Ok I must admit I'm getting tired of this icons :D, but I tried to make them better than last iteration and less confusing... the first one is the "pc-speaker", I have no better idea than this, and honestly I think its pretty good :P, secondly I made the "mic boost" using a red emblem with an arrow up, and finaly made the "record" channel's like a record button with a printed mic emblem....

Hope you guys like it!
| |
16 | System & Utilities | http://pinheiro-kde.blogspot.com/2009/04/almost-done-mixing.html | 7735 |
| |
|
Hearing that kubuntu jaunty was out, I upgraded two machines today. My wife's machine, so she can finally use KDE 4.2, and my own desktop machine. On her machine, NVidia card, no problem at all. On my machine, ATI Radeon X1300, after the upgrade, X would always just show some red dots on the top of the screen, and then the machine would hang (no keyboard, no ssh, nothing except reboot). I tried every possible driver in xorg.conf, no difference. So this isn't a driver problem, but an Xorg problem. Other people on #kubuntu (e.g. "chx") reported the same issue. So... I recompiled the xorg packages from intrepid (i.e. X.org 1.5.2) so that they can be used on jaunty. Long and painful, but it solved the problem. Proof that the problem is really X.org 1.6.0. In case anyone is interested: http://www.davidfaure.fr/2009/xorg_debs.tar.bz2 Quick instructions: download, unpack, then sudo dpkg -r xserver-xorg-video-all xserver-xorg-input-all sudo dpkg -i *.deb . If you see apt-get -f install removing a bunch of video drivers, that's fine; I didn't recompile them all, ...read more...
| |
16 | System & Utilities | http://www.kdedevelopers.org/node/3942 | 7733 |
| |
|
Sometimes little details gives a way greater feeling of power and customizability, without actually adding much and more importnant without adding tons of new buttons and configuration options. Plasma panel can arrange widgets in an ordered linear layout, one after another, but what about if you have a panel where you want to distinguish between different groups of applets and want to put a space between them to make the look more clear? Since a couple of days in the plasma configuration dialog a new single button appeared: "Add spacer": Clicking on it it adds that little widget at the end of the panel, it's just a space and you can drag it around as with every other widget or resize it as you wish by dragging the borders of it (that in this screenshot are a little darker) just like any window or resizable stuff in general. Of course a space is not something that you should see: it's empty right? So you close the panel edit mode and ...read more...
| |
16 | System & Utilities | http://www.notmart.org/index.php/Software/Make_some_space | 7732 |
| |
|
Facing the end of the second month on my new job, things move slow but forward, as always happens with new projects.
I've been working hard to open communication channels between companies. Interaction is more usual at a technical level than at a manegement level in every free soft. company and we are no exception. We know how to interact in a lower level. We've learned it by collaborating in free software communities, but at higher levels....that's another story.
The good point is that most of the managers and owners of ASOLIF companies come from the technical world. In fact, most of them begun as free software developers. They want to interact as managers as they did as technicians.
So how can we achieve this goal when not all of the information a company handles can be public, can be shared? How does cooperation is possible when you compete everyday?
Big companies can organice themselves in departments with different procedures, so they can interact with different profiles at different levels. Small companies cannot. For ...read more...
| |
16 | System & Utilities | http://toscalix.blogspot.com/2009/04/some-reflections-about-asolif.html | 7729 |
| |
|
Hello planet KDE! This is my first post on planet kde, so I’ll first introduce myself. My name is George Kiagiadakis (gkiagia on irc) and I am a 20-year-old student from Greece. I was born and live in Iraklio, on the island of Crete and I study computer science at the Computer Science Department of the University of Crete. Some of you may already know me as I have been involved in KDE for a few months now. I first started my involvement from the KDE Bugsquad, doing bug triaging, and then I started fixing some bugs as well. I got an svn account in October and I first fixed some issues with kwrited (a daemon that sits in the background and listens for messages sent with write(1) or wall(1) on the same computer). During the period of the KDE 4.2 pre-releases, I also joined the Debian Qt/KDE Maintainers to help them with packaging, which I still do. Later, I started helping Dar
|
|
16 | System & Utilities | http://gkiagia.wordpress.com/2009/04/24/hello-planet/ | 7727 |
| |
|
Some one asked me to show all of the kmix icons together, and if some one asks I obey :), any way I think it only makes sense, so here its goes the almost complete icon theme from KMix in oxygen style. Currently I think its only missing, default PCM, pc speaker, and surround center.  So in order we have, master, front, surround, LFE, PCM, front mic, front mic boost, line, cd, mic, mic boost, headphone, digital line, record master, and finaly record secundary.
| |
16 | System & Utilities | http://pinheiro-kde.blogspot.com/2009/04/mixing-them-all-up.html | 7725 |
| |
|
Fresh from the oven: Qt 4.5.1, Qt Creator 1.1, new SDK. Details on what has changed can be examined in the changes file. Now that the release is out, the QtWebKit team is busy again fixing bugs and backporting important fixes for the next patch release (4.5.2). Expect to see more extensive changes there. Few QtWebkit-related examples which I have written are also being cleaned-up and imported as new Qt examples, as we speak.
| |
16 | System & Utilities | http://ariya.blogspot.com/2009/04/quattro-cinque-uno.html | 7723 |
| |
|
 The Kubuntu Team is proud to announce the release of Kubuntu 9.04, the Jaunty Jackalope! With this release, the development team brings you the best KDE distro out there. With its world-renowned Ubuntu core and the KDE 4.2 desktop, Kubuntu 9.04 gives users a well-rounded, feature-filled and elegant desktop. On the top, KDE 4.2 brings beauty, innovation and updated software with new & improved features. Underneath, updated kernel and core systems bring stability and speed.
| |
16 | System & Utilities | http://www.kdedevelopers.org/node/3941 | 7718 |
| |
|
Following a quite heated discussion on #kde-devel about minimum versions of libraries required to build KDE trunk, I decided to describe how I install up-to-date libraries without messing with my distribution packages. Installing a library by hand can usually be done in three places: - Install in
/usr : this is a sure way to annoy the packaging system of your distribution… - Install in
/usr/local : this is the traditional way to install libraries by hand, but it is a bit difficult to uninstall things because files are scattered in the traditional lib , share , bin … folders. - Install in
/opt/library_name : this makes libraries easy to install and uninstall, but it needs a bit more work to make the library available to the rest of the system. I personally like to use option #3. Installing a library this way requires specifying the prefix at configuration time. For libraries using autotools, this is done with ./configure --prefix=/opt/library_name . For libraries using CMake, use cmake -DCMAKE_INSTALL_PREFIX=/opt/library_name . As I said, when you are done, you need to make the library available to the system. To ...read more...
|
|
16 | System & Utilities | http://agateau.wordpress.com/2009/04/23/simple-way-to-install-up-to-date-libraries/ | 7715 |
| |
|
Ссылки |
---|
|
|