

just compiled & installed the QtCurve 0.41 KDE version. Excellent work!
But I can't get the Gtk2 version compiled.
System: Debian/Sid; KDE 3.5.4
It stops with this error:
In file included from qtcurve.c:38:
qt_settings.c: In function 'read_rc':
qt_settings.c:756: warning: implicit declaration of function 'strcmp_i'
In file included from qtcurve.c:38:
qt_settings.c: In function 'qtc_process_userChrome_css':
qt_settings.c:1108: warning: implicit declaration of function 'getline'
qt_settings.c:1115: warning: suggest explicit braces to avoid ambiguous 'else'
qt_settings.c: In function 'qt_init':
qt_settings.c:1365: warning: suggest explicit braces to avoid ambiguous 'else'
qt_settings.c:1500: warning: missing sentinel in function call
qt_settings.c:1508: warning: missing sentinel in function call
qtcurve.c: In function 'is_on_toolbar':
qtcurve.c:243: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c: In function 'is_on_handlebox':
qtcurve.c:267: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c: In function 'is_on_combo_entry':
qtcurve.c:341: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c: In function 'is_on_combo':
qtcurve.c:352: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c: In function 'get_round':
qtcurve.c:466: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c: In function 'qtc_draw_box_gap':
qtcurve.c:1218: warning: unused variable 'gc2'
qtcurve.c:1217: warning: unused variable 'gc1'
qtcurve.c:1216: warning: unused variable 'outer_gc'
qtcurve.c: In function 'draw_option':
qtcurve.c:1602: warning: unused variable 'outer_left_color'
qtcurve.c: In function 'get_menu_bar':
qtcurve.c:1772: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c: In function 'is_menu_item':
qtcurve.c:1783: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c: In function 'is_on_a_button':
qtcurve.c:1796: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c: In function 'qtcurve_draw_arrow':
qtcurve.c:2115: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c:2185: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c:2106: warning: unused variable 'qtcurve_style'
qtcurve.c: In function 'draw_shadow':
qtcurve.c:2457: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c: In function 'draw_handle':
qtcurve.c:3029: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c: In function 'draw_flat_box':
qtcurve.c:3134: warning: suggest parentheses around && within ||
qtcurve.c: In function 'draw_box_qtc':
qtcurve.c:3205: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c:3316: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c:3345: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c:3357: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c: In function 'draw_slider':
qtcurve.c:3964: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c: In function 'draw_focus':
qtcurve.c:4280: warning: pointer targets in passing argument 3 of 'gdk_gc_set_dashes' differ in signedness
qtcurve.c:4303: warning: pointer targets in passing argument 3 of 'gdk_gc_set_dashes' differ in signedness
qtcurve.c: In function 'gen_menuitem_or_pbar_gcs':
qtcurve.c:4591: warning: unused variable 'qtcurve_style'
qtcurve.c: In function 'qtcurve_style_realize':
qtcurve.c:4658: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c:4623: warning: unused variable 'i'
qtcurve.c: In function 'qtc_generate_colors':
qtcurve.c:4785: warning: suggest explicit braces to avoid ambiguous 'else'
qtcurve.c: In function 'qtcurve_style_init_from_rc':
qtcurve.c:4819: warning: unused variable 'qtcurve_style'
config_file.c: In function 'readConfig':
config_file.c:429: warning: 'pm' may be used uninitialized in this function
qtcurve.c: In function 'draw_slider':
qtcurve.c:3962: warning: 'btn_gcs' may be used uninitialized in this function
qtcurve.c: In function 'draw_box_qtc':
qtcurve.c:3192: warning: 'btn_cols' may be used uninitialized in this function
/bin/sh ../libtool --silent --tag=CC --mode=link i486-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -o libqtcurve.la -rpath /usr/lib/gtk-2.0/2.4.0/engines -avoid-version -module qtcurve.lo -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
.libs/qtcurve.o: In function `read_rc':
/home/redrat/download/qtcurve-gtk2-0.41/gtk2/qt_settings.c:756: undefined reference to `strcmp_i'
/home/redrat/download/qtcurve-gtk2-0.41/gtk2/qt_settings.c:756: undefined reference to `strcmp_i'
collect2: ld returned 1 exit status
make[3]: *** [libqtcurve.la] Fehler 1
make[3]: Leaving directory `/home/redrat/download/qtcurve-gtk2-0.41/gtk2'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/redrat/download/qtcurve-gtk2-0.41'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/redrat/download/qtcurve-gtk2-0.41'
make: *** [build-stamp] Fehler 2 - Aug 05 2006
The only thing I think is missing, is a good structure browser, where you can quick jumo to classed, methods, functions etc. I mean something like eclipse have on the right pane...
red - Jul 21 2006
kate is nice, but it lacks debugger support and also don't has a class browser.
Quanta's crashes makes it unusable.
Eclipse is a monster.
So, are there any plans to extend this editor to a complete scripting-editor?
-red - Mar 22 2006
Thanks,
red - Aug 15 2005
red - Jul 28 2005
Timo - Jul 10 2005
which formats are supported in the new version?
red - Jun 23 2005
For example, I don't like the konsole icon. Try a monitor without the foot. I also don't like the new filetype (php, html, etc.) icons. The corners are too round and the gradient don't look good (in my eyes). They look a bit like noia (wich I really dont't like... too round, too childish). The rest of your iconset look pretty professional and clean. The new icons simply don't match this feeling... - Jun 18 2005
red - May 20 2005
red - Jun 09 2005
red - Mar 24 2005
red - Jan 31 2005

