Alambic development forum

The Alambic developers forum

You are not logged in.

Announcement

The Alambic project is no longer maintained. Please see http://alambic.eclyps.info for more information.

SourceForge.net Repository - [alambic] Revision 526
Author:jeremy_alles
Date:Mon Sep 1 11:50:47 2008 UTC(2 years ago)
Changed paths:3
Log Message:
- add Thumb

#26 2007-11-14 14:08:24

Jeremy
Developer
From: Stockholm
Registered: 2007-09-19
Posts: 84
Website

Re: Update manager

I fixed the problem by removing the Ling reference. I think Linq assembly has been introduced in .NET 3.5 not .NET 3.0. Moreover, if you use VS 2008 i think you might also use .NET 3.5.

Anyway, this problem is now fixed, and I integrated your work yesterday in Alambic. It is already quite good, but here is some points i think we should work on:

- please use the coding guidelines i defined here: http://alambic.eclyps.info/?q=node/10
- i think some redesign may be done in order to integrate some code in Alambic. Here is how i think it should be done,

the "connecting to host, downloading files..." steps may be done within the alambic.exe program. This way we'll be able to fully integrate into the existing window. Then if an update is found, and if the user wants to update, we start the update process, and donwload the new files in a temp folder. We can then launch the updatemanager.exe which checks if a temp folder exists, close the current alambic process and overwrite the exe file.

Please let me know if you think it's fine. One more thing, did you find out how to use SVN using the guide I wrote ? It would be nice if now all changes you make are commited on our trunk so that we can follow your development.

Offline

 

#27 2007-11-14 19:04:58

Neo_Punk
Developer
From: Minsk
Registered: 2007-10-27
Posts: 30

Re: Update manager

Jeremy wrote:

- please use the coding guidelines i defined here: http://alambic.eclyps.info/?q=node/10

OK

Jeremy wrote:

i think some redesign may be done in order to integrate some code in Alambic. Here is how i think it should be done,

the "connecting to host, downloading files..." steps may be done within the alambic.exe program. This way we'll be able to fully integrate into the existing window. Then if an update is found, and if the user wants to update, we start the update process, and donwload the new files in a temp folder. We can then launch the updatemanager.exe which checks if a temp folder exists, close the current alambic process and overwrite the exe file.

This is good idea. I think that we can add Status Bar (and progress bar on it). And user will see what the step of update is going. May be something else?

Jeremy wrote:

Please let me know if you think it's fine. One more thing, did you find out how to use SVN using the guide I wrote ? It would be nice if now all changes you make are commited on our trunk so that we can follow your development.

I have already understand how to use SVN, and can commit changes myself.

What do you think about update process. Should it have another window or no?


Forgive me for my English.

Offline

 

#28 2007-11-14 19:15:13

Jeremy
Developer
From: Stockholm
Registered: 2007-09-19
Posts: 84
Website

Re: Update manager

About the update process... I think we'll add in the next couple of weeks a "notify" feature in Alambic. Here is how it's planned to work. We would like to avoid opening a bunch of windows every time we need to ask something to the user, we would prefer to open a small panel somewhere inside alambic's main window (with some nice effects), and put the content inside this panel.

