-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (32) .- Knowledge Base (1) . 

Fotowall

   0.9  

KDE Graphic Tool

Score 90%
Fotowall
zoom


Fotowall
zoom


Fotowall
zoom


Link:  Link
Downloads:  7125
Submitted:  Dec 8 2007
Updated:  Dec 8 2009

Description:

Fotowall is a fun tool for creating graphics by mixing some of your favorite pictures in a nice and smooth high resolution composition.

Check out the new homepage on:
http://www.enricoros.com/opensource/fotowall/

The interface is intuitive:
- just push the 'help' or 'tutorial' buttons to get started

To build from source (make sure that Qt 4.5+ development packages are installed):
- download
- unpack (tar xjpvf Fotowall-0.9.tar.bz2)
- cd fotowall-0.9
- qmake-qt4 or qmake (this depends on your linux distribution. we depend on Qt 4.5+)
- make
- make install (or "cp fotowall /usr/local/bin")
and to execute, just type "fotowall".

PosteRazor is IN!. Thanks to Alessandro Portale and to the good framework (Qt4, by QtSoftware) we're using, it was possible to merge the 2 stunning Fotowall and PosteRazor opensource projects into 1 useful program!
Good done, opensource ;-)

Many thanks to all the people that contribute to FotoWall, expecially to Tanguy Arnaud and Alessandro Portale.




Changelog:

0.9: the alchimia release
- Fast, Solid and Integrated Workflow
- New Contents: Canvas and Wordcloud
- Graphics Effects
- Nested Editors
- LikeBack feedback system
- Zoomable canvas
- more than 250 other changes

0.8.2: the hush release
- bugfixes, Polish translations
- compiles on Qt 4.4+ systems
- transparent back blur on windows
- make packagers happy

0.8: the sited release
- Bezier Shaped Text
- Pictures: Crop and change Opacity
- Context-sensitive Top-Bar
- Window Transparency
- OpenGL Acceleration
- Added many User Requested Features




LicenseGPL
Source(Fotowall 0.9 source code)
SUSE([OLD] 0.5 - openSUSE)
Mandriva([OLD] 0.5 - Mandriva)
Ubuntu([OLD] 0.5 - Ubuntu AMD64 ONLY)
other([OLD] 0.4 - Arch Linux)
Send to a friend
Subscribe
Other  Content  from koral
Report inappropriate content



goto page:  1  2  3  4  5  6 

-

 qmake and make probl

 
 by donpedro69 on: Dec 8 2007
 
Score 50%

krzysztof@Athlon64X2:~/install/fotowall-0.2$ qmake
WARNING: Found potential symbol conflict of FotoWall.cpp (FotoWall.cpp) in SOURCES
WARNING: Found potential symbol conflict of FotoWall.h (FotoWall.h) in HEADERS
krzysztof@Athlon64X2:~/install/fotowall-0.2$ qmake -v
Qmake version: 1.07a (Qt 3.3.7)
Qmake is free software from Trolltech AS.
krzysztof@Athlon64X2:~/install/fotowall-0.2$ make
Makefile:174: warning: overriding commands for target `.bin/FotoWall.o'
Makefile:155: warning: ignoring old commands for target `.bin/FotoWall.o'
Makefile:189: warning: overriding commands for target `.bin/moc_FotoWall.o'
Makefile:180: warning: ignoring old commands for target `.bin/moc_FotoWall.o'
Makefile:204: warning: overriding commands for target `.bin/moc_FotoWall.cpp'
Makefile:195: warning: ignoring old commands for target `.bin/moc_FotoWall.cpp'
/usr/share/qt3/bin/uic FotoWall.ui -o .bin/FotoWall.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.7)
make: *** [.bin/FotoWall.h] Error 1


Reply to this

-

 Re: qmake and make probl

 
 by koral on: Dec 8 2007
 
Score 50%

Maybe the Qt4's qmake is called "qmake-qt4" in your linux distribution.

Try:
make distclean
qmake-qt4
make

If qt4's qmake is not even called "qmake-qt4" type "qmake" and hit the Tab key multiple times to see all the qmake executables.


Reply to this

-

 Very nice...

 
 by Contrast on: Dec 8 2007
 
Score 50%

Very nice little app. I realize this is its first release, but I do have a couple suggestions for future versions (most, if not all, of which you've probably already thought of):
1) It'd be nice if the user could do something like hold Shift or Control while resizing to maintain its aspect ratio.
2) Having to open another program to get pictures into FotoWall is very... :-\
3) I'd like to be able to rotate the pictures on their Z-axis, and maybe even do the cool color-changing stuff to the pictures themselves, not just the background (not sure if this would be beyond the scope of what you're trying to achieve here).
4) While it's already possible to resize an imported picture to fill the background, it'd be a lot less tedious if this could be done automatically.

