Warning: session_start(): open(/tmp/sess_fkjgqqg3agi04atknif47okeo5, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
PhotoKit openDesktop.org
-
 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  .- Knowledge Base  . 

PhotoKit

   0.3.9  

Qt Graphic Viewer

Score 56%
wangbinwangbin
shanghai university
PhotoKit
zoom


other:  Link
Downloads:  1497
Submitted:  Sep 3 2012
Updated:  Dec 31 2012

Description:

PhotoKit is a photo browser with impressive 3D effects and many slide effects. Support viewing EXIF information. You can share the image to sina weibo easily with it. You can also view the online images with Google image search. PhotoKit can not manager photos now, just viewing. It will be possible in the future.
OS2 porting: http://svn.netlabs.org/qtapps/wiki/QT4%20Graphics




Changelog:

2012-12-25
Easing effect...
2012-09-19:
Building debian package for ubuntu is supported.
Update submodules




LicenseGPL
Source(src)
other(PhotoKit for OS2)
Donate
Send to a friend
Subscribe
Other  Content  from wangbin
Report inappropriate content



-
.

 Shows promise

 
 by Contrast on: Sep 4 2012
 
Score 50%

Really interesting concept. I'm sure I don't need to point out that it's a bit rough around the edges (especially the Google search interface -- after scrolling through a bunch of results, it wouldn't let me get back to the search bar or the main menu and I had to close the program), but it shows a lot of promise. Looking forward to future releases. I'd like to package it for inclusion in my PPA once it gets a bit of polish; do you think you could fix the Makefile so that it installs the program globally in the next release?


Reply to this

-
.

 Re: Shows promise

 
 by wangbin on: Sep 4 2012
 
Score 50%
wangbinwangbin
shanghai university

I'm so happy that you like it. Thank you for your sugguestions, I think's it's not difficult.


Reply to this

-
.

 Re: Shows promise

 
 by wangbin on: Sep 19 2012
 
Score 50%
wangbinwangbin
shanghai university

make debian package is supported now. I have tested on my ubuntu 12.04. First, you must update source code:
git pull;
git submodule update;
Then go to a directory to build the app(optional).
qmake -r /path/to/PhotoKit.pro;
Then build the deb:
make deb
Now you can find a deb file in this directory.
Have fun : )


Reply to this

-
.

 Cannot build

 
 by Drool on: Sep 4 2012
 
Score 50%
DroolDrool
Private
Home

After "git clone git://github.com/wang-bin/PhotoKit.git":
===================================================
qmake-qt4
[builder@localhost PhotoKit]$ make
cd src/ezlog/src/ && /usr/bin/qmake-qt4 /usr/src/RPM/BUILD/PhotoKit/src/ezlog/src/libezlog.pro -o Makefile.libezlog
Cannot find file: /usr/src/RPM/BUILD/PhotoKit/src/ezlog/src/libezlog.pro.
make: *** [src/ezlog/src/Makefile.libezlog] Error 2
===================================================
ls -l /usr/src/RPM/BUILD/PhotoKit/src/ezlog/src/
total 0


Reply to this

-
.

 Re: Cannot build

 
 by wangbin on: Sep 5 2012
 
Score 50%
wangbinwangbin
shanghai university

The build step is described on github.
PhotoKit depends on some other projects. Before building you should initialize these projects.
1. rm -rf src/ezlog src/NextEffect src/ProgramOptions
2. git submodule update --init
3. git submodule foreach git pull origin master
Now the source code is ready. You can use qmake like this:
BUILD_DIR=/your/build/dir qmake -r
e.g. BUILD_DIR=$PWD qmake -r
Then make


Reply to this

-

 Segfault

 
 by ArchieDA on: Oct 23 2012
 
Score 50%
ArchieDAArchieDA
PCLinuxOS
Home

I got it to build but in running the executable, ./PhotoKit, it throws segmentation fault.

Please check, http://pastebin.com/5REb2Jxe


Reply to this

-
.

 Re: Segfault

 
 by wangbin on: Oct 23 2012
 
Score 50%
wangbinwangbin
shanghai university

I don't know why. Try run ./PhotoKit --no-opengl


Reply to this

-
.

 Cannot build

 
 by Drool on: Dec 27 2012
 
Score 63%
DroolDrool
Private
Home