We can imagine to use this system for different things for example:
- when a folder is dropped on the playlist to ask weither import or not new files in the library
- when we reach the end of the playlist, to ask user what we should do
- and for the update process as well (something like: "information, a new update is available, would you like to update now ?"

One more thing, when I integrate your work in Alambic, I had to change the way to find the Alambic process. Now, instead of looking at process ID I look at the name of the process. I don't know why, but it wasn't working when i used process ID. You may check that also.

Offline

 

#29 2007-11-14 21:04:35

Neo_Punk
Developer
From: Minsk
Registered: 2007-10-27
Posts: 30

Re: Update manager

Can i work on this feature? It will be better if you do all work connected with Visual effects.

Last edited by Neo_Punk (2007-11-14 21:33:16)


Forgive me for my English.

Offline

 

#30 2007-11-14 22:01:37

Jeremy
Developer
From: Stockholm
Registered: 2007-09-19
Posts: 84
Website

Re: Update manager

What feature are you talking about ? The notify system ?

Aren't you still also already working on the global hotkeys ?

Offline

 

#31 2007-11-14 22:47:17

Jeremy
Developer
From: Stockholm
Registered: 2007-09-19
Posts: 84
Website

Re: Update manager

One more thing, would it be possible to automatically restart alambic once the update process is finished ?

Offline

 

#32 2007-11-14 23:53:24

Neo_Punk
Developer
From: Minsk
Registered: 2007-10-27
Posts: 30

Re: Update manager

Jeremy wrote:

What feature are you talking about ? The notify system ?

My code of update manager needs in some remaking. I find more information about it. For example:
while downloading files user can see process percentage.

Jeremy wrote:

Aren't you still also already working on the global hotkeys ?

Yes i am working on global hotkeys(I have  problems, and now i am searching for some solutions)  be sure that i will finish  it;

Jeremy wrote:

One more thing, would it be possible to automatically restart alambic once the update process is finished ?

Yes, it is simple. One more argument to update manager should be path to alambic.exe, when all files will be copyed from "temp" into alambic directory make

Code:

Process.Start(...\\alambic.exe);

Last edited by Neo_Punk (2007-11-15 00:06:45)


Forgive me for my English.

Offline

 

#33 2007-11-15 09:31:35

Jeremy
Developer
From: Stockholm
Registered: 2007-09-19
Posts: 84
Website

Re: Update manager

Please also don't hesitate to commit what you're doing, even if it's only small changes. It allows us to follow the progression of what is being done.

Offline

 

#34 2007-11-16 13:42:24

Neo_Punk
Developer
From: Minsk
Registered: 2007-10-27
Posts: 30

Re: Update manager

Sorry, but i couldn't work on alambic till 25 november, because i leave my country. sad

Last edited by Neo_Punk (2007-11-16 13:52:57)


Forgive me for my English.

Offline

 

#35 2007-11-16 22:05:31

Jeremy
Developer
From: Stockholm
Registered: 2007-09-19
Posts: 84
Website

Re: Update manager

I hope every thing will be fine for you... And that we'll see you soon !
Good luck wink

Offline

 

#36 2007-11-27 15:45:23

Neo_Punk
Developer
From: Minsk
Registered: 2007-10-27
Posts: 30

Re: Update manager

Hi Jeremy!
I can work on Alambic again. I don't have so much time as it was before. Now, i can work only on weekends(Saturday,Sunday). Did you work on featueres of update manager?


Forgive me for my English.

Offline

 

#37 2007-11-27 16:42:38

Jeremy
Developer
From: Stockholm
Registered: 2007-09-19
Posts: 84
Website

Re: Update manager

Your work on the update manager has been merged into Alambic. However, i didn't make any changes to the improvements we talked about before. So, you can start working on that. Please let me know if you need more information.

Offline

 

#38 2009-12-11 03:42:58

yoyohh
Member
Registered: 2009-12-11
Posts: 13

Re: Update manager

Cosmetologists have reported a more radiant and youthful skin after using products with this ingredient. Results wow power leveling are normally seen within 30 days of its application. Scientific wow power leveling reviews have revealed that certain creams such as Revitol, CeramideC, Royal Gold, Avotone, OHT Peptide 3 and Kinerase are highly effective anti aging products..Revitol contains the most advanced ingredient that helps to firm, hydrate and tightens the facial skin. Its safe ingredients and wow gold astounding efficacy has made it the most sought after cream. Ceramide is a natural aion power leveling ingredient in the skin that is vital for skin`s health and youthful look. With the aging aion gold process the skin begins to lose this natural ingredient. But extensive research and break through technology has revealed that Ceramide C cheap wow power leveling serum replenishes the skin`s Ceramide and reduces fine lines and wrinkles.Royal Gold is 100% natural wrinkle serum packed with vitamins, minerals and micro nutrients. Royal Gold sends nutrients through the outer layer of the skin and works frombbuy wow power leveling within to repair damage and revitalize and nourish the skin cells. It replenishes the natural collagens and elastin resulting in a glowing and healthy skin. It has been clinically proven that Avotone product is an outstanding skin care solution as it reduces the damage caused by facial contortion. This warcraft gold product especially removes lines from forehead and around the eyes.

Offline

 

#39 2009-12-11 03:48:27

yoyohh
Member
Registered: 2009-12-11
Posts: 13

Re: Update manager

Are you bored of models who state they love aging gracefully and show some gray and yet love themselves, when wow power leveling all you can see is a slim body with tone skin and smooth hair texture, the wow power leveling beautiful face staring at you from a magazine page? You are always left wondering, how do they manage to look that good while you are struggling ironing those creases on your face. Well, it is not impossible to keep looking young and there is absolutely no problem in taking aion power level help to maintain your face looking its best.Food and lifestyle habits can make a great difference aion powerleveling to your anti-aging cycle. The right lifestyle and some good aion powerleveling anti-aging products can help you shed off age and even keep it far away. It simply means that now you can turn back time and not feel bad about it.Here are a few anti-aging products and processes that can erase age rapidly and make you look years younger.Anti-aging creams have never been a secret. However there has always been debate if anti-aging lotions and creams actually fight wrinkles cheap aion power leveling and make you look younger. A good reputed brand and organic home made products can help keep wrinkles away for a long time.Try anti-oxidants. Antioxidant fruits, tablets and facials tighten the skin by fighting the dead skin cells and renews skin. It makes the skin appear bright, tighter and gives you a wow power leveling special glow without any skin problems. Remember beautiful skin is, healthy skin.The special antioxidant facials full of vitamin A and oxygen formation work on the skin to rid it off fine lines and creases. A regular facial and intake of carrots too cheap wow gold can give you that young rosy look.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson