Log of /branches/krecipes
Sticky Revision: |
Revision 990624 - Directory Listing
Modified Thu Jul 2 20:46:06 2009 UTC (14 years, 5 months ago) by joselema
This branch is 1.0.
Revision 957031 - Directory Listing
Modified Tue Apr 21 10:36:53 2009 UTC (14 years, 7 months ago) by pino
add Qt category and missing separator at end of list
Revision 957028 - Directory Listing
Modified Tue Apr 21 10:28:55 2009 UTC (14 years, 7 months ago) by joselema
ChangeLog Updated
Revision 957027 - Directory Listing
Modified Tue Apr 21 10:26:02 2009 UTC (14 years, 7 months ago) by joselema
Add categories to .desktop file
Revision 957026 - Directory Listing
Modified Tue Apr 21 10:21:40 2009 UTC (14 years, 7 months ago) by joselema
Fix crash with sqlite backend.
Revision 957024 - Directory Listing
Modified Tue Apr 21 10:16:58 2009 UTC (14 years, 7 months ago) by joselema
Fix FTBFS with gcc 4.3.3
Revision 609968 - Directory Listing
Modified Sat Dec 2 22:30:08 2006 UTC (17 years ago) by jkivlighn
SVN_SILENT: Don't do profiling/timing for the release
Revision 582246 - Directory Listing
Modified Fri Sep 8 18:55:31 2006 UTC (17 years, 2 months ago) by jkivlighn
Merge 582243:582243, minus the changes to klomanger. This allows complete localization of base data.
Revision 581011 - Directory Listing
Modified Tue Sep 5 00:48:24 2006 UTC (17 years, 3 months ago) by jkivlighn
Merge 581008:581009 from HEAD: Sort lists that are in the dependency dialog (that warns about what uses what when deleting something).
Revision 580865 - Directory Listing
Modified Mon Sep 4 17:14:22 2006 UTC (17 years, 3 months ago) by jkivlighn
Merge 580618:590619, fix wrong property units from USDA
Revision 580863 - Directory Listing
Modified Mon Sep 4 17:03:27 2006 UTC (17 years, 3 months ago) by jkivlighn
1.0-beta branch
Revision 502150 - Directory Listing
Modified Tue Jan 24 23:48:14 2006 UTC (17 years, 10 months ago) by jkivlighn
SVN_SILENT: Update the ChangeLog
Revision 502148 - Directory Listing
Modified Tue Jan 24 23:43:49 2006 UTC (17 years, 10 months ago) by jkivlighn
Update default layout column setting
Revision 501874 - Directory Listing
Modified Tue Jan 24 06:58:41 2006 UTC (17 years, 10 months ago) by jkivlighn
Some template updates for improved flexibility. How a photo is put into the template has changed, so the templates currently included have been updated to reflect that. This allows a separate CSS file to be included, which may have CSS properties not supported by the KLO file.
Revision 501455 - Directory Listing
Modified Sun Jan 22 23:26:51 2006 UTC (17 years, 10 months ago) by jkivlighn
More fixes dealing with loading/reloading styles/templates... the behavior wasn't exactly predictable.
Revision 501430 - Directory Listing
Modified Sun Jan 22 21:12:50 2006 UTC (17 years, 10 months ago) by jkivlighn
Vertically align columns to the top in the recipe view (for ingredients and properties)
Revision 501121 - Directory Listing
Modified Sun Jan 22 09:49:42 2006 UTC (17 years, 10 months ago) by jkivlighn
Some little bug fixes for the page setupp, dealing with loading styles/templates.
Revision 501110 - Directory Listing
Modified Sun Jan 22 07:55:22 2006 UTC (17 years, 10 months ago) by jkivlighn
Allow selecting how many columns ingredients and properties are arranged in. I haven't tested this much, so don't be surprised by a bug or two.
Revision 501095 - Directory Listing
Modified Sun Jan 22 02:40:30 2006 UTC (17 years, 10 months ago) by jkivlighn
Tweak the Web Book export. Most notibly, the list of categories now includes the category structure, with subcategories below their parent category.
Revision 501031 - Directory Listing
Modified Sat Jan 21 21:22:27 2006 UTC (17 years, 10 months ago) by jkivlighn
SVN_SILENT: Remove an ununsed class
Revision 501029 - Directory Listing
Modified Sat Jan 21 21:20:40 2006 UTC (17 years, 10 months ago) by jkivlighn
More clean up of IngredientPropertyList. This fixes a crash when importing the USDA nutrient info on start-up.
Revision 501008 - Directory Listing
Modified Sat Jan 21 20:12:08 2006 UTC (17 years, 10 months ago) by jkivlighn
Consolidate KLO loading into one class, rather than having two separate implementations of the same thing in both the page setup and in the recipe view.
Revision 500675 - Directory Listing
Modified Fri Jan 20 21:32:38 2006 UTC (17 years, 10 months ago) by jkivlighn
Fix reading font properties in the recipe view
Revision 500649 - Directory Listing
Modified Fri Jan 20 20:01:07 2006 UTC (17 years, 10 months ago) by jkivlighn
-Allow modifying whether or not a font in the recipe view is bold/italic/underlined/striked-out. The KLO file supports all of these, but the Page setup only supports bold/italic (for some reason, Qt's font dialog which Krecipes gets font properties from, doesn't support selecting if underlined or striked-out) -Sample recipe in page setup tweak. -An exporter performance boost. Only load the information that the exporter supports when exporting a recipe(s).
Revision 500379 - Directory Listing
Modified Fri Jan 20 04:44:41 2006 UTC (17 years, 10 months ago) by jkivlighn
New layout: the original two-column design
Revision 500375 - Directory Listing
Modified Fri Jan 20 04:03:38 2006 UTC (17 years, 10 months ago) by jkivlighn
One change led to a lot of internal restructuring (this was already on the TODO list): -HTMLExporter no longer requires the database as a parameter, which was used to calculate nutrient info. -To allow this, nutrient info is stored in the internal Recipe class. -And to go along with the above, properties can be loaded via RecipeDB::loadRecipe() by OR'ing the RecipeDB::Properties flag. -The IngredientPropertyList class has been simplified. It's now a QValueList<IngredientProperty>, rather than it's own reimplementation of several list functions (which was pointer-based). And finally, the result for the layman -- Properties should be seen in the page setup, whether or not a recipe is selected.
Revision 499546 - Directory Listing
Modified Wed Jan 18 07:14:13 2006 UTC (17 years, 10 months ago) by jkivlighn
-Add the ability to select which template file to load from the Page Setup -Generate transparent PNGs for the ratings (useful against non-white backgrounds) -Rename style/template files to be more aesthetic for viewing in the Page Setup. Now the Page Setup only displays the file name without the extension in the list of included styles/templates. -Add a new style file, "Blue"
Revision 499504 - Directory Listing
Modified Tue Jan 17 23:12:12 2006 UTC (17 years, 10 months ago) by jkivlighn
Update sample recipe that is seen when loading the page setup when no recipe is selected.
Revision 499488 - Directory Listing
Modified Tue Jan 17 22:27:20 2006 UTC (17 years, 10 months ago) by jkivlighn
Minor touchups to the recipe view
Revision 499181 - Directory Listing
Modified Tue Jan 17 08:36:05 2006 UTC (17 years, 10 months ago) by jkivlighn
To finish up for the night, fix modifying the style information for ratings, and remove the requirement to define id="..." in a template file.
Revision 499139 - Directory Listing
Modified Tue Jan 17 04:25:47 2006 UTC (17 years, 10 months ago) by jkivlighn
Use a localized name for element titles (in the popup menus) in the page setup rather than an internal id used by the HTML/CSS
Revision 499135 - Directory Listing
Modified Tue Jan 17 03:58:11 2006 UTC (17 years, 10 months ago) by jkivlighn
Fix some crashes when working with the page setup, particularly one when switching layouts.
Revision 499120 - Directory Listing
Modified Tue Jan 17 01:45:24 2006 UTC (17 years, 10 months ago) by jkivlighn
Fix the crash when loading the page setup dialog, caused by the following logic error: (A && B || C) evaluates as (A && B) || C, instead of A && ( B || C)
Revision 497569 - Directory Listing
Modified Fri Jan 13 07:31:11 2006 UTC (17 years, 10 months ago) by jkivlighn
I've completely redone the Page Setup dialog. To go along with the new positioning this dialog no longer allows moving items. It loads a sample recipe (currently, the currently selected recipe) using the exact same code (KHTMLPart) as the recipe view. Therefore, the two views now will always match each other exactly. Right-clicking any element allows modifying the usual style attributes. Keep in mind, not a lot of testing has gone into this (I'm committing my work before I finish up for the night ;-), but all the basics seem to be in place.
Revision 497139 - Directory Listing
Modified Thu Jan 12 02:32:18 2006 UTC (17 years, 10 months ago) by jkivlighn
Put the closing </body></html> on the multi-page export
Revision 497136 - Directory Listing
Modified Thu Jan 12 02:20:50 2006 UTC (17 years, 10 months ago) by jkivlighn
This code is in the wrong place... move navigation stuff out of HTMLExporter and into HTMLBookExporter
Revision 497131 - Directory Listing
Modified Thu Jan 12 01:20:01 2006 UTC (17 years, 10 months ago) by jkivlighn
Touch-ups to multi-page html export.
Revision 497128 - Directory Listing
Modified Thu Jan 12 00:51:49 2006 UTC (17 years, 10 months ago) by jkivlighn
Add support for a rudamentary multi-page HTML export.
Revision 496712 - Directory Listing
Modified Wed Jan 11 03:32:56 2006 UTC (17 years, 10 months ago) by jkivlighn
Add properties support to layout, some random tweaking to the layout again
Revision 496711 - Directory Listing
Modified Wed Jan 11 03:18:14 2006 UTC (17 years, 10 months ago) by jkivlighn
Clean up default template file and display the ratings
Revision 496694 - Directory Listing
Modified Wed Jan 11 00:38:17 2006 UTC (17 years, 10 months ago) by jkivlighn
Here is draft #1 of the new layout system. Currently, the style can still be set in the page setup dialog, but positioning is controlled entirely through a template file.
Revision 496636 - Directory Listing
Modified Tue Jan 10 22:21:58 2006 UTC (17 years, 10 months ago) by jkivlighn
New branch to focus on a redesigned layout for viewing recipes
Revision 485354 - Directory Listing
Modified Sat Dec 3 22:36:49 2005 UTC (18 years ago) by jkivlighn
Fix creating a new MySQL database, and bump the version number
Revision 485348 - Directory Listing
Modified Sat Dec 3 21:28:41 2005 UTC (18 years ago) by jkivlighn
Krecipes 0.9.x branch
Revision 471409 - Directory Listing
Modified Mon Oct 17 15:53:30 2005 UTC (18 years, 1 month ago) by jkivlighn
Same as last commit, but for searching on the average rating, not just particular criteria. Find recipes within +/- 1/2 stars if an exact number is given.
Revision 471404 - Directory Listing
Modified Mon Oct 17 15:45:20 2005 UTC (18 years, 1 month ago) by jkivlighn
If an exact number of stars is given for a rating search, search within half a star of what is given
Revision 471274 - Directory Listing
Modified Mon Oct 17 02:36:58 2005 UTC (18 years, 1 month ago) by jkivlighn
-Fix spacing in advanced search tab -- the stars edit wasn't shrinking small enough to fit longer criteria names -Rename some of the database tables for consistency -- criteria/criterion weren't used in the right "plurality" (if that's a word)
Revision 470704 - Directory Listing
Modified Fri Oct 14 18:50:33 2005 UTC (18 years, 1 month ago) by jkivlighn
Merge 470701:470702, fix initializing SQLite database
Revision 470404 - Directory Listing
Modified Fri Oct 14 05:37:03 2005 UTC (18 years, 1 month ago) by jkivlighn
The search by ratings should now be fully functional, including searching based on the averages of particular criteria as well as the overall average
Revision 470167 - Directory Listing
Modified Thu Oct 13 07:06:22 2005 UTC (18 years, 1 month ago) by jkivlighn
More work on searching by individual criterion. You should be able to search by specific criterion now, but the way it works is likely going to change...
Revision 470002 - Directory Listing
Modified Wed Oct 12 20:21:58 2005 UTC (18 years, 1 month ago) by jkivlighn
Only load ratings in the search when necessary, and don't read that an empty average rating means we want a recipe rated as 0. Also, clear the ratings parameters when clearing the search
Revision 469998 - Directory Listing
Modified Wed Oct 12 20:10:30 2005 UTC (18 years, 1 month ago) by jkivlighn
Here's the outline for searching by ratings. Searching by the average works (well... it should), but searching by particular rating criteria does nothing.
Revision 469598 - Directory Listing
Modified Tue Oct 11 16:48:58 2005 UTC (18 years, 1 month ago) by jkivlighn
Display the rating as stars, rather than a number, in the recipe view.
Revision 469453 - Directory Listing
Modified Tue Oct 11 06:25:05 2005 UTC (18 years, 1 month ago) by jkivlighn
-Fix importing ratings (criteria wasn't imported along with the rating) -Make the order comments are displayed consistent with editing ratings
Revision 469341 - Directory Listing
Modified Mon Oct 10 19:55:14 2005 UTC (18 years, 1 month ago) by jkivlighn
Fix some rating display issues in the recipe view and page setup.
Revision 469337 - Directory Listing
Modified Mon Oct 10 19:41:00 2005 UTC (18 years, 1 month ago) by jkivlighn
-Display rating info in the recipe view -Add some default rating criteria -Fix up page layouts for ratings
Revision 468991 - Directory Listing
Modified Sun Oct 9 22:40:02 2005 UTC (18 years, 1 month ago) by jkivlighn
To match the order of the ratings when displayed, have the 'rater' input at the top of the rating edit dialog
Revision 468986 - Directory Listing
Modified Sun Oct 9 22:32:23 2005 UTC (18 years, 1 month ago) by jkivlighn
-Add a delete button to the rating edit dialog -Make the criteria name edittable
Revision 468975 - Directory Listing
Modified Sun Oct 9 22:19:25 2005 UTC (18 years, 1 month ago) by jkivlighn
When editting a rating value, clear the stars first
Revision 468967 - Directory Listing
Modified Sun Oct 9 21:36:57 2005 UTC (18 years, 1 month ago) by jkivlighn
Allow editting a rating's star-value
Revision 468676 - Directory Listing
Modified Sat Oct 8 23:41:43 2005 UTC (18 years, 1 month ago) by jkivlighn
-Keep ratings sorted from newest at the top, oldest at the bottom -If no rating criteria is entered, display nothing for the smiley icon
Revision 468660 - Directory Listing
Modified Sat Oct 8 22:56:52 2005 UTC (18 years, 1 month ago) by jkivlighn
Add a smiley for an average of zero. You don't want a recipe to be this bad...
Revision 468635 - Directory Listing
Modified Sat Oct 8 20:14:47 2005 UTC (18 years, 1 month ago) by jkivlighn
Properly handle timestamps on a rating. Instead of deleting a recipe's ratings and re-adding them (which resets the timestamp), update the rating if it already exists, thus leaving the timestamp as it was.
Revision 468622 - Directory Listing
Modified Sat Oct 8 19:00:57 2005 UTC (18 years, 1 month ago) by jkivlighn
Fill the criteria combo box with the criteria in the database
Revision 468619 - Directory Listing
Modified Sat Oct 8 18:49:57 2005 UTC (18 years, 1 month ago) by jkivlighn
Add rating support to the importers and exporters. The only formats that support ratings seems to be Krecipes...
Revision 468454 - Directory Listing
Modified Sat Oct 8 08:13:10 2005 UTC (18 years, 1 month ago) by jkivlighn
Keep the rating dialog from showing up multiple times
Revision 468450 - Directory Listing
Modified Sat Oct 8 07:59:11 2005 UTC (18 years, 1 month ago) by jkivlighn
New ratings smileys. I think they are a bit more appropriate and they're smaller too.
Revision 468420 - Directory Listing
Modified Sat Oct 8 02:47:13 2005 UTC (18 years, 1 month ago) by jkivlighn
Use a KDialog for editting ratings and change the caption to something appropriate
Revision 468407 - Directory Listing
Modified Sat Oct 8 00:23:51 2005 UTC (18 years, 1 month ago) by jkivlighn
Add a smiley face according to the average of a rating.
Revision 468369 - Directory Listing
Modified Fri Oct 7 20:51:06 2005 UTC (18 years, 1 month ago) by jkivlighn
Fix compile error by compiling 'widgets' before 'dialogs'
Revision 468358 - Directory Listing
Modified Fri Oct 7 20:14:16 2005 UTC (18 years, 1 month ago) by jkivlighn
Add the database backend component to SQLite and PostgreSQL for the new rating system
Revision 468356 - Directory Listing
Modified Fri Oct 7 20:07:31 2005 UTC (18 years, 1 month ago) by jkivlighn
Now we've got a nice interface for adding/editing/modifying ratings from the ratings tab while editting a recipe. SuperKaramba's kwidgetlistbox provided a nice base for the widget to do this ;-).
Revision 467405 - Directory Listing
Modified Wed Oct 5 08:05:53 2005 UTC (18 years, 2 months ago) by jkivlighn
-Display the rating as stars, rather than a number -Delete key removes a rating entry -The star_half icon was off by a pixel in size
Revision 467365 - Directory Listing
Modified Wed Oct 5 02:04:59 2005 UTC (18 years, 2 months ago) by jkivlighn
Fancy up the rating input, using a widget with stars
Revision 466966 - Directory Listing
Modified Mon Oct 3 20:12:27 2005 UTC (18 years, 2 months ago) by jkivlighn
Okay everything basic is working, but it has a really ugly interface which is incomplete.
Revision 466931 - Directory Listing
Modified Mon Oct 3 18:10:50 2005 UTC (18 years, 2 months ago) by jkivlighn
Basic backend for saving/loading ratings (which might change). A lot of things are only partially there...
Revision 465859 - Directory Listing
Modified Sat Oct 1 00:56:59 2005 UTC (18 years, 2 months ago) by jkivlighn
Branch to create a system for rating recipes
Revision 462423 - Directory Listing
Modified Wed Sep 21 02:37:12 2005 UTC (18 years, 2 months ago) by jkivlighn
Yay! This can now browse the database. Categories are folders, and recipes are files within the category folders. The database connection is taken care of by the settings from Krecipes.
Revision 462366 - Directory Listing
Modified Tue Sep 20 21:09:27 2005 UTC (18 years, 2 months ago) by jkivlighn
The kioslave now loads without crashing and a RecipeDB object is successfully created. Now I just need to implement listDir, get, and stat.
Revision 462134 - Directory Listing
Modified Tue Sep 20 06:21:37 2005 UTC (18 years, 2 months ago) by jkivlighn
Some files have been rearranged to get the kioslave to build and load. Now I need to actually learn how to make the kioslave do something.
Revision 462127 - Directory Listing
Modified Tue Sep 20 04:26:13 2005 UTC (18 years, 2 months ago) by jkivlighn
Testing branch for a Krecipes kioslave. I feel like experimenting with a kioslave for browsing a database... maybe it's useful, maybe not: I'm writing it anyway :-P
Revision 451159 - Directory Listing
Modified Sat Aug 20 04:08:03 2005 UTC (18 years, 3 months ago) by jkivlighn
Merge 417619:451157 from trunk, run through qt3to4
Revision 437742 - Directory Listing
Modified Fri Jul 22 22:38:10 2005 UTC (18 years, 4 months ago) by jkivlighn
SVN_SILENT: Compile for KDE 3.1
Revision 437710 - Directory Listing
Modified Fri Jul 22 20:33:05 2005 UTC (18 years, 4 months ago) by jkivlighn
SVN_SILENT: README Update
Revision 437709 - Directory Listing
Modified Fri Jul 22 20:25:39 2005 UTC (18 years, 4 months ago) by jkivlighn
SVN_SILENT: ChangeLog update
Revision 437471 - Directory Listing
Modified Fri Jul 22 03:32:58 2005 UTC (18 years, 4 months ago) by jkivlighn
Try to convert the SQLite 2 file specified in the Krecipes configuration (I forgot about reading config options via 'kreadconfig')
Revision 437470 - Directory Listing
Modified Fri Jul 22 03:23:41 2005 UTC (18 years, 4 months ago) by jkivlighn
Add a script to convert an SQLite 2 database file to SQLite 3cd
Revision 436557 - Directory Listing
Modified Tue Jul 19 23:33:13 2005 UTC (18 years, 4 months ago) by jkivlighn
SVN_SILENT: Compile-fix, use 'static'
Revision 436490 - Directory Listing
Modified Tue Jul 19 20:57:42 2005 UTC (18 years, 4 months ago) by jkivlighn
SVN_SILENT qdatatime->qdatetime... sigh...
Revision 436485 - Directory Listing
Modified Tue Jul 19 20:49:18 2005 UTC (18 years, 4 months ago) by jkivlighn
SVN_SILENT Include a necessary header
Revision 436484 - Directory Listing
Modified Tue Jul 19 20:47:36 2005 UTC (18 years, 4 months ago) by jkivlighn
-Optimize the diet helper by only retrieving the data that is necessary from the database. For example, if category filtering is not enabled, Krecipes won't load categories when loading the recipes for analysis. -Make some functions 'const' that should be in DietWizardDialog and helper classes. -Separate out my profiling macros into it's own file. Now simply include profiling.h and use the two macros START_TIMER("msg") and END_TIMER() to get timing info on long operations. Since they are macros, there will be no runtime performance hits when they are disabled.
Revision 436436 - Directory Listing
Modified Tue Jul 19 19:12:49 2005 UTC (18 years, 4 months ago) by jkivlighn
This one-liner takes advantage of a previous performance increase to speed up the ingredient matcher. What took 10 minutes to do on my database, took only 4 after this change. This could still use a progress dialog... but I can't introduce new strings in the 0.8.x series (i18n). The rest of the commit adds some profiling code to the ingredient matcher, used by me to identify the slow spots. This isn't compiled in if debugging is off.
Revision 435723 - Directory Listing
Modified Sun Jul 17 23:24:34 2005 UTC (18 years, 4 months ago) by jkivlighn
This really improves search performance when using the advanced search and using the ingredients parameters. Searches that would take 25 sec only take about 6 now (though the results really vary depending on database size and which parameters are used)." This works by loading only ingredient names from the database during the search, rather than the amount, unit, prep method, etc.
Revision 435033 - Directory Listing
Modified Sat Jul 16 03:32:39 2005 UTC (18 years, 4 months ago) by jkivlighn
Clear ingredient inputs when editing a new recipe. Also make sure these inputs aren't changed by Krecipes (In some cases, they would be switched with a newly created ingredient or prep method).
Revision 435031 - Directory Listing
Modified Sat Jul 16 02:58:49 2005 UTC (18 years, 4 months ago) by jkivlighn
Merge 435029:435030 from trunk. This is the performance boost for opening the recipe input page.
Revision 434998 - Directory Listing
Modified Fri Jul 15 22:40:44 2005 UTC (18 years, 4 months ago) by jkivlighn
Fix filtering a search after loading another group of items (via 'Next >>' and 'Previous <<')
Revision 434611 - Directory Listing
Modified Thu Jul 14 19:55:01 2005 UTC (18 years, 4 months ago) by jkivlighn
Boost performance just a bit on the search filter by performing fewer options to determine if an item has been populated. In particular, we don't have to iterate through the listview to find this out.
Revision 434335 - Directory Listing
Modified Wed Jul 13 18:44:56 2005 UTC (18 years, 4 months ago) by jkivlighn
SVN_SILENT: 0.8 -> 0.8.1
Revision 434334 - Directory Listing
Modified Wed Jul 13 18:44:07 2005 UTC (18 years, 4 months ago) by jkivlighn
Fix a crash when there are no categories except for the "Uncategorized" item, and a category is created.
Revision 434048 - Directory Listing
Modified Tue Jul 12 19:02:14 2005 UTC (18 years, 4 months ago) by jkivlighn
Use this naming scheme for Krecipes branches
Revision 434046 - Directory Listing
Modified Tue Jul 12 18:59:38 2005 UTC (18 years, 4 months ago) by jkivlighn
Use this naming scheme for Krecipes branches
Revision 433911 - Directory Listing
Modified Tue Jul 12 06:27:02 2005 UTC (18 years, 4 months ago) by jkivlighn
Fix creating the first of an item (ingredient, category, etc.)
Revision 433909 - Directory Listing
Modified Tue Jul 12 05:57:25 2005 UTC (18 years, 4 months ago) by jkivlighn
Fix editing properties in Data->Ingredients
Revision 433908 - Directory Listing
Modified Tue Jul 12 05:37:42 2005 UTC (18 years, 4 months ago) by jkivlighn
This fixes an ugly bug when using the search filter with subcategories. It also is a huge boost to search performance.
Revision 433542 - Directory Listing
Modified Mon Jul 11 05:40:29 2005 UTC (18 years, 4 months ago) by jkivlighn
Krecipes 0.8beta branch
Revision 417619 - Directory Listing
Modified Tue May 24 01:38:49 2005 UTC (18 years, 6 months ago) by jkivlighn
The _real_ kde4 branch
Revision 412245 - Directory Listing
Modified Wed May 11 04:43:41 2005 UTC (18 years, 6 months ago) by jkivlighn
Work branch directory
Revision 409516 - Directory Listing
Modified Wed May 4 23:07:04 2005 UTC (18 years, 7 months ago) by jkivlighn
kreceipes -> krecipes
Revision 409205 - Directory Listing
Added Wed May 4 06:07:06 2005 UTC (18 years, 7 months ago) by (unknown author)
sort out branches