18 Commits

Author SHA1 Message Date
01dad9d6f2 Warns user when no image found, or source folder not found. Avoids ugly error 2012-09-05 18:36:55 +02:00
782c5ae2cb Comments out all log messages to console. Avoid having errors in GUI. 2012-09-05 18:17:23 +02:00
98bb3db2bb Enhances current logger. Now subclasses and modules are also indicated 2012-08-31 12:04:05 +02:00
62df9875dc Solves bug for multiple folder listing 2012-08-31 11:45:57 +02:00
b6fac0ba25 Fix some bugs for video. Changes default size. Almost ready to package ? 2012-08-31 11:22:31 +02:00
e6c479a9e6 Prepares for changing images background. Bug in there for now. 2012-08-29 08:38:15 +02:00
9f92f8cd61 List filling works. Got to change their color now 2012-08-29 07:44:46 +02:00
13e2041e95 Starts upgrading observer pattern. Have to update the update method now 2012-08-28 22:12:06 +02:00
5622bb8722 New GUI functional. Lots to clean 2012-08-28 18:06:33 +02:00
Julien Lengrand-Lambert
74fea1d310 Adds Errors handling in GUI 2012-08-21 22:02:24 +02:00
Julien Lengrand-Lambert
b4747fa472 Corrects file according to PEP8 2012-08-21 21:51:10 +02:00
89f51581cc Implements Observer pattern into the library.
Process can be stopped any time now.

The GUI seem pretty nice and runs without errors.

TODO:
Implement a save session method
Implement GUI compatible with all oses
2012-08-16 11:02:31 +02:00
2503e3c03b Adds notifications for all steps of processing in library.
Enhances status bar and progress bar behaviour.

TODO:
Allows user to start in the middle of operation => Implement Observer part of library
2012-08-16 10:39:56 +02:00
ada5a3ad88 hanges progress bar to be more logical (doing instead of done) 2012-08-16 10:06:14 +02:00
36a68ec909 Adds text to progress bar in Gui.
Messages in status bar are now set to small updates.

Notifications is clear for face detection.

TODO:
Add notification for movie creation and face listing
2012-08-16 09:57:18 +02:00
0a580b8e6f Changes the length of messages sent to GUI to 3, first being the type of message
TODO:
Notify IvolutionWindow about small updates
Notify Thread about more updates from lib
2012-08-16 09:49:27 +02:00
bfc960e103 FaceMovieThread successfully gets messages from face listing in lib.
TODO:
Change length of system messages to simplyfy updating
Think way to choose where to update messages
2012-08-16 09:09:44 +02:00
9e95642c68 Loads of changes in the repo structure.
Data are now hosted as a subfolder of the code, and all the source files are grouped into the same package.
Bin folder has been removed, scripts are now directly placed in the root location.

Main package has been renamed to ivolution, this is a first step towards github renaming and full renaming of the project
2012-07-31 18:28:33 +02:00