Various KDE 1.-4. Improvements 6 comments
red - Dec 14 2004
thanks,
red - Dec 14 2004
And then, how do I jump a few second forward or backward with keyboard? I used to be left- and rightarrow, but this doen't work anymore. I haven't found a place to configure this.
What the hell was wrong with the old kaffeine interface. At least it was usable....
I'm very disappointed. I think I have to use mplayer again... - Nov 28 2004
should help.
red - Sep 15 2004

KDE 3.x Window Decorations 6 comments
red - Aug 05 2004
red - Jul 07 2004
There's no other reason in posting gnome content on a kde website than trying to start a flamewar.
If you're a gnome user - fine, but don't try to provoke people using kde. Please act like a reasonable person an don't post any more gnome related stuff here. thank. - Mar 14 2004
nice xmms/winamp skin. What's the name of it and where can I get it?
red - Feb 11 2004

Various KDE 1.-4. Improvements 28 comments
-redrat - Feb 07 2004
so long,
red - Jan 25 2004
Personally I think gnome looks pretty bad. It just look too un-professional in my eyes. Every gtk application look really bad (in my opinion!)
Don't understand me wrong. There are some fine apps, Gimp (1.3) is great, so is xmms and xqf, but gnome is technically behind in so many parts.
Did you ever used the Gnome/Gtk-Filedialog? It's really a pain. Gtk-Themes can't cahnge colors. You have to use/make another theme if you want to change the widged colors.
Have you ever tried KDE 3.1.x or KDE 3.2(cvs)? It's really fast and don't need that much RAM. Last time I tried Gnome I didn't saw any difference in speed and mem-usage...
So, please inform yourself before start writing crap...
-red - Jan 05 2004
so long,
red - Jan 04 2004
got it compiled on Debian/sid with Orth's KDE 3.2cvs packages and it works like expected.
Can't wait for the next release...
so long,
red - Jan 04 2004
so long,
red - Aug 15 2003
* Font-shadows on desktop
* kicker design
Don't know what the xmms skin is called. I can send you the skin via email.
You can find the wallpeper here: http://www.sadeem.net/tux.html
so long,
red - Aug 15 2003
is this package for woody or sid?
so long,
red - Jun 02 2003
so long,
red - May 22 2003
so long,
red - May 07 2003
which font do you use and where do I get it?
so long,
red - Apr 01 2003

Various KDE 1.-4. Improvements 18 comments
so long,
red - Mar 19 2003
If not, please do so. This is really an improvement. Please check also the KDE usebility website/mailinglist (http://usability.kde.org/).
Every KDE user should have this feature in the future.
so long,
red
- Mar 13 2003
But where is the option to disable the window border? You wrote about it, but I can't find it (at least not in die kcontrol config dialog and in the README file). I just downloaded the source from here a few minutes ago...
so long,
red
- Feb 23 2003
so long,
red - Feb 21 2003
red - Aug 06 2006