Sorry if any of this came across as harsh. I just tend to give the most suggestions to apps that I see the most promise in. I look forward to the next release! :-)


Reply to this

-
.

 Re: Very nice...

 
 by koral on: Dec 8 2007
 
Score 50%

Thanks a lot! I never now when the next release will come (I only coded this to test some "ui concepts") but I will definitely add some of the things you suggested! ;-)
Again Nice review, and thanks for improving the quality! ;-)


Reply to this

-

 pretty cool!

 
 by Superstoned on: Dec 9 2007
 
Score 50%

very nice app!

I also have some suggestions:
- It would be lovely if this supported more fileformats (I guess you could easily use some KDE infrastructure for that - would also improve the file dialog ;-)
- It would be useful if a photo came to the top of the stack if you click it (otherwise there is no way to get them to top, right? I didn't find one)
- would dump the two color things, just one like plasma applets have (use the same icon?)
- I was unable to change the colors of the photos, the middle color changer doesn't work. Also, it'd be good if it was easier to find them (maybe just use buttons?). animations are cool, thoug...


Reply to this

-

 openSUSE RPMs

 
 by drcux on: Dec 9 2007
 
Score 50%


Very nice little app!

openSUSE packages at:

http://packman.links2linux.de/package/fotowall


Reply to this

-
.

 ColorPicker prob

 
 by digisyn on: Dec 9 2007
 
Score 50%
digisyndigisyn
Digital Synergistics Enterprises
Home

I'm new to Linux and KDE.
Downloaded QT4 and FotoWall.
Qmake had no problems but make issued several errors with ColorPicker.

What am I doing wrong?

orion:/usr/src/fotowall# qmake
orion:/usr/src/fotowall# make
/usr/bin/uic-qt4 FotoWall.ui -o .bin/ui_FotoWall.h
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I../../share/qt4/mkspecs/linux-g++ -I. -I../../include/qt4/QtCore -I../../include/qt4/QtCore -I../../include/qt4/QtGui -I../../include/qt4/QtGui -I../../include/qt4 -I. -I.bin -I.bin -o .bin/main.o main.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I../../share/qt4/mkspecs/linux-g++ -I. -I../../include/qt4/QtCore -I../../include/qt4/QtCore -I../../include/qt4/QtGui -I../../include/qt4/QtGui -I../../include/qt4 -I. -I.bin -I.bin -o .bin/ColorPickerItem.o ColorPickerItem.cpp
ColorPickerItem.cpp: In member function ‘void ColorPickerItem::setAnimated(bool)’:
ColorPickerItem.cpp:85: error: ‘QTransform’ was not declared in this scope
ColorPickerItem.cpp:85: error: ‘setTransform’ was not declared in this scope
ColorPickerItem.cpp: In member function ‘void ColorPickerItem::updateTransform()’:
ColorPickerItem.cpp:301: error: ‘QTransform’ was not declared in this scope
ColorPickerItem.cpp:301: error: ‘setTransform’ was not declared in this scope
ColorPickerItem.cpp:305: error: ‘QTransform’ was not declared in this scope
ColorPickerItem.cpp:305: error: expected `;' before ‘t’
ColorPickerItem.cpp:320: error: ‘t’ was not declared in this scope
ColorPickerItem.cpp:328: error: ‘XAxis’ is not a member of ‘Qt’
ColorPickerItem.cpp:329: error: ‘YAxis’ is not a member of ‘Qt’
ColorPickerItem.cpp:332: error: ‘setTransform’ was not declared in this scope
distcc[21148] ERROR: compile ColorPickerItem.cpp on localhost failed
make: *** [.bin/ColorPickerItem.o] Error 1


Reply to this

-

 Re: ColorPicker prob

 
 by Superstoned on: Dec 9 2007
 
Score 50%

I bet it has to do with qmake. For me, I could only compile this within my KDE 4 development environment, and not from within my normal userinstall. Pretty weird, considering the output of qmake -v from both:
09:32 AM kde4:~/>qmake -v
QMake version 2.01a
Using Qt version 4.3.2 in /home/kde4/qt4/lib

12:16 PM superstoned:~/>qmake -v
QMake version 2.01a
Using Qt version 4.3.2 in /usr/lib

In other words, both use the same Qt version and are the same qmake version - yet I get the error you describe when I compile this in my normal account, while it works fine in my kde4 account. Yep, weird...


Reply to this

-

 Fantastic

 
 by BruceCadieux on: Dec 9 2007
 
Score 50%

What a great little utility. I saw it and had to give it a try. I must say I am impressed, and my wife absolutely loves it.


Reply to this

goto page:  1  2  3  4  5  6 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team