websiteWebsite
biblix Biblix
Biblix est une application de gestion de bibliothéque personnelle

 

Browse the code

Differences between 19 and 20 on /.
Number of edited files: 11 (9 added, 0 deleted and 2 modified)
Author: LordPhoenix
Log message: * Biblix/winBiblix.cs: Corrections mineures du code.
Ajout des fichiers Makefile généré par Monodevelop pour pouvoir compiler sans monodevelop
Date: 2008-01-26 16:00:21

Added file(s) Deleted file(s) Modified file(s)

 

Old New Code
540 540
				searchon = biblix.booksearchcriteria.read;
541 541
				break;
542 542
			}
543  
			Console.WriteLine(searchvalue);
544 543
			listid = mybase.SearchBook(searchon,searchvalue);
545 544
			foreach(string id in listid)
546 545
			{
547  
				System.Console.WriteLine(String.Format("id : {0}",id));
548  
				book thisbook; //= new book(); 
549  
				thisbook = mybase.getbook(id);
  546
				book thisbook = mybase.getbook(id); 
550 547
				(trvBooklist.Model as ListStore).AppendValues(thisbook);
551 548
			}
552 549
		}
553 550

                                        

 

Old New Code
1 1
2008-01-26  BOUTRY Arnaud <arnaud@lordphoenix.info> 
2 2

                                        
  3
	* Biblix/winBiblix.cs: Corrections mineures du code.
  4

                                    
  5
2008-01-26  BOUTRY Arnaud <arnaud@lordphoenix.info> 
  6

                                    
3 7
	* branches/0.1/Biblix/Biblix.mdp: Remove glade-sharp reference
4 8
	* Biblix/Biblix.mdp: Remmove Glade-sharp reference
5 9
	* Biblix/winBiblix.cs: Ajout d'un menu et d'une barre d'outil en
6 10