g++ -c -pipe -std=c++0x -U__STRICT_ANSI__ -O2 -Wall -W -D_REENTRANT -fPIC -DQ_DLL_LIBRARY -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I/usr/src/RPM/BUILD/PhotoKit/src/NextEffect/src/loki/include -I../out/.moc/4.8.4 -o ../out/.obj/libNextEffect_linux/nexteffect_none.o nexteffect_none.cpp
In file included from /usr/lib/gcc/i586-alt-linux/4.5.3/../../../../include/c++/4.5.3/functional:54:0,
from nexteffectfactory.h:87,
from nexteffect_none.cpp:21:
/usr/lib/gcc/i586-alt-linux/4.5.3/../../../../include/c++/4.5.3/typeinfo:40:8: error: expected unqualified-id before string constant
/usr/lib/gcc/i586-alt-linux/4.5.3/../../../../include/c++/4.5.3/typeinfo:205:27: error: expected '}' before end of line
/usr/lib/gcc/i586-alt-linux/4.5.3/../../../../include/c++/4.5.3/typeinfo:205:27: error: expected unqualified-id before end of line
/usr/lib/gcc/i586-alt-linux/4.5.3/../../../../include/c++/4.5.3/typeinfo:205:27: error: expected declaration before end of line
make[1]: *** [../out/.obj/libNextEffect_linux/nexteffect_none.o] Error 1
make[1]: Leaving directory `/usr/src/RPM/BUILD/PhotoKit/src/NextEffect/src'
make: *** [sub-src-NextEffect-src-libNextEffect-pro-make_default] Error 2



rpm -qa | grep libqt4
libqt4-core-4.8.4-alt0.M60P.1
libqt4-sql-sqlite-4.8.4-alt0.M60P.1
libqt4-script-4.8.4-alt0.M60P.1
libqt4-gui-4.8.4-alt0.M60P.1
libqt4-svg-4.8.4-alt0.M60P.1
libqt4-help-4.8.4-alt0.M60P.1
libqt4-4.8.4-alt0.M60P.1
libqt4-devel-4.8.4-alt0.M60P.1
libqt4-sql-4.8.4-alt0.M60P.1
libqt4-xml-4.8.4-alt0.M60P.1
libqt4-network-4.8.4-alt0.M60P.1
libqt4-xmlpatterns-4.8.4-alt0.M60P.1
libqt4-test-4.8.4-alt0.M60P.1
libqt4-qt3support-4.8.4-alt0.M60P.1
libqt4-designer-4.8.4-alt0.M60P.1
libqt4-multimedia-4.8.4-alt0.M60P.1
libqt4-opengl-4.8.4-alt0.M60P.1
libqt4-declarative-4.8.4-alt0.M60P.1
libqt4-scripttools-4.8.4-alt0.M60P.1
libqt4-dbus-4.8.4-alt0.M60P.1
libqt4-clucene-4.8.4-alt0.M60P.1
libqt4-uitools-4.8.4-alt0.M60P.1
libqt4-webkit-4.8.4-alt0.M60P.1


Reply to this

-

 Re: Cannot build

 
 by wangbin on: Dec 28 2012
 
Score 50%
wangbinwangbin
shanghai university

I modified source code. You can update and build.
git pull
git submodule update


Reply to this

-
.

 Re: Re: Cannot build

 
 by Drool on: Dec 29 2012
 
Score 50%
DroolDrool
Private
Home

g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC -DQ_DLL_LIBRARY -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I/usr/src/RPM/BUILD/PhotoKit/src/NextEffect/src/loki/include -I../out/.moc/4.8.4 -o ../out/.obj/libNextEffect_linux/singleton.o singleton.cpp
In file included from singleton.cpp:20:0:
singleton.h: In static member function 'static void Singleton<T>::MakeInstance()':
singleton.h:76:13: error: 'cerr' is not a member of 'std'
singleton.h:76:55: error: 'endl' is not a member of 'std'
make[1]: *** [../out/.obj/libNextEffect_linux/singleton.o] Error 1
make[1]: Leaving directory `/usr/src/RPM/BUILD/PhotoKit/src/NextEffect/src'
make: *** [sub-src-NextEffect-src-libNextEffect-pro-make_default] Error 2


Reply to this

-

 Re: Re: Re: Cannot build

 
 by wangbin on: Dec 31 2012
 
Score 50%
wangbinwangbin
shanghai university

adding #include <iostream> is ok
you can update source code using git
git pull
git submodule update


Reply to this

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