BeClock 0.17 (KDE Improvement)
BeClock 0.17(KDE Improvement)
A simple clock, implemented as KWin Effect
- This is NO plasmoid!
- You need active desktop FX to use this clock
- The idea is somewhat experimental :-)
Installation:
---
tar -xJf beclock-kwin-fx.x.y.txz
cd beclock-kwin-fx
./configure
cd build
make && sudo make install
---
to activate or configure
- rightclick some titlebar
- say "configure..."
- click "all effects"
- filter for beclock
- check and maybe configure it.
- click apply
Advances:
- always on top
- input event dead (you can click through etc.)
Features:
- AM/PM or 24h digital display
- optional date display
changelog:
0.17
----
- build fix
- show corner activated clock on countdown
- preselect local time format (24h ./. AM/PM)
0.16
----
- maintainance release for KDE SC 4.8rc1 compilation. No functional change.
- update on 2012-02-03: cmake janus compilation issues, no code change
0.15
----
- support for 4.8 (yes, doesn't disappear anymore)
- alpha support for GLSL 2.0 (the blendfunction was irrelevant since not used anyway - i fixed kwin to support 2.0 shaders on my box ;-)
- as an extra bonus a binary and a Maya inspired clock =)
0.14
----
- support for 4.7 (beta)
0.13b
-----
- since kwin initializes the effects before the workspace, BeClock could crash kwin by asking for workspace dimensions in the constructor -> workaround
0.13
---- (!! xz compressed -> "tar -xJf" !!)
- fixed weird AM/PM stuff ;-P
- seconds are now a rotating planet (this is calm and cheap
- added countdown dbus function
qdbus org.kde.kwin /BeClock countdown [[h] m] s
[read more]
job recommendations:
[more jobs]
Where is my Cat ? (KDE Wallpaper 1920x1200)
Where is my Cat ?(KDE Wallpaper 1920x1200)
Simple pictures composition made with gimp.
Thanks for viewing and downloadind.
[read more]
job recommendations:
[more jobs]
Coconut 0.02 (Theme/Style for KDE 4.0)
Coconut 0.02(Theme/Style for KDE 4.0)
QtCurve style based on Milk.
Icon theme is KFaenza, plasma theme is Tibanna and colour scheme is Bespin dust.
Should you wonder: On the last screenshot I had title bars removed by switching to Oxygen as window decoration and removing titlebars with overrides and a (.*) regex match.
Configure Window Behaviour -> Window Decorations -> Oxygen -> Configure Decoration -> Window Specific Overrides -> Add -> Check 'Hide window title bar' & Border size tiny -> Regex match to (.*)
changelog:
v0.01 Initial style
v0.02 A couple of small fixes. Added borders to popup menus.
v0.03 Removed button hover glow.
v0.04 Changed colour of menubar (which should be hidden anyways), shrinked sliders.
[read more]
job recommendations:
[more jobs]
BusyTasks 12.0 (Plasmoid Script)
BusyTasks 12.0(Plasmoid Script)
Update 12.0: Highlight change of memory percentage between update intervals
Simple but highly configurable task monitor.
Isn't everything some kind of process? At least on a computer it is. So let's keep an eye on them.
Please read at least section REQUIREMENTS before installation
This plasmoid initially was a clumsy spin-off from Dmitry Makovey's tail plasmoid, but after I got more and more used to python and the program got more and more complex I cut everything superfluous and eventually separated it from tail.
This plasmoid uses several programs to get its input. The collected data is neither unique nor new, but the idea to clearly sum it up in one single program is. This task monitor displays up to four different tasks, each with different priority.
CPU intensive task:
Name and the percentage of the most CPU intensive task. The underlying top daemon is very efficient and does not really affect CPU and IO.
Memory intensive task:
Name of the most memory intensive task, combined with a measure of size (absolute value or percentage to total available memory).
The implementation is the same as for the task above.
IO intensive task:
The task that currently asks for IO.
The software package includes an own version of iotop that sends data via shared memory.
NET intensive task:
The task that eats up your bandwidth.
You will be prompted for an administrator password when starting nethogs.
Like the one of iotop, this is a modified nethogs daemon that does not affect IO.
Additionally, the configurable update interval plays a crucial role in resource consumption. The smaller it is set, the more resources are needed.
There should be slightly less resource consumption (in terms of IO as well as overall) since release 8.0. Release 10.0 eventually cut out all IO.
The plasmoid is highly configurable to fit most desktop designs.
It supports highlighting of processes, either through a simple colour change after a certain limit of per cents or via colour gradient. For the statisticians among you, you can even log output. BusyTasks is only useful if it is always visible (e.g. residing on a panel) If you'd have got to minize windows or show the desktop to have a glance on it you could equally start the system monitor.
REQUIREMENTS:
For full functionality, you need to meet the following requirements:
On new systems version 3 may only be installed. Use the bash command "python -V" to check your version. Usually it's easy to get previous releases, they are not interfering
If you don't have it yet, visit http://semanchuk.com/philip/sysv_ipc/ for download and install instructions.
Short manual:
Download file, go to the related directory and run "sudo python setup.py install". For systems linking python 3 per default, type "sudo python2 setup.py install". If it quits moaning about a python file install the package "python-dev(el)" first.
TROUBLESHOOTING:
BUGS:
Since release 11.5 the program should be (nearly) bug free.
Please report here or via mail (see plasmoid info) if your plasma-desktop crashes (so that I can at least remove the above claim), which usually happens when BusyTasks is removed from the desktop.
The plasmoid was tested on several distributions (read below).
Known bugs:
1. Inside a panel configuration is not possible. You have to drag it out and change settings there.
2. Likewise, process display delay for IO and network does not work inside it. I conclude that refresh events are triggered independently by plasma-desktop. Tests confirmed that the plasmoid is updated 2-3 times per second irregardless of its settings. Fixed
PERFORMANCE:
Python may be the wrong language to write such a tool in.
Currently the process of (re)configuration is horribly slow.
On the one hand, bad code is responsible for the speed inefficiency, on the other hand it is my quest for user-conveniency and upwards-compatibility that accounts for this behaviour. As jobs of configuration or organisation are usually done only twice per runtime (at startup and at termination) it's still acceptable.
I'll probably rewrite the whole program (including the iotop daemon) in C++ sometime (sometime...what a nice euphemism for never ;-)). For the moment performance remains the only real bug.
TESTS: Program successfully tested on:
Kubuntu 9.10, 11.04 and 11.10
Fedora 15
OpenSUSE 11.4
Arch 2011-08-19
Slackware 13.37
Gentoo 11.2
Mint 12
TRANSLATIONS:
If you want to contribute to the project, feel free to unpack the plasmoid-package and read the translation instructions in the contents folder.
I strongly recommend all who have installed a previous version to get an update!
Please comment, rate and criticise.
In the long run I'll have to create a website for documentation because the installation possibilities and configuration options are quite impressive and this description's already uncomfortably large. Due to a severe lack of time reading tooltips is all I suggest for now.
changelog:
1.0 Initial release
2.0 Keeping original top configuration, Panel integration
2.1 Minor ajdustment: support for multiple plasmoids
3.0 Highlighting a process passing a certain limit with an individual colour.
4.0 More configuration options (e.g. colour gradient)
4.1 Click on plasmoid opens a list of tasks ordered according to CPU usage.
5.0 Optional display of IO intensive task
5.1 Bugfixes (colour change for IO intensive task, process and rate mismatch)
5.2 Configuration option for on-click-behaviour, tooltips, whatsthis-tips
6.0 Code reorganisation, further configuration options, memory intensive task, file history log..
6.1 Optional horizontal arrangement of the tasks, saving the size
6.2 Optional font background to avoid unreadable design
7.0 Code cleanup and reorganisation, disassociation with tail, destructor, bugfixes, more configuration options, NET intensive task, etc.
7.1 Direct change of network interface supported.
8.0 Integration of own iotop and nethogs versions, IPC
9.0 Added icons and a panel mode
10.0 No tail involvement any more (only IPC), bugfixes
10.1 No blocking of plasma-desktop on startup with NET intensive task any more.
10.2 Correct behaviour on systems without user configuration for top.
10.3 Less resource consumption of nethogs, small fix concerning the configuration dialog
10.4 Added a logo
10.5 German and French translations
10.6 Further fixes of bugs (concerning units and logfile) that occurred during code reorganisation.
10.7 Bugfixes: kdesu as optional superuser trigger (for nethogs), updated library link for nethogs
10.8 Implemented several nethogs daemons compiled with different libraries/libary links, debug information
10.9 Small modification for systems with python version 3.
11.0 Easy network interface switching and advanced control over nethogs.
11.1 The last observed unchanged value for a task is displayed for an additional second if the plasmoid is updated once per second.
11.2 Integration of VirtualBox virtual machine name resolution.
11.3 Optional display of the processor that the monitored process is assigned to.
11.4 Improved error handling (at runtime and for plasmoidviewer).
11.5 Extirpation of crashes, performance optimisations, more configuration options
11.6 Iotop bug fix assuring that the task with most IO is chosen.
11.7 Support for newer kernels that deny access to IO statistics for regular users.
11.8 Improved configuration interface, bug fix concerning password prompt
11.9 Small changes to handle high update rate in panels.
12.0 Highlight change of memory percentage between update intervals
[read more]
job recommendations:
[more jobs]
Shetlandpony 1280x1024 (KDE Wallpaper 1280x1024)
Shetlandpony 1280x1024(KDE Wallpaper 1280x1024)
Shetlandpony named Wesley
[read more]
job recommendations:
[more jobs]
Easy Monitor 0.6 Hard Candy (Karamba)
Easy Monitor 0.6 Hard Candy(Karamba)
Easy Monitor
Author: Leszek Ostachowski
email: helpcom.pl@gmail.com
homepage: www.help-com.pl
Based on Crystal Monitor by Mihael Simonic
email: smihael@gmail.com
Licence: GPL v2
EasyMonitor is superkaramba theme.
* Any theme you can edit and configure by twice click on top frame of it.
My idea to give users very fast and easy access to change and fix code.
So you can suit it to your system.
changelog:
Add hardware theme.
Add battery theme.
Add multi core procesors suport.
Add some clik areas.
Version 0.4
All thmes rewriten.
Fix battery theme.
Change installation directory to work all features when install from superkaramba.
Add netstat theme.
Fix cut command cut -c -0 -XX to cut -c -XX
Add sudoers modification in install script
Now work ok on Ubuntu 8.4
Fix netstat & conectionns theme
Add some sensors to Top theme
Add single monitors for core 0 and 1
Add single core all monitor
Fix some comments and readmi files
Add single amarok control theme
Add Notes theme
Add support for Ati graphics card
Add About theme
Fix some readme notes
Fix and add som features to Scan.theme
Add suport for Mandriva in install scripts
Add set $TMPDIR for Ubuntu in scan.sh script
Change installation directory to work
on KDE 4.xx
Nvidia GPU thmes rewriten
Add wlan0 theme
Add dbus suport in Amarok theme
Add hdparm suport in File System theme
Change eth0, eth1, wlan0 themes
Fix PATH to work on kde 3.xx 4.xx
Fix battery, procesor, install themes
Change in File System theme
Change in scripts scan.sh, nmap.sh, ...
=======================================
2012-01-02
Add suport for Arch Linux
Change eth0, eth1,....
Simplicity is hardest
It deserved for change version to 0.5
Add suport for Fedora
Fix GPU themes
Fix path to netstat themes
=============================
2012-01-06
Add Code name in Distro string
Fix distro.sh
=============================
Add suport for hdmon
to enable click on HD1: or HD2: string and Follow the White Rabbit. . . :)
==============================
2012-01-09
Rewrite install scripts
==============================
2012-01-10
Rewrite modify_sudoers.sh
==============================
2012-01-16 4:00 A.M.:)
Rewriten Nvidia themes and scripts
==============================
2012-01-20
Fix timings for GPU themes
Change font for better look on other distros than openSuse.
Fixh typo in ifconfig.sh ( Thanks to brucew for very careful readings my bugs:)
==============================
2012-01-25
Some change in Nvidia themes, distro.sh, ethtool.sh
===============================
2012-01-25
Some change in modify_sudoers.sh to build right paths for commands
===============================
2012-02-05
Add some clickarea in porcesors themes and memory
===============================
2012-02-06
Add EsyMonitor_Procesor_Octa_Thread.theme
===============================
2012-02-08
Clena holy mess in EasyMonitor_Procesor_Multi_Core.theme
===============================
2012-02-08
Clena mess in EasyMonitor_Core_X.themes
===============================
2012-02-09
Fix Memory theme
===============================
2012-02-10
Add dmidecode command suport in System, Memeory thenes and modify_sudoers.sh script. For enable run again the script
[read more]
job recommendations:
[more jobs]
Grey Cat (KDE Wallpaper 1280x1024)
Grey Cat(KDE Wallpaper 1280x1024)
Grey Cat 1280x1024 (Bandit)
[read more]
job recommendations:
[more jobs]
Revobrain color scheme 1.0 (KDE Color Scheme KDE4)
Revobrain color scheme 1.0
(KDE Color Scheme KDE4)
Warm color scheme
[read more]
job recommendations:
[more jobs]
(KDE Color Scheme KDE4)
Warm color scheme
[read more]
job recommendations:
[more jobs]
Oxygen KDE (Firefox Theme) 3.7 (KDE Improvement)
Oxygen KDE (Firefox Theme) 3.7(KDE Improvement)
:: Oxygen style for Firefox!
:: Consistent and coherent integration with KDE!
:: NEWS ( Last updated : 11 February 2012)
Quote:
OXYGEN KDE 3.7 is released!
:: TODO list
- Nothing officially planned yet
:: What's new in the 3.x version
- All XUL widgets styled using only CSS,no images at all
- Automatic color scheme detection (KDE)
- Added Firefox 4 support
- 4 different styles for the back/forward buttons
+ Classic Oxygen
+ Classic Oxygen + shadow
+ Firefox 4 style
+ Firefox 3 style
- 2 Different icon themes
+ Oxygen
+ Faenza (not completed yet)
- 3 Styles for the Firefox background
+ Oxygen Style (radial and linear gradients)
+ Oxygen Style (solid color)
+ Personas Skins
- 2 browser tab styles
+ Single
+ Plain
- 3 styles for the new tab button
- 3 styles for the menu highlight color
- 4 styles for the Firefox 4 App Menu
- 2 styles for scrollbars
- Option to hide arrows
- Rounded corners for popups and menus (Firefox 4+)
- Clear button on text boxes
+ option to hide it
- Use arrows instead of +/- in trees
- Zoom-in/Zoom-out buttons
+ option to hide them
- 3 Styles for the Speed Dial add-on
+ Oxygen
+ Air (recommended)
+ Air Clean (hides titles compared to the recommended "Air")
- Option to select a custom Speed Dial background
:: How to apply a Personas skin on top of Oxygen KDE
1. Go to Oxygen KDE Options : Background style --> Personas skin
2. Go to Add-ons Manager and enable and Apply any Persona Theme (browser restart may be required)
3. After applying a Personas skin, go back to Add-ons Manager and enable Oxygen KDE.(browser restart required)
4. After applying Oxygen KDE, go to the urlbar and type about:config and toggle pref: lightweightThemes.isThemeSelected : to true.(Restart browser)
After the restart you'll have the Personas skin and Oxygen KDE applied at the same time.(Now your settings will be kept even after a restart of the browser) Repeat the above steps to apply another Personas skin and Oxygen KDE.
:: How to hide the title bar of Firefox in KDE
1. Open System Settings
2. Go to Workspace appearance --> Configure Decoration --> Window-Specific Ovverrides
3. Look for Exceptions related to Firefox and edit it ... If there isn't create it using these values :
-To hide the title bar of all windows related to Firefox
Matching window property : Window Class Name
Regular expression to match : Firefox
-To hide only the title bar of the main window of firefox (recommended)
Matching window property : Window Title
Regular expression to match : Mozilla Firefox
4. Check "Hide window title bar"
5. Now the Firefox title bar will be hidden . Now you may need the buttons min.max,close or drag to control the window. Customize the toolbars in Firefox and you'll find these new toolbar buttons.
This procedure in the next versions should be automatic.
:: DONATE
Downloading Oxygen KDE is totally free... but its development isn't. If you appreciate the work I've done so far and you'd like to contribute to the project, you could consider making a donation. You will find the donate button after the download links or at: http://kde-look.org/content/donate.php?content=117962
Thanks to all donators!
:: CONTRIBUTING
There are many ways to contribute to the project. The easiest way is to report bugs and suggest features commenting below.
If you are a developer you could send me patches fixing bugs or adding new features.
Finally, you could also help translating the extension in your native language.
Thank you in advance for any contribution!
:: LOCALIZATION
Language translations can be sent to the following email address:
Quote:
dimitris88 [at] gmail [dot] com
using the master translation file that you'll find in the download section.
List of translations in Oxygen KDE 3.7 :
- ENGLISH (Add-on developer)
- ITALIAN (Add-on developer)
- GREEK:Ioannis Panteleakis
- GERMAN:Sascha Hoogen
- SPANISH:Raúl Yeguas
- SPANISH(ARGENTINA):Bersil Savone,Aguilera Darío
- BULGARIAN:Peter Nedialkov
- CHINESE:Archer
- CZECH:Pavel Fric
- SWEDISH:Oscar Rentzhog
- POLISH:Adrian Grzemski
- PORTUGUESE(BRAZIL):Márcio Moraes
- FRENCH:Sylvain Gilmand
- CHINESE (TAIWAN):Gary Lin
- DUTCH (NEDERLANDS):Thom Castermans
- DANISH: Martin Schlander
- SERBIAN: Slobodan Terzić
- LATVIAN: Anonymous
- RUSSIAN: Roman K.
- TURKISH: Efe Çiftci
:: ASSIGNED TRANSLATIONS (to be included in the next release)
- None yet
:: TRANSLATIONS IN NEED OF UPDATING!
- SWEDISH (Updated to 3.4.3)
:: TRINITY NETWORKS
Special thanks to Trinity Networks (http://www.trinity-networks.gr) for testing and support.
changelog:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OXYGEN KDE 3.7 CHANGELOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Firefox 10.* compatibility!
- Fixed a padding bug with classic back/forward buttons (disabled state)
- Code optimization
- Fixed some style issues of "Panorama view"
- Added a restart notification in the options panel (asked by the mozilla reviewers)
- New toolbar button : "clear history"
- New menu icon added : "paste and search"
- Integrated inspector compatibility (firefox 10)
- Fixed minor bugs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OXYGEN KDE 3.6.1 CHANGELOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Fifefox 9.* compatibility!
- added russian translation
- polish translation updated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OXYGEN KDE 3.6 CHANGELOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- fixed height bug when only one tab is opened
- fixed background color of back/forward buttons (firefox 4 and firefox 3 styles , active state)
- identity boxes colors updated
- turkish translation updated
- new translation (Latvian)
- "updates avalaible" icon updated (Add-ons manager)
- faenza icon theme updated (added several icons)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OXYGEN KDE 3.5.1 CHANGELOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- fixed toolbar buttons padding (Windows)
- fixed the button box background color of the title bar when the window is maximized (Windows)
- fixed height with "plain tabs" and only one tab open
- added "autodetect tabs style" option
- you can read now the tutorial "how to hide the title bar" in offline mode too
- the new window popus will not hide the tab bar- (USEFUL WHEN WE HIDE THE TITLE BAR IN KDE,TO CLOSE POPUPS EASILY)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OXYGEN KDE 3.5 CHANGELOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- disabled menu items are now greyscaled
- updated about:credits page
- Oxygen KDE Options window design updated
- new option to select a custom background for the main window of firefox
- minor bug fixes
- "Reported malware sites" page fixed
- several oxygen icons updated
- toolbar buttons updated (animated too)
- rounded menu popups option is back
- new translation (tr-TR)
- code clean up
- new guide: how to hide the Firefox title bar in KDE
- menu items hover state updated
- option to disable the "Addons page" custom style
- Window control buttons are separated too
- Fixed the "Edit Bookmark" popup
- added a separator in tab prompts between message and buttons
- App tabs notifications (tab get colored)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OXYGEN KDE 3.4.3 CHANGELOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- fixed the bug that break the layout of all web sites that use the div "header" element
- fixed chinese(TW) translation
- updated all translations
- New translation (sr-RS)
- added firefox 6 compatibility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OXYGEN KDE 3.4.2 CHANGELOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- fixed restart prompt of Oxygen KDE Options
- fixed position of window controls
- italian,french,chinese(taiwan),czech translations updated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OXYGEN KDE 3.4.1 CHANGELOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- fixed the "Cannot apply the css file" bug
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OXYGEN KDE 3.4 CHANGELOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- option to hide the Firefox title bar
- most translations updated
- Greek translation fixed
- fixed the bug with the download status bar add-on
- minimize,maximize and close toolbar buttons are now unified
- maximize button change icon to restore when the window is maximized
- "zoom in", "zoom out" icons updated
- "select all" icon updated
- removed option to show the zoom-in zoom-out buttons in the status bar
(they already exist as toolbar buttons in firefox 4+)
- menu popups updated
(adopted a new tecniche to draw nice menu corners)
- removed option --> Rounded corners
(adopted a new tecniche to draw nice menu corners)
- new toolbar button : Show/Hide menu bar
- new toolbar button : Show/Hide bookmarks bar
- new toolbar button : Show/Hide add-ons bar
- new toolbar button : Show Find bar
- option to drag the firefox window (blank space)
- Instant Apply option
(you see the result when you restart your window decorator,it works only with Oxygen)
- fixed background color when customizing the toolbars
- fixed box shadow of notifications
- New design for Add-ons manager
- New design for Oxygen KDE Options
- Added border on the main container of tab prompts
- fixed position of buttons (Session Restore Page)
- Speed dial custom background now appy instantly (cross-platform)
- Master translation files updated
- Code clean up
- Minor bug fixes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OXYGEN KDE 3.3 CHANGELOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Improved tabs (a little more rounded)
- Added 4 new toolbar buttons (drag window,minimize,maximize,close) Useful when you hide the title bar.
- Pin tabs bug fixed
- Added scrollbar top and bottom arrows option (No arrows, one button, two buttons)
- 1 translation added (el-GR)
- 10 translation updated
- added a nice separator between items in the autocomplete popup of the awesome bar
- clicking on the blank space of Firefox will drag the window (comment below if you want this or not)
- Forced the oxygen kde extension to do things only when the Oxygen KDE theme is selected
- minor bug fixes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OXYGEN KDE 3.2.1 CHANGELOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Fixed the height of the tabs
- Fixed Polish translation
- Fixed Edit bookmark popup
- Added 1 translation (da-DK)
- Updated 1 translation (pl-PL)
- Now the "new tab" button is always 16x16
- minor bug fixes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OXYGEN KDE 3.2 CHANGELOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- New implementation of tabs ... It should improve the performance
- Better support for dark color schemes
- Windows Aero support
- Better Linux and Windows support for Firefox 4 and 5
- Fixed identity popup box
- Code clean up
- Added 2 translations (zh-TW , nl-NL)
- Updated 1 translation (cs-CZ)
- fixed some missing icons in web console
- changed loading animation on tabs
- minor bug fixes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OXYGEN KDE 3.1 CHANGELOG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Improved tabs
- Code clean up
- fixed width of identity boxes
- added 10 translations
- fixed about:support page
- fixed about:memory page
- fixed some problems related to toolbar buttons
- minor bug fixes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IN MEMORY OF DJNEOPHYTE...
[read more]
job recommendations:
[more jobs]
Smooth Tasks 2 v2012-02-12 (Plasmoid Binary)
Smooth Tasks 2 v2012-02-12(Plasmoid Binary)
This is evolution of
http://kde-look.org/content/show.php/Smooth+Tasks?content=101586 for support new KDE 4.8 API's.
This taskbar replacement has window peeking similar to Windows 7 when you use the kwin 'highlight window' effect. Even if this effect is not used you can click the tooltip in order to activate the corresponding window.
[read more]
job recommendations:
[more jobs]
kde-services 1.0-4 (KDE Service Menu)
kde-services 1.0-4(KDE Service Menu)
Enables the following functionalities in the mouse's right click menu of KDE:
- Convert several video formats to MPEG-1, MPEG-4, AVI, VCD, SVCD,
DVD, 3GP, FLV.
- Extract the audio track of several video formats and convert them to MP3.
- Convert several audio files to MP3.
- Sending files to Thunderbird as email attachments.
- Burn ISO image; in place ISO image mounting and unmounting, as well as the
possibility of getting the MD5sum, SHA1sum, SHA256sum, SHA512sum of the ISO image.
- Execution of scripts.
- PDF tools.
- AVI tools.
- Low level information of video files.
- Build an ISO image from a selected folder.
- Text replacing.
- Searching tools.
- SSH tools.
- CheckSum tools.
- Dolphin tools.
- Midnight tools (Midnight Commander).
- Play videos from selected folder.
- System Tools => Build Custom Kernel ( Now you can customize your own kernel easily, for create a system
with more performance, more fast and more hardware support ), Check Kernel Update and more.
- Network Tools => Connect Sentry ( Now can see in your notification widget, every established connection ).
Changelog
* Fri Feb 10 2012 Geovani B. R. 1.0-4
- "ISO Image Tools" => "Mount ISO Image": Bugfix, now if dirname, dirpath or filename contain blank space
will be replaced by underscore "_" character in place until 10 levels up parent directory. After replaced,
reload the new path in file manager "Dolphin" and try mount ISO image again.
* Thu Feb 09 2012 Geovani B. R. 1.0-3
- "Build Custom Kernel" and "Rebuild RPM Package": Enhancement.
* Tue Feb 07 2012 Geovani B. R. 1.0-2
- "Build Custom Kernel": Bugfix and Enhancement.
* Thu Feb 02 2012 Geovani B. R. 1.0-1
- "Rebuild RPM Package": Bugfix, the rebuild stops when the list ( ~/.kde-services/source-packages )
of RPM sources is empty.
* Wed Feb 01 2012 Geovani B. R. 0.9-9
- "Build Custom Kernel" and "Rebuild RPM Package": Bugfix in debug console look.
* Tue Jan 31 2012 Geovani B. R. 0.9-8
- Enhancement "Build Custom Kernel": Now can choose binary performance for kernel compilation;
the selected performance save to ~/kde-services/kernel-cflags.
- Change debug console look for "Build Custom Kernel" and "Rebuild RPM Package".
* Wed Jan 25 2012 Geovani B. R. 0.9-7
- "Rebuild RPM Package": Added select binary performance compilation for QT applications, wrote selected flag
to /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake
* Tue Jan 24 2012 Geovani B. R. 0.9-6
- Bugfix on "Build Custom Kernel" and "Rebuild RPM Package": Rebuilding canceled when owner of selected source RPM package
isn't the actual user logging.
* Sun Jan 22 2012 Geovani B. R. 0.9-5
- Bugfix on "Convert Videos From Here": Not sound with ac3 audio codec. Return to mp3 audio codec,
bitrate 192k in no-standards video conversion.
- "Convert Videos From Here": Quality improvement on video conversion.
* Fri Jan 20 2012 Geovani B. R. 0.9-4
- "Convert Videos From Here": Quality improvement audio track in no-standards video conversion,
change mp3 by ac3 audio codec.
- Mouse's right click submenu "Konsole": Now run binary application.
* Wed Jan 18 2012 Geovani B. R. 0.9-3
- "Convert Videos From Here": Quality improvement audio track in no-standards video conversion,
change audio bitrate to 192k.
- Some change on applications name for better look.
* Sun Jan 15 2012 Geovani B. R. 0.9-2
- "Convert Videos From Here": Quality improvement on video conversion.
* Thu Jan 12 2012 Geovani B. R. 0.9-1
- Added enhancement to "Rebuild Package": Now choose rebuild packages from checklist with mouse click.
* Tue Jan 10 2012 Geovani B. R. 0.8-9
- Bugfix in "Build Custom Kernel"
- Added enhancement to "Rebuild Package": Now save source RPM packages filename
for next rebuilds in ~/.kde-services/source-packages.
* Mon Jan 09 2012 Geovani B. R. 0.8-8
- Added enhancement to "Build Custom Kernel": less compilation time, disabled Backports.
- Remove devel packages.
* Sat Jan 07 2012 Geovani B. R. 0.8-7
- Bugfix in "Convert Videos From Here".
- Added enhancement to "Convert Videos From Here" and "[Extract|Convert] Audio Track".
Now can choose destination folder for converted files.
* Fri Dec 30 2011 Geovani B. R. 0.8-6
- Added new item in mouse's right click submenu "Actions": "[File|Dir]name Space Replace".
Allow replace all [file|dir]name blank space by underscore "_" character in place.
If dirname or dirpath contain blank space will be replaced too until 10 levels parent
directory up. After dirname replaced, reload the new path in file manager "Dolphin".
* Thu Dec 29 2011 Geovani B. R. 0.8-5
- Added new items in mouse's right click submenu "Actions": "[Extract|Convert] Audio Track"
and "Convert Videos From Here". Both items replace all submenus for the conversion
and extraction of audio|video tracks.
* Mon Dec 26 2011 Geovani B. R. 0.8-4
- Improved "Rebuild Package" compilation speed.
* Sat Dec 24 2011 Geovani B. R. 0.8-3
- Added enhancement to "Rebuild Package" in debug console and send all standard I/O streams
to log file in ~/rpmbuild/TMP/ for performance and more comfortable debug.
* Tue Dec 20 2011 Geovani B. R. 0.8-2
- Performance for "Build Custom Kernel" and "Rebuild Package", maximize binary performance added
to ~/.rpmmacros "-ffast-math -funroll-loops" to "optflags" and "__global_cflags".
- Added enhancement to "Build Custom Kernel" and "Connect Sentry".
* Mon Dec 19 2011 Geovani B. R. 0.8-1
- Bugfix "Burn ISO Image"
- Bugfix "Connect Sentry"
* Fri Dec 16 2011 Geovani B. R. 0.7-9
- Added new mouse's right click submenu "Network Tools", include: Connect Sentry, Listening Sockets.
- Added items submenu "Network Tools" to submenu "Internet" of Application Launcher Menu.
- Added item submenu "Rebuild Package" to submenu "System" of Application Launcher Menu.
* Wed Dec 14 2011 Geovani B. R. 0.7-8
- Added audio notification to "System Tools" => "Rebuild Package".
* Tue Dec 13 2011 Geovani B. R. 0.7-7
- Bugfix in "System Tools" => "Build Custom Kernel".
- Improvement speed for "System Tools" => "Build Custom Kernel" and "Rebuild Package".
* Mon Dec 12 2011 Geovani B. R. 0.7-6
- Bugfix in "System Tools" => "Rebuild Package".
* Sun Dec 11 2011 Geovani B. R. 0.7-5
- Added visual enhancement to "Build Custom Kernel" and "Rebuild Package" debug console.
- Now "Build Custom Kernel" and "Rebuild Package" wait for you to exit.
- Now sudo session and password never expires.
- All sources RPM package download to ~/rpmbuild/SRPMS/.
* Sat Dec 10 2011 Geovani B. R. 0.7-4
- Fixed uninstall kde-services and the development tools core rpm packages after use "Build Custom Kernel"
- Added enhancement to "Build Custom Kernel", "Check Kernel Update" and "Rebuild Package"
* Fri Dec 09 2011 Geovani B. R. 0.7-3
- Added item Rebuild Package to mouse's right click submenu "System Tools"
* Thu Dec 08 2011 Geovani B. R. 0.7-2
- Added mouse's right click submenu "System Tools" items to submenu "System" of Application Launcher Menu.
* Tue Dec 07 2011 Geovani B. R. 0.7-1
- Added new mouse's right click submenu "System Tools", include: Build Custom Kernel
( Now you can customize your own kernel easily, for create a system with more performance, more fast
and more hardware support ), Check Kernel Update, Performance Analysis, Performance Benchmark
and Process Viewer.
- Solved not show notification if cancel speed burn in Burn ISO Image.
* Thu Dec 01 2011 Geovani B. R. 0.6-9
- Added visual notifications for Dolphin Tools => Disk Space Used,
when not find files or directory up 100 MB.
- Added visual notifications for Dolphin Tools => Change Owner Here.
* Wed Nov 30 2011 Geovani B. R. 0.6-8
- Added change owner and mode for file or directorys to Dolphin Tools.
* Sun Nov 27 2011 Geovani B. R. 0.6-7
- Added burn ISO image to ISO Image Tools.
* Sat Nov 26 2011 Geovani B. R. 0.6-6
- Creation RPM noarch package.
- Icons are added to the visual notifications
and the graphical interface.
[read more]
job recommendations:
[more jobs]
Limitles4 3.0 (KDE Color Scheme KDE4)
Limitles4 3.0(KDE Color Scheme KDE4)
(EN.) System settings are designed for people using common spreadsheet and other software for entering text. Colour was developed in order not to tire the eyes too many hours staring at the screen but also to customize the background colors so that did not differ from the printed page.
Type colors used makes visual clarity.
changelog:
Corrected and added color buttons from the previous version Limitles 1.2
change color of subtitles on the i button from yellow to orange. from Limitles 2.1 to 3.0
[read more]
job recommendations:
[more jobs]








