Log of /branches/kphotoalbum

View Directory Listing Directory Listing


Sticky Revision:

Revision 1090020 - Directory Listing
Modified Sun Feb 14 13:30:54 2010 UTC (13 years, 9 months ago) by matthiasf
add geoposition browsing

Revision 1090010 - Directory Listing
Modified Sun Feb 14 13:00:55 2010 UTC (13 years, 9 months ago) by matthiasf
create branch for geolocation browser feature

Revision 1023638 - Directory Listing
Modified Tue Sep 15 06:46:34 2009 UTC (14 years, 2 months ago) by blackie
Time to move the devel branch to trunk to prepare for the next release


Revision 1021717 - Directory Listing
Modified Wed Sep 9 21:40:10 2009 UTC (14 years, 2 months ago) by hassanibraheem
remove unnecessary QButtonGroup in ListSelect


Revision 1021707 - Directory Listing
Modified Wed Sep 9 21:03:40 2009 UTC (14 years, 2 months ago) by hassanibraheem
change Q3ButtonGroup to QButtonGroup in ListSelect


Revision 1018987 - Directory Listing
Modified Wed Sep 2 14:31:16 2009 UTC (14 years, 3 months ago) by mturkia
Redirecting with no index.html in URL added and cleaned up
some comments in the theme darkJS


Revision 1016493 - Directory Listing
Modified Thu Aug 27 22:28:45 2009 UTC (14 years, 3 months ago) by jkt
update changelog for r1016430 per blackie's request

Revision 1016430 - Directory Listing
Modified Thu Aug 27 19:58:22 2009 UTC (14 years, 3 months ago) by jkt
Fix segfaults when dragging images before the first one and after the last one

BUG: 204443

Revision 1011514 - Directory Listing
Modified Fri Aug 14 21:55:31 2009 UTC (14 years, 3 months ago) by hassanibraheem
minor fix: prevent crashing when deleting last image in AnnotationDialog


Revision 1011513 - Directory Listing
Modified Fri Aug 14 21:52:52 2009 UTC (14 years, 3 months ago) by hassanibraheem
fixed bug #171520: preview images when annotating multiple mages at once


Revision 1011494 - Directory Listing
Modified Fri Aug 14 20:33:57 2009 UTC (14 years, 3 months ago) by blackie
Improved zooming in rotated images (by Hassan Ibraheem)

Revision 1009057 - Directory Listing
Modified Sun Aug 9 01:29:52 2009 UTC (14 years, 3 months ago) by jkt
Adjust the order of save actions to match the order of declarations

Revision 1009056 - Directory Listing
Modified Sun Aug 9 01:29:49 2009 UTC (14 years, 3 months ago) by jkt
Save the Viewer settings as well

Revision 1004342 - Directory Listing
Modified Wed Jul 29 21:48:58 2009 UTC (14 years, 4 months ago) by blackie
moves the "Show Category Editor" menu item into the "Make 
Category Image" popup menu.

Thanks to Thomas Pircher <tehpeh@gmx.net>

Revision 1003679 - Directory Listing
Modified Tue Jul 28 15:57:01 2009 UTC (14 years, 4 months ago) by hassanibraheem
minor simplification in Annotation Dialog


Revision 1002307 - Directory Listing
Modified Sat Jul 25 16:18:46 2009 UTC (14 years, 4 months ago) by blackie
hmmm error handling could be improved a lot here. This is the first step

Revision 1002210 - Directory Listing
Modified Sat Jul 25 11:11:31 2009 UTC (14 years, 4 months ago) by blackie
fixed a broken signal/slot connection and fixed a broken tooltip

Revision 1002205 - Directory Listing
Modified Sat Jul 25 11:01:22 2009 UTC (14 years, 4 months ago) by blackie
Only create the database type once, otherwise Qt makes noice like this:
QSqlDatabasePrivate::removeDatabase: connection 'exif' is still in use, all queries will cease to work

The use case which shows this is:
* do an exif search
* choose maintainance->recreate exif database.

Revision 1002196 - Directory Listing
Modified Sat Jul 25 10:46:49 2009 UTC (14 years, 4 months ago) by blackie
 Show the file list directly in the Read Exif Info
dialog. Previously it was a secondary dialog, with a
do-not-show-again checkbox and a cancel button (none of those two
made any sense there)

Revision 1001796 - Directory Listing
Modified Fri Jul 24 09:42:29 2009 UTC (14 years, 4 months ago) by blackie
merged trunk to this branch

Revision 1001480 - Directory Listing
Modified Thu Jul 23 12:09:02 2009 UTC (14 years, 4 months ago) by hassanibraheem
properly set mouse interaction mode after a right click


Revision 1001399 - Directory Listing
Modified Thu Jul 23 07:05:38 2009 UTC (14 years, 4 months ago) by blackie
Possible compilation fix for Martin Jost

Revision 1000449 - Directory Listing
Modified Tue Jul 21 10:53:53 2009 UTC (14 years, 4 months ago) by hassanibraheem
adding a missing include


Revision 1000447 - Directory Listing
Modified Tue Jul 21 10:45:13 2009 UTC (14 years, 4 months ago) by hassanibraheem
first steps towards separating an ImagePreviewWidget from the AnnotationDialog


Revision 999922 - Directory Listing
Modified Mon Jul 20 15:44:40 2009 UTC (14 years, 4 months ago) by blackie
Add a keybinding for delete in the viewer that will take the
image of the display list. This is useful when comparing a number
of images and want to take the worst one away every time to find
the best one. Thanks to Wes Hardaker <wes@hardakers.net> for a
patch implementing this.


Revision 999312 - Directory Listing
Modified Sun Jul 19 16:05:09 2009 UTC (14 years, 4 months ago) by blackie
Now it is possible to chose the thumbnail storage format from
the settings dialog (ppm files which we used by default are pretty
large, so on limited disk space you may wish to choose jpg instead
to trade some speed for disk space. (thanks to Franck Sicard
<franck.sicard@3demi.net> for a patch for this)

Revision 999306 - Directory Listing
Modified Sun Jul 19 15:44:09 2009 UTC (14 years, 4 months ago) by blackie
To move items around in the thumbnail viewer, you now first have
to select them, then move them. This makes it so much easier to
select items, as you do not have to find an empty space to start.

Once more updated the look of the icons in the thumbnail
viewer. This time I copied the look and fell from Gwenview, which
I hope everyone will like.


Revision 999095 - Directory Listing
Modified Sun Jul 19 09:11:54 2009 UTC (14 years, 4 months ago) by blackie
Missed to emit selectionChanged one place, which made it impossible to annotate a single image.

Revision 998858 - Directory Listing
Modified Sat Jul 18 16:33:41 2009 UTC (14 years, 4 months ago) by blackie
Finally done with the refactoring of the thumbnail viewer. This final step was to document the module.

Revision 998795 - Directory Listing
Modified Sat Jul 18 16:01:13 2009 UTC (14 years, 4 months ago) by blackie
clean up includes

Revision 998782 - Directory Listing
Modified Sat Jul 18 15:27:26 2009 UTC (14 years, 4 months ago) by blackie
clean up includes

Revision 998778 - Directory Listing
Modified Sat Jul 18 15:04:25 2009 UTC (14 years, 4 months ago) by blackie
clean out a lot of friends (better be carefull when I'm programming and when I'm on face book :-)

Revision 998745 - Directory Listing
Modified Sat Jul 18 13:39:25 2009 UTC (14 years, 4 months ago) by blackie
Clean up selection API.

Revision 998718 - Directory Listing
Modified Sat Jul 18 11:58:01 2009 UTC (14 years, 4 months ago) by blackie
fixing broken patch from Martin. Thx for your help in resolving this issue

Revision 998703 - Directory Listing
Modified Sat Jul 18 11:31:25 2009 UTC (14 years, 4 months ago) by blackie
API clean up, no reason to prevent a repaint, this is on the road to a cleaner API for the selection methods.

Revision 998698 - Directory Listing
Modified Sat Jul 18 11:23:55 2009 UTC (14 years, 4 months ago) by blackie
Fixed a pretty bad performance when selecting files in the thumbnail
viewer. The reason was that for each new file MainWindow::Window would
update the actions that made sense based on the amount of items
selected. To do so, it asked for all the selected files, which required
that we iterated though the list of all files (as the selected files in the
thumbnail viewer is a set not a list, and selectedFiles() API returned a
list....
Now we tell how many files are selected in the selectionChanged signal, and
everything is fine.


Revision 998686 - Directory Listing
Modified Sat Jul 18 11:02:50 2009 UTC (14 years, 4 months ago) by suutari
Fix URL interaction with other KDE applications

This should fix the issue of bug 197663 that spaces in URLs are
encoded incorrectly as %20 when files are dragged from KPhotoAlbum to
other KDE application. Also the "Copy to clipboard" action is fixed.

Thanks to Martin Jaburek for the patch.

From: Martin Jaburek <longmatys@gmail.com>

CCBUG: 197663

Revision 998665 - Directory Listing
Modified Sat Jul 18 10:28:36 2009 UTC (14 years, 4 months ago) by blackie
oops forgot to save file before commit

Revision 998664 - Directory Listing
Modified Sat Jul 18 10:27:44 2009 UTC (14 years, 4 months ago) by blackie
clean up of methods in ThumbnailModel

Revision 998606 - Directory Listing
Modified Sat Jul 18 08:22:13 2009 UTC (14 years, 4 months ago) by blackie
updated copyright headers

Revision 998603 - Directory Listing
Modified Sat Jul 18 08:13:20 2009 UTC (14 years, 4 months ago) by blackie
major cleanup of the thumbnail viewer sources

Revision 996901 - Directory Listing
Modified Wed Jul 15 07:04:36 2009 UTC (14 years, 4 months ago) by blackie
cleanup naming.

Revision 996710 - Directory Listing
Modified Tue Jul 14 18:39:48 2009 UTC (14 years, 4 months ago) by jkt
update the header to reflect that we do use the argument


Revision 996709 - Directory Listing
Modified Tue Jul 14 18:39:07 2009 UTC (14 years, 4 months ago) by jkt
Fix issues reported by ModelTest


Revision 996680 - Directory Listing
Modified Tue Jul 14 17:13:20 2009 UTC (14 years, 4 months ago) by blackie
Thumbnail view icons are now square again, and background color
is customizable. The default has changed slightly, so the
background color is dark gray, and spacing are 4 pixels. This
gives IMHO the best 3D effect.

Revision 996672 - Directory Listing
Modified Tue Jul 14 16:34:19 2009 UTC (14 years, 4 months ago) by blackie
Make the resizing slower. (Now you need to move three pixels to resize by one)

Revision 996643 - Directory Listing
Modified Tue Jul 14 15:45:47 2009 UTC (14 years, 4 months ago) by jkt
- Use qDebug() instead of std::cout
- If one branch in the if/else statement is {}, make all of them so


Revision 996634 - Directory Listing
Modified Tue Jul 14 15:36:03 2009 UTC (14 years, 4 months ago) by jkt
Make sure the rating widget is not only visible, but with a usable size as well


Revision 996614 - Directory Listing
Modified Tue Jul 14 15:15:17 2009 UTC (14 years, 4 months ago) by blackie
Fixed missing include

Revision 995414 - Directory Listing
Modified Sun Jul 12 17:03:06 2009 UTC (14 years, 4 months ago) by blackie
merged trunk to this branch

Revision 995159 - Directory Listing
Modified Sun Jul 12 08:22:34 2009 UTC (14 years, 4 months ago) by blackie
more include cleanup

Revision 995153 - Directory Listing
Modified Sun Jul 12 07:47:12 2009 UTC (14 years, 4 months ago) by blackie
more include cleanup

Revision 995149 - Directory Listing
Modified Sun Jul 12 07:18:09 2009 UTC (14 years, 4 months ago) by blackie
more include cleanup

Revision 995147 - Directory Listing
Modified Sun Jul 12 07:03:13 2009 UTC (14 years, 4 months ago) by blackie
more include cleanup

Revision 995146 - Directory Listing
Modified Sun Jul 12 06:55:34 2009 UTC (14 years, 4 months ago) by blackie
Fixed bug #199629 - new images don't trigger dirty state, thanks
to mat.fuessel@gmx.net

Revision 995140 - Directory Listing
Modified Sun Jul 12 05:54:50 2009 UTC (14 years, 4 months ago) by blackie
Fixed bug #150971 - disable too low zoom levels, thanks to alexjironkin@gmail.com

Revision 994845 - Directory Listing
Modified Sat Jul 11 14:51:53 2009 UTC (14 years, 4 months ago) by blackie
* Now it is possible to add a category image from a context menu,
which makes that process much faster (this fixes bug
#195023). Thanks to Thomas Pircher for the work on that.


Revision 994819 - Directory Listing
Modified Sat Jul 11 13:44:30 2009 UTC (14 years, 4 months ago) by blackie
ChangeLog for my changes on Mallorca

Revision 994409 - Directory Listing
Modified Fri Jul 10 15:02:50 2009 UTC (14 years, 4 months ago) by blackie
* Resizing the category overview page now is done without the
  actual thumbnails, that makes it much faster and much more smooth
* Removed a lot of includes that was either no longer needed, or
  which at least could be replaced with a forward declaration.
* Improved focus handling in the annotation dialog
* Made the icons in the thumbnail viewer nicer (round and with a
  3D effect)


Revision 992604 - Directory Listing
Modified Tue Jul 7 11:24:46 2009 UTC (14 years, 4 months ago) by hassanibraheem
add support for searching by rating


Revision 991730 - Directory Listing
Modified Sun Jul 5 14:12:48 2009 UTC (14 years, 5 months ago) by mturkia
Automatic redirection to smallest image sizes for theme dark JavaScript. Now
the theme in question views smallest images on page and biggest images when the
thumbnail or full sized image is clicked.


Revision 991422 - Directory Listing
Modified Sat Jul 4 20:19:49 2009 UTC (14 years, 5 months ago) by mturkia
Added theme "Dark JavaScript" - if JavaScript is supported images are shown
using it on main page - this is the default theme


Revision 991378 - Directory Listing
Modified Sat Jul 4 19:04:59 2009 UTC (14 years, 5 months ago) by mturkia
Support for storing most of the settings (all relevant) of HTMLGallery.
Support for default theme (Default=true in kphotoalbum.theme file)


Revision 991372 - Directory Listing
Modified Sat Jul 4 18:42:01 2009 UTC (14 years, 5 months ago) by mturkia
bugfix: taking video files into account in HTML generation in JavaScript part
(show thumbnail instead of video file).
Having full size image in the JS array instead of pagename for same sized
imagepage.


Revision 990824 - Directory Listing
Modified Fri Jul 3 12:02:25 2009 UTC (14 years, 5 months ago) by blackie
Added support for rating multiple images at once in the annotation dialog

Revision 989283 - Directory Listing
Modified Mon Jun 29 20:54:17 2009 UTC (14 years, 5 months ago) by blackie
virtual beers on me for forgetting to check these files in

Revision 989248 - Directory Listing
Modified Mon Jun 29 20:01:41 2009 UTC (14 years, 5 months ago) by blackie
made it easier to find untagged images

Revision 989215 - Directory Listing
Modified Mon Jun 29 18:37:23 2009 UTC (14 years, 5 months ago) by blackie
fixed a broken signal/slot connection for the welcome dialog, which made it impossible to browse for new images. Thanks to  
Martin Jost for reporting this.

Revision 989209 - Directory Listing
Modified Mon Jun 29 18:26:23 2009 UTC (14 years, 5 months ago) by blackie
yet another attempt at fixing bug 167045. Thanks to Alex and Hassan for working on this.

Revision 989204 - Directory Listing
Modified Mon Jun 29 18:19:56 2009 UTC (14 years, 5 months ago) by blackie
clean up of code in the HTML generater by theBro.

Revision 989024 - Directory Listing
Modified Mon Jun 29 08:23:29 2009 UTC (14 years, 5 months ago) by blackie
final minor changes plus documentation

Revision 988925 - Directory Listing
Modified Mon Jun 29 07:10:46 2009 UTC (14 years, 5 months ago) by blackie
a bit more cleanup

Revision 988830 - Directory Listing
Modified Sun Jun 28 20:04:21 2009 UTC (14 years, 5 months ago) by blackie
refactored the settings dialog into a number of classes, one for each page. This will hopefully make the code much more readable

Revision 988829 - Directory Listing
Modified Sun Jun 28 20:03:25 2009 UTC (14 years, 5 months ago) by blackie
oops fixed a crash

Revision 987113 - Directory Listing
Modified Thu Jun 25 16:08:22 2009 UTC (14 years, 5 months ago) by blackie
added some documentation on Image Dates

Revision 985080 - Directory Listing
Modified Mon Jun 22 03:49:04 2009 UTC (14 years, 5 months ago) by blackie
* Added new theme for HTML pages which includes improved support
using java script. (Thanks to Miika Turkia for a patch for this)
* Added support for a copyright tag on the HTML generated pages
(Thanks to Miika Turkia for a patch for this)



Revision 985053 - Directory Listing
Modified Sun Jun 21 23:55:35 2009 UTC (14 years, 5 months ago) by blackie
fixed bug #171517: Repopulate categories lists whenever an image is loaded. Thanks to Hassan Ibraheem for patch.


Revision 985051 - Directory Listing
Modified Sun Jun 21 23:43:54 2009 UTC (14 years, 5 months ago) by blackie
added documentation, and split the CategoryMatcher classes into several files

Revision 984911 - Directory Listing
Modified Sun Jun 21 17:25:39 2009 UTC (14 years, 5 months ago) by blackie
Optimized the user of browsing for categories with
subcategories. E.g. Selecting all images from Denmark. On my database this
has become 50 times faster. The speed up depends on the number of sub
categories the category browsed to has, and also if the query contains any
"No other" part.

Revision 984683 - Directory Listing
Modified Sun Jun 21 12:19:42 2009 UTC (14 years, 5 months ago) by blackie
merged trunk to this branch

Revision 984681 - Directory Listing
Modified Sun Jun 21 11:45:35 2009 UTC (14 years, 5 months ago) by blackie
replaced lenth with count. Length wasn't introduced before Qt 4.5

Revision 984537 - Directory Listing
Modified Sun Jun 21 00:23:20 2009 UTC (14 years, 5 months ago) by blackie
various cleanups:
* added documentation
* renamed ImageSearchInfo::*option* to categoryText. Option was what I called it in the very early days of KPA.
* fixed some space my wide-edit.el tool had introduced.
* renamed a few group to category (group was something I called it when I stopped calling it option :-)
* reworked some Q3Support stuff to pure Qt4.

Revision 982617 - Directory Listing
Modified Tue Jun 16 13:11:04 2009 UTC (14 years, 5 months ago) by blackie
fixed issue #196095 - Add icon for hide non selected. Thanks to
Hassan Ibraheem for patch.

Revision 982270 - Directory Listing
Modified Mon Jun 15 12:16:58 2009 UTC (14 years, 5 months ago) by blackie
added documentation

Revision 981779 - Directory Listing
Modified Sun Jun 14 11:37:39 2009 UTC (14 years, 5 months ago) by blackie
ensure busy cursor is not show while browsing to search and exif info

Revision 981755 - Directory Listing
Modified Sun Jun 14 10:31:24 2009 UTC (14 years, 5 months ago) by blackie
Don't let the views get focus due to scrolling

Revision 981752 - Directory Listing
Modified Sun Jun 14 10:14:10 2009 UTC (14 years, 5 months ago) by blackie
updated documentation

Revision 981747 - Directory Listing
Modified Sun Jun 14 09:43:58 2009 UTC (14 years, 5 months ago) by blackie
improved the algoritm for calculating the amount of icons to show in each row. Also back out the code to give smoother resizing, as it instead gave flicker on initial show of the window

Revision 981557 - Directory Listing
Modified Sat Jun 13 16:25:33 2009 UTC (14 years, 5 months ago) by blackie
Fixed changelog file to mention the new overview screen

Revision 981541 - Directory Listing
Modified Sat Jun 13 15:41:22 2009 UTC (14 years, 5 months ago) by blackie
Merged trunk onto the branch.

Revision 981503 - Directory Listing
Modified Sat Jun 13 15:10:45 2009 UTC (14 years, 5 months ago) by blackie
future devel work will not happen on thaat branch. This is to allow dot
releases happening from trunk, which translators are working against.



Revision 981473 - Directory Listing
Modified Sat Jun 13 14:58:37 2009 UTC (14 years, 5 months ago) by blackie
renamed Catgory::ListView to Category::TreeView, to avoid confusing, as a ListView in Qt4 is a one dimentional thing, while it was a tree in Qt3.

Revision 981379 - Directory Listing
Modified Sat Jun 13 13:09:31 2009 UTC (14 years, 5 months ago) by blackie
center the icons on the overview page

Revision 980465 - Directory Listing
Modified Thu Jun 11 20:02:04 2009 UTC (14 years, 5 months ago) by blackie
Removed some dead code

Revision 979795 - Directory Listing
Modified Wed Jun 10 14:25:59 2009 UTC (14 years, 5 months ago) by blackie
updated the doxygen file to make it easier to read the output

Revision 979454 - Directory Listing
Modified Tue Jun 9 20:14:16 2009 UTC (14 years, 5 months ago) by blackie
fixed bug #195277 breadcrumbview should not expand

Revision 979406 - Directory Listing
Modified Tue Jun 9 18:10:27 2009 UTC (14 years, 5 months ago) by blackie
fixed bug #195331 - update the status bar immediately when going back to the browser from the thumbnail view

Revision 979404 - Directory Listing
Modified Tue Jun 9 17:55:13 2009 UTC (14 years, 5 months ago) by blackie
also drop a breadcrumb for viewing images. That way the last visible category one will be a link when viewing images. rhkfin, glad now? :-)

Revision 978705 - Directory Listing
Modified Sun Jun 7 22:06:44 2009 UTC (14 years, 5 months ago) by blackie
Don't show the breadcrumb as a link

Revision 978704 - Directory Listing
Modified Sun Jun 7 21:56:31 2009 UTC (14 years, 5 months ago) by blackie
Finally got the location of the thumbnail and the label in the iconview.

Revision 978667 - Directory Listing
Modified Sun Jun 7 20:13:37 2009 UTC (14 years, 5 months ago) by blackie
Moved CatrgoryImage from Settings::SettingsData to DB::Category

Revision 978655 - Directory Listing
Modified Sun Jun 7 19:36:47 2009 UTC (14 years, 5 months ago) by blackie
updated copyright date

Revision 978641 - Directory Listing
Modified Sun Jun 7 18:58:55 2009 UTC (14 years, 5 months ago) by blackie
added copyright

Revision 978639 - Directory Listing
Modified Sun Jun 7 18:53:49 2009 UTC (14 years, 5 months ago) by blackie
Misc. minor bugfixes and improvements

Revision 978606 - Directory Listing
Modified Sun Jun 7 17:28:43 2009 UTC (14 years, 5 months ago) by blackie
more documentation

Revision 978598 - Directory Listing
Modified Sun Jun 7 17:14:57 2009 UTC (14 years, 5 months ago) by blackie
Corrected the use of the index in the BrowserWidget (It was 1 based or somethign :-)
Also implemented the usage for the forward button to jumped over pages.
Added more documentation

Revision 978596 - Directory Listing
Modified Sun Jun 7 17:08:53 2009 UTC (14 years, 5 months ago) by blackie
Fixed bug, where I would return that the flat model had children even when it didn't. This made the app crash when I was using the search bar.

Revision 978577 - Directory Listing
Modified Sun Jun 7 15:59:34 2009 UTC (14 years, 5 months ago) by blackie
fixed a crash + added more documentation

Revision 978514 - Directory Listing
Modified Sun Jun 7 12:38:54 2009 UTC (14 years, 5 months ago) by blackie
added namespace to new classes, plus added documentation for the module

Revision 978491 - Directory Listing
Modified Sun Jun 7 11:37:20 2009 UTC (14 years, 5 months ago) by blackie
Rewrote the CategoryPage to use a real model rather than a QStandardItemModel. The QStandardItemModel was simply too slow when resizing the view.

Revision 978306 - Directory Listing
Modified Sat Jun 6 18:32:22 2009 UTC (14 years, 5 months ago) by blackie
further improvment on the resizing

Revision 978292 - Directory Listing
Modified Sat Jun 6 17:54:55 2009 UTC (14 years, 5 months ago) by blackie
converted Q3ValueList to QList

Revision 978280 - Directory Listing
Modified Sat Jun 6 17:19:10 2009 UTC (14 years, 5 months ago) by blackie
first step to implementing a resizable browser

Revision 978279 - Directory Listing
Modified Sat Jun 6 17:18:52 2009 UTC (14 years, 5 months ago) by blackie
first step to implementing a resizable browser

Revision 978220 - Directory Listing
Modified Sat Jun 6 13:02:16 2009 UTC (14 years, 5 months ago) by blackie
improved searchbar interaction further

Revision 978202 - Directory Listing
Modified Sat Jun 6 12:06:55 2009 UTC (14 years, 6 months ago) by blackie
renamed classes to better match their purpose

Revision 978193 - Directory Listing
Modified Sat Jun 6 11:34:36 2009 UTC (14 years, 6 months ago) by blackie
Minor changes

Revision 978173 - Directory Listing
Modified Sat Jun 6 09:42:12 2009 UTC (14 years, 6 months ago) by blackie
started documentation for the main modules

Revision 977954 - Directory Listing
Modified Fri Jun 5 17:08:26 2009 UTC (14 years, 6 months ago) by blackie
Experimental new way of handling the search field in the browser. 
Arrow keys are now sent to the browser, while the line edit is given keyboard focos whenever it is enabled.

I like it a lot!

Revision 977782 - Directory Listing
Modified Fri Jun 5 12:58:04 2009 UTC (14 years, 6 months ago) by blackie
listening to activated() signal to know when the user has pressed the return key, doesn't work, as depending on the style that may also be emitted when the user signle or double clicks on an item.

So now we use an eventFilter instead to be notified about return press.

Revision 977781 - Directory Listing
Modified Fri Jun 5 12:48:32 2009 UTC (14 years, 6 months ago) by blackie
OK bad idea. Revert this change: No more confusion betwen selection and current item - no need to distinguish as we only do have one item and exactly one all the time.

Revision 977779 - Directory Listing
Modified Fri Jun 5 12:38:56 2009 UTC (14 years, 6 months ago) by blackie
No more confusion betwen selection and current item - no need to distinguish as we only do have one item and exactly one all the time.

Revision 977774 - Directory Listing
Modified Fri Jun 5 12:22:41 2009 UTC (14 years, 6 months ago) by blackie
Get sorting work for the overview screen.

Revision 977768 - Directory Listing
Modified Fri Jun 5 11:46:38 2009 UTC (14 years, 6 months ago) by blackie
reworking the usage of the two views in the browser, so all operations doesn't need to be set all the time.

Revision 977657 - Directory Listing
Modified Thu Jun 4 22:26:54 2009 UTC (14 years, 6 months ago) by blackie
"fix" for jan's broken fix :-)

Revision 977361 - Directory Listing
Modified Wed Jun 3 22:55:22 2009 UTC (14 years, 6 months ago) by jkt
Fix QMainWindow's warning about an unamed QToolBar

Revision 977353 - Directory Listing
Modified Wed Jun 3 22:15:54 2009 UTC (14 years, 6 months ago) by jkt
Don't allow drag&drop in the category view

Without this patch, it was possible to drag people in the "People" category, but
this drag&drop would just shuffle the display around. It's better to disable
this altogether rather than provide a confusing functionality (all changes were
immediately forgotten anyway).

Revision 977339 - Directory Listing
Modified Wed Jun 3 21:33:13 2009 UTC (14 years, 6 months ago) by blackie
fixed the two FIXME's in the EXIV ifdefed code.

Revision 977321 - Directory Listing
Modified Wed Jun 3 21:11:01 2009 UTC (14 years, 6 months ago) by jkt
Make the QStandardItem not editable by default

The old code did not allow any editing either. Strictly speaking, however, this
change is not necessary as we react on a single click anyway, so the hadnler of
the edit action won't get triggered. Better safe than sorry, though.

Revision 977311 - Directory Listing
Modified Wed Jun 3 20:50:05 2009 UTC (14 years, 6 months ago) by jkt
Don't require double click for navigating the new reworked browser

Revision 977308 - Directory Listing
Modified Wed Jun 3 20:43:11 2009 UTC (14 years, 6 months ago) by jkt
Show a tooltip with the tag name. Current state didn't show any visible text
when there was no image defined for the particular category/tag.

Revision 977302 - Directory Listing
Modified Wed Jun 3 20:31:48 2009 UTC (14 years, 6 months ago) by jkt
Temporary fix for building stuff at all. Jesper, please fix it properly later.

Revision 977298 - Directory Listing
Modified Wed Jun 3 20:15:45 2009 UTC (14 years, 6 months ago) by jkt
Fix a typo in the type name

Revision 977297 - Directory Listing
Modified Wed Jun 3 20:15:41 2009 UTC (14 years, 6 months ago) by jkt
Fix cmake's warning about including each file twice

Revision 977291 - Directory Listing
Modified Wed Jun 3 19:59:05 2009 UTC (14 years, 6 months ago) by blackie
the status bar now show matches

Revision 977286 - Directory Listing
Modified Wed Jun 3 19:30:40 2009 UTC (14 years, 6 months ago) by blackie
emit the signal viewChanged in go(), this will ensure that the sarchbar get cleared when pressing e.g the back button

Revision 977281 - Directory Listing
Modified Wed Jun 3 19:06:44 2009 UTC (14 years, 6 months ago) by blackie
experimental back feature

Revision 977279 - Directory Listing
Modified Wed Jun 3 19:00:32 2009 UTC (14 years, 6 months ago) by blackie
hmm this change was about... something with pressing return in the line edit when no item had keyboard focus

Revision 976892 - Directory Listing
Modified Tue Jun 2 22:07:33 2009 UTC (14 years, 6 months ago) by blackie
improved column adjustment - I dont like that it scrinks, but this is as good as it gets

Revision 976885 - Directory Listing
Modified Tue Jun 2 21:37:41 2009 UTC (14 years, 6 months ago) by blackie
improved the algoritm on which branch are open when

Revision 976873 - Directory Listing
Modified Tue Jun 2 21:15:04 2009 UTC (14 years, 6 months ago) by blackie
refactored into function adjustTreeViewColumnSize

Revision 976842 - Directory Listing
Modified Tue Jun 2 19:44:54 2009 UTC (14 years, 6 months ago) by blackie
Asking the treeview to auto resize is a huge bottleneck.

Revision 976836 - Directory Listing
Modified Tue Jun 2 19:12:27 2009 UTC (14 years, 6 months ago) by blackie
improved limiting, so all children of a category is shown if the category matches

Revision 976809 - Directory Listing
Modified Tue Jun 2 17:53:54 2009 UTC (14 years, 6 months ago) by blackie
This is an internal token, and should not be translated. Besides the i18n call took up 15% of the time of categorizing the images :-)

Revision 976807 - Directory Listing
Modified Tue Jun 2 17:45:13 2009 UTC (14 years, 6 months ago) by blackie
removed files not used anymore

Revision 976412 - Directory Listing
Modified Mon Jun 1 16:08:30 2009 UTC (14 years, 6 months ago) by blackie
the breadcrumbs are not clickable

Revision 976241 - Directory Listing
Modified Mon Jun 1 11:49:05 2009 UTC (14 years, 6 months ago) by blackie
readded breadcrumb support

Revision 976199 - Directory Listing
Modified Mon Jun 1 09:31:06 2009 UTC (14 years, 6 months ago) by blackie
removed some dead code

Revision 976194 - Directory Listing
Modified Mon Jun 1 09:17:15 2009 UTC (14 years, 6 months ago) by blackie
fix memleak plus avoid painting invalid pixels in the datebar

Revision 976189 - Directory Listing
Modified Mon Jun 1 09:06:32 2009 UTC (14 years, 6 months ago) by blackie
sorting in the tree view works

Revision 975831 - Directory Listing
Modified Sun May 31 11:09:47 2009 UTC (14 years, 6 months ago) by blackie
the browser now show image/video count, and it filters correctly in treeviews

Revision 972490 - Directory Listing
Modified Mon May 25 05:23:23 2009 UTC (14 years, 6 months ago) by blackie
tmp checkin

Revision 972081 - Directory Listing
Modified Sun May 24 08:26:15 2009 UTC (14 years, 6 months ago) by blackie
tmp checkin

Revision 971618 - Directory Listing
Modified Fri May 22 23:12:24 2009 UTC (14 years, 6 months ago) by blackie
tmp checkin

Revision 971611 - Directory Listing
Modified Fri May 22 22:51:25 2009 UTC (14 years, 6 months ago) by blackie
tmp checkin

Revision 971565 - Directory Listing
Modified Fri May 22 18:42:54 2009 UTC (14 years, 6 months ago) by blackie
tmp checkin

Revision 971532 - Directory Listing
Modified Fri May 22 16:04:48 2009 UTC (14 years, 6 months ago) by blackie
tmp checkin

Revision 971488 - Directory Listing
Modified Fri May 22 14:14:10 2009 UTC (14 years, 6 months ago) by blackie
tmp checkin

Revision 971324 - Directory Listing
Modified Fri May 22 11:07:38 2009 UTC (14 years, 6 months ago) by blackie
tmp checkin

Revision 971305 - Directory Listing
Modified Fri May 22 10:01:12 2009 UTC (14 years, 6 months ago) by blackie
tmp checkin

Revision 971297 - Directory Listing
Modified Fri May 22 09:45:40 2009 UTC (14 years, 6 months ago) by blackie
tmp checkin

Revision 971275 - Directory Listing
Modified Fri May 22 08:57:18 2009 UTC (14 years, 6 months ago) by blackie
tmp checkin

Revision 971274 - Directory Listing
Modified Fri May 22 08:56:46 2009 UTC (14 years, 6 months ago) by blackie
tmp checking

Revision 971129 - Directory Listing
Modified Thu May 21 18:26:42 2009 UTC (14 years, 6 months ago) by blackie
An attempt at reworking the browser to model/view. Hopefully this should
cleanup and simplify a lot of code


Revision 659090 - Directory Listing
Modified Sun Apr 29 12:45:46 2007 UTC (16 years, 7 months ago) by suutari
Keep ChangeLog style consistent.


Revision 657741 - Directory Listing
Modified Tue Apr 24 22:00:35 2007 UTC (16 years, 7 months ago) by suutari
Merge change 657736 from trunk (Add out-of-date warning to kpaxml2mysql.py)

Revision 657167 - Directory Listing
Modified Mon Apr 23 11:55:05 2007 UTC (16 years, 7 months ago) by swillden
Ported fix for image size in info box from trunk.



Revision 654155 - Directory Listing
Modified Sun Apr 15 09:14:43 2007 UTC (16 years, 7 months ago) by suutari
3.0.x again


Revision 654131 - Directory Listing
Modified Sun Apr 15 08:09:03 2007 UTC (16 years, 7 months ago) by suutari
Version 3.0.2


Revision 654130 - Directory Listing
Modified Sun Apr 15 08:05:32 2007 UTC (16 years, 7 months ago) by suutari
Merge change 653805 from trunk (Ignore TAGS file)

Revision 654129 - Directory Listing
Modified Sun Apr 15 08:02:51 2007 UTC (16 years, 7 months ago) by suutari
Merge change 653804 from trunk (Remove executable bit from movie.avi)

Revision 653111 - Directory Listing
Modified Thu Apr 12 16:56:41 2007 UTC (16 years, 7 months ago) by suutari
Merge change 653096 from trunk. (Don't test cycles at start-up)

Revision 652898 - Directory Listing
Modified Thu Apr 12 08:22:44 2007 UTC (16 years, 7 months ago) by suutari
Change 3.0.1 to 3.0.x

Revision 652897 - Directory Listing
Modified Thu Apr 12 08:21:45 2007 UTC (16 years, 7 months ago) by suutari
Merge change 652896 from trunk. (Update ChangeLog)

Revision 652894 - Directory Listing
Modified Thu Apr 12 08:10:53 2007 UTC (16 years, 7 months ago) by suutari
Merge changes 652754:652890 from trunk. (Avoid marking member map closure dirty in MemberMap::addMemberToGroup(..))

Revision 652754 - Directory Listing
Modified Thu Apr 12 00:55:31 2007 UTC (16 years, 7 months ago) by suutari
Merge change 652749 from trunk. (Remove Set::insert(const Set&) method)

Revision 652738 - Directory Listing
Modified Wed Apr 11 23:11:59 2007 UTC (16 years, 7 months ago) by suutari
Merge change 652737 from trunk. (DB::MemberMap::hasPath(..): Try to avoid member map closure recalculating)

Revision 652174 - Directory Listing
Modified Tue Apr 10 10:08:31 2007 UTC (16 years, 7 months ago) by suutari
Version 3.0.1


Revision 652171 - Directory Listing
Modified Tue Apr 10 09:51:24 2007 UTC (16 years, 7 months ago) by suutari
Merge change 650755 from trunk. (Deny cycles in member maps)

Revision 650751 - Directory Listing
Modified Thu Apr 5 11:20:08 2007 UTC (16 years, 8 months ago) by suutari
Merge change 650750 from trunk. (ChangeLog style change)

Revision 650387 - Directory Listing
Modified Wed Apr 4 12:36:02 2007 UTC (16 years, 8 months ago) by suutari
Merge change 650383 from trunk. (Raw file double rotation fix)


Revision 649188 - Directory Listing
Modified Mon Apr 2 08:05:59 2007 UTC (16 years, 8 months ago) by suutari
Update ChangeLog.


Revision 649187 - Directory Listing
Modified Mon Apr 2 07:58:41 2007 UTC (16 years, 8 months ago) by suutari
Port changes to member group configuration dialog from trunk (648338).

Revision 648967 - Directory Listing
Modified Sun Apr 1 19:22:55 2007 UTC (16 years, 8 months ago) by suutari
Port changes to selection code from trunk (648965).

Revision 648353 - Directory Listing
Modified Sat Mar 31 03:19:28 2007 UTC (16 years, 8 months ago) by suutari
Move KPhotoAlbum devel branch back to trunk.


Revision 648351 - Directory Listing
Modified Sat Mar 31 03:18:31 2007 UTC (16 years, 8 months ago) by suutari
Move KPhotoAlbum trunk to branches/kphotoalbum/3.0.x
to make room for moving devel branch back to trunk.


Revision 648339 - Directory Listing
Modified Sat Mar 31 02:40:26 2007 UTC (16 years, 8 months ago) by suutari
Merge desktop file changes from trunk (637100:642746).


Revision 648338 - Directory Listing
Modified Sat Mar 31 02:24:11 2007 UTC (16 years, 8 months ago) by suutari
Few improvements to member group configuration dialog:

Bugfix: When changing category from the dropdown list, selectMembers()
added items from a different category to _members listbox. Fix this by
not removing unwanted items from _members, but set them unselectable.

Connect slotGroupSelected() to currentChanged() instead of clicked().

Disable _members when there is no group selected.

Use slotCategoryChanged() to regenerate _groups and _members in
slotAddGroup(), slotRenameGroup() and slotDelGroup().


Revision 645650 - Directory Listing
Modified Fri Mar 23 08:49:04 2007 UTC (16 years, 8 months ago) by suutari
Optimize subsequent calls to SQLTagCategory::name() by caching the
value read from the database. Name of the category will not probably
change and even if it does new instance of that class is created
anyway by SQLCategoryCollection when asked for categories.


Revision 645648 - Directory Listing
Modified Fri Mar 23 08:34:00 2007 UTC (16 years, 8 months ago) by suutari
Code for debugging query times (ifdeffed out).
Uses otherwise unused save function to print the times... Will be removed later.


Revision 645455 - Directory Listing
Modified Thu Mar 22 17:04:19 2007 UTC (16 years, 8 months ago) by suutari
Remove unused include.


Revision 645291 - Directory Listing
Modified Thu Mar 22 08:34:28 2007 UTC (16 years, 8 months ago) by suutari
Add new methods to QueryResult class:
asUIntegerList()
asStringUIntegerMap()
asVariantList()


Revision 645289 - Directory Listing
Modified Thu Mar 22 08:28:36 2007 UTC (16 years, 8 months ago) by suutari
Split sources list into multiple lines to make it easier to read and change.


Revision 645287 - Directory Listing
Modified Thu Mar 22 08:19:30 2007 UTC (16 years, 8 months ago) by suutari
Change constructor of SQLMemberMap to take QueryHelper& instead of
QueryHelper* like rest of the SQLDB constructors.


Revision 645284 - Directory Listing
Modified Thu Mar 22 08:04:05 2007 UTC (16 years, 8 months ago) by suutari
Change constructors of SQLCategoryCollection, SQLImageInfoCollection
and SQLMD5Map to take QueryHelper& instead of Connection&, so there is
only one QueryHelper instance.


Revision 643051 - Directory Listing
Modified Fri Mar 16 09:10:59 2007 UTC (16 years, 8 months ago) by suutari
NewImageFinder::calculateMD5sums(): Fixing too early return. (wasCanceled was not set)


Revision 642742 - Directory Listing
Modified Thu Mar 15 09:58:40 2007 UTC (16 years, 8 months ago) by suutari
My last changes to selection code made it impossible to drag items. This is a fix to it.


Revision 631502 - Directory Listing
Modified Thu Feb 8 09:03:35 2007 UTC (16 years, 9 months ago) by suutari
Bugfix: Selecting a single file by mouse press didn't add that file to
_selectedFiles in ThumbnailView.

Also change behaviour of thumbnail view when multiple images are
selected and user presses one of the selected ones:
 - used to toggle the one that is selected
 - now deselects the selection and leaves the one selected


Revision 631501 - Directory Listing
Modified Thu Feb 8 08:54:59 2007 UTC (16 years, 9 months ago) by suutari
Bugfix: Selection was ignored in the first press of Plugins menu item, if plugin loading was delayed.


Revision 630070 - Directory Listing
Modified Sun Feb 4 11:58:06 2007 UTC (16 years, 10 months ago) by blackie
removed debug line

Revision 629942 - Directory Listing
Modified Sun Feb 4 09:11:41 2007 UTC (16 years, 10 months ago) by blackie
It is now possible to search for images with changed MD5 sum -
very useful for searching for corrupted image files.


Revision 626634 - Directory Listing
Modified Wed Jan 24 00:03:31 2007 UTC (16 years, 10 months ago) by suutari
Remove kexi update branch.


Revision 626627 - Directory Listing
Modified Tue Jan 23 23:37:13 2007 UTC (16 years, 10 months ago) by suutari
Update bundled KexiDB to 1.6.1.

(merging changes 626601:626625 from update-to-kexi-1.6.1 branch)


Revision 626625 - Directory Listing
Modified Tue Jan 23 23:14:57 2007 UTC (16 years, 10 months ago) by suutari
Ignore Makefile.in from svn.


Revision 626623 - Directory Listing
Modified Tue Jan 23 22:54:51 2007 UTC (16 years, 10 months ago) by suutari
Update kexi to compile and add kphotoalbum prefix to installed libraries and desktop files.


Revision 626603 - Directory Listing
Modified Tue Jan 23 20:53:09 2007 UTC (16 years, 10 months ago) by suutari
Copy stuff from Kexi (from KOffice 1.6.1).


Revision 626602 - Directory Listing
Modified Tue Jan 23 20:39:38 2007 UTC (16 years, 10 months ago) by suutari
Start updating bundled KexiDB by removing the old one.


Revision 626601 - Directory Listing
Modified Tue Jan 23 20:36:49 2007 UTC (16 years, 10 months ago) by suutari
Create a branch for updating bundled KexiDB to more recent version.

This shouldn't be too hard to do, but may require some commits that
will break compiling temporaryly, so creating a branch.


Revision 622833 - Directory Listing
Modified Sat Jan 13 09:26:35 2007 UTC (16 years, 10 months ago) by blackie
Limit extra space in thumbnail viewer when showing categories (thx to Christoph Moseler).

Revision 622824 - Directory Listing
Modified Sat Jan 13 08:21:11 2007 UTC (16 years, 10 months ago) by blackie
fixed typos

Revision 618138 - Directory Listing
Modified Sun Dec 31 10:54:31 2006 UTC (16 years, 11 months ago) by blackie
Ensure people need to do something active to disable kipi and exiv2

Revision 618121 - Directory Listing
Modified Sun Dec 31 09:25:07 2006 UTC (16 years, 11 months ago) by blackie
Oops checked the wrong thing

Revision 617978 - Directory Listing
Modified Sat Dec 30 18:24:15 2006 UTC (16 years, 11 months ago) by suutari
Create a devel branch from trunk rev 617977.


Revision 617976 - Directory Listing
Modified Sat Dec 30 18:20:08 2006 UTC (16 years, 11 months ago) by suutari
Remove unused (and old) development branches.


Revision 572799 - Directory Listing
Modified Sun Aug 13 23:58:31 2006 UTC (17 years, 3 months ago) by suutari
Port changes from trunk

Revision 572795 - Directory Listing
Modified Sun Aug 13 23:45:22 2006 UTC (17 years, 3 months ago) by suutari
Change KexiDB back to dynamic linking and prefix those libs and modules with kphotoalbum to avoid conflicts.

Revision 572669 - Directory Listing
Modified Sun Aug 13 13:54:29 2006 UTC (17 years, 3 months ago) by suutari
Remove KexiDB check from configure

Revision 572667 - Directory Listing
Modified Sun Aug 13 13:49:14 2006 UTC (17 years, 3 months ago) by suutari
Remove error if KexiDB is not installed

Revision 572662 - Directory Listing
Modified Sun Aug 13 13:36:13 2006 UTC (17 years, 3 months ago) by suutari
Rename some installed desktop files to avoid conflicts with real Kexi

Revision 572659 - Directory Listing
Modified Sun Aug 13 13:33:01 2006 UTC (17 years, 3 months ago) by suutari
Comment out ksqlite2 and ksqlite sources

Revision 572650 - Directory Listing
Modified Sun Aug 13 13:08:05 2006 UTC (17 years, 3 months ago) by suutari
First try to adapt bundled Kexi to work within KPhotoAlbum

Revision 572643 - Directory Listing
Modified Sun Aug 13 13:00:29 2006 UTC (17 years, 3 months ago) by suutari
Change external KexiDB linking to bundled

Revision 572642 - Directory Listing
Modified Sun Aug 13 12:59:21 2006 UTC (17 years, 3 months ago) by suutari
Add variables

Revision 572632 - Directory Listing
Modified Sun Aug 13 12:39:24 2006 UTC (17 years, 3 months ago) by suutari
Copy stuff from Kexi (from KOffice 1.5.2)

Revision 572629 - Directory Listing
Modified Sun Aug 13 12:27:58 2006 UTC (17 years, 3 months ago) by suutari
Create branch for testing KexiDB bundling

Revision 568843 - Directory Listing
Modified Wed Aug 2 12:30:01 2006 UTC (17 years, 4 months ago) by suutari
Clean up SQLDB stuff in MainWindow::Window::load().


Revision 568775 - Directory Listing
Modified Wed Aug 2 08:47:24 2006 UTC (17 years, 4 months ago) by suutari
Ported changes 567119:568543 from trunk

Revision 568771 - Directory Listing
Modified Wed Aug 2 08:22:10 2006 UTC (17 years, 4 months ago) by suutari
Implement SQLDB::Database::sortAndMergeBackIn().


Revision 568164 - Directory Listing
Modified Mon Jul 31 11:03:30 2006 UTC (17 years, 4 months ago) by suutari
Move documentation comment from header file to cpp file.


Revision 568145 - Directory Listing
Modified Mon Jul 31 09:38:50 2006 UTC (17 years, 4 months ago) by suutari
Reimplementing ImageDB::findFirstItemInRange() in SQLDB::Database.


Revision 568142 - Directory Listing
Modified Mon Jul 31 09:18:59 2006 UTC (17 years, 4 months ago) by suutari
Make it possible to optimize date searches with DateBar by
reimplementing new method ImageDB::findFirstItemInRange().


Revision 567550 - Directory Listing
Modified Sat Jul 29 10:13:33 2006 UTC (17 years, 4 months ago) by suutari
These too were left there by accident when resolving conflict.


Revision 567544 - Directory Listing
Modified Sat Jul 29 09:46:21 2006 UTC (17 years, 4 months ago) by suutari
Remove call to addItem(folderName), which was left there by accident when resolving conflict.


Revision 567498 - Directory Listing
Modified Sat Jul 29 01:34:27 2006 UTC (17 years, 4 months ago) by suutari
Oops. Move saveChangesIfNotDelayed() call out of for-loop.


Revision 567494 - Directory Listing
Modified Sat Jul 29 00:50:48 2006 UTC (17 years, 4 months ago) by suutari
ImageInfo: add new method delaySavingChanges() and make ImageInfo::saveChanges() protected.

Now changes are saved by default, but saving multiple changes at once
could be done with delaySavingChanges().


Revision 567492 - Directory Listing
Modified Sat Jul 29 00:45:47 2006 UTC (17 years, 4 months ago) by suutari
Delete old tags when updating media item. (Otherwise they won't go away at all)


Revision 567452 - Directory Listing
Modified Fri Jul 28 20:47:54 2006 UTC (17 years, 4 months ago) by suutari
Ported changes 566245:567119 from trunk

Revision 567444 - Directory Listing
Modified Fri Jul 28 20:03:44 2006 UTC (17 years, 4 months ago) by suutari
First try to implement SQLDB::Database::reorder()


Revision 567443 - Directory Listing
Modified Fri Jul 28 20:03:00 2006 UTC (17 years, 4 months ago) by suutari
Return 0 in SQLImageInfoCollection::getImageInfoOf() if filename is not in db.


Revision 567091 - Directory Listing
Modified Thu Jul 27 23:34:04 2006 UTC (17 years, 4 months ago) by suutari
Add reference counting to Cursor class.


Revision 566711 - Directory Listing
Modified Wed Jul 26 19:57:07 2006 UTC (17 years, 4 months ago) by suutari
Set place when adding new images to database.


Revision 566541 - Directory Listing
Modified Wed Jul 26 13:53:12 2006 UTC (17 years, 4 months ago) by suutari
Don't include unused header.


Revision 566528 - Directory Listing
Modified Wed Jul 26 13:14:54 2006 UTC (17 years, 4 months ago) by suutari
Ported changes 563137:566245 from trunk

Revision 564654 - Directory Listing
Modified Thu Jul 20 18:29:00 2006 UTC (17 years, 4 months ago) by suutari
Return media items ordered by place.


Revision 564518 - Directory Listing
Modified Thu Jul 20 11:13:54 2006 UTC (17 years, 4 months ago) by suutari
Only add items to Folder category (in ImageInfo::setFileName()), if it is in category collection.


Revision 564492 - Directory Listing
Modified Thu Jul 20 10:36:59 2006 UTC (17 years, 4 months ago) by suutari
Remove category items too when removing category.


Revision 564489 - Directory Listing
Modified Thu Jul 20 10:32:36 2006 UTC (17 years, 4 months ago) by suutari
Change SQLFolderCategory to inherit from SQLSpecialCategory.


Revision 564487 - Directory Listing
Modified Thu Jul 20 10:29:31 2006 UTC (17 years, 4 months ago) by suutari
Prevent renaming special category.


Revision 564486 - Directory Listing
Modified Thu Jul 20 10:27:50 2006 UTC (17 years, 4 months ago) by suutari
When creating the db, create Folder and Tokens categories too.


Revision 564485 - Directory Listing
Modified Thu Jul 20 10:24:21 2006 UTC (17 years, 4 months ago) by suutari
Throw NotFoundError when queried item not found in QueryHelper::categoryForId() and QueryHelper::idForCategory().


Revision 564436 - Directory Listing
Modified Thu Jul 20 07:52:41 2006 UTC (17 years, 4 months ago) by suutari
New class SQLSpecialCategory for Tokens.


Revision 564434 - Directory Listing
Modified Thu Jul 20 07:50:59 2006 UTC (17 years, 4 months ago) by suutari
Use CategoryCollection methods for Database::renameCategory() and Database::renameItem().


Revision 564433 - Directory Listing
Modified Thu Jul 20 07:49:15 2006 UTC (17 years, 4 months ago) by suutari
Fix SQLCategory::renameItem() to specify the categoryId too in the query. And clean-up.


Revision 564432 - Directory Listing
Modified Thu Jul 20 07:48:16 2006 UTC (17 years, 4 months ago) by suutari
Make SQLCategory constructor protected to allow only SQLCategoryCollection to create categories.


Revision 564268 - Directory Listing
Modified Wed Jul 19 17:53:20 2006 UTC (17 years, 4 months ago) by suutari
Move SQLImageInfo directory to new class SQLImageInfoCollection.


Revision 564185 - Directory Listing
Modified Wed Jul 19 13:48:10 2006 UTC (17 years, 4 months ago) by suutari
Call saveChanges() after reading EXIF info from file in ImageInfo::readExif().


Revision 564182 - Directory Listing
Modified Wed Jul 19 13:45:10 2006 UTC (17 years, 4 months ago) by suutari
Delete newBackend after convert is done.


Revision 564181 - Directory Listing
Modified Wed Jul 19 13:43:58 2006 UTC (17 years, 4 months ago) by suutari
Delete old category entry when inserting new.


Revision 563774 - Directory Listing
Modified Tue Jul 18 13:25:17 2006 UTC (17 years, 4 months ago) by suutari
Add license.


Revision 563765 - Directory Listing
Modified Tue Jul 18 12:51:20 2006 UTC (17 years, 4 months ago) by suutari
Support loading and saving drawings to SQL database.


Revision 563736 - Directory Listing
Modified Tue Jul 18 11:05:33 2006 UTC (17 years, 4 months ago) by suutari
Change schema: Remove id from drawing table.
Change mysqldb.py to match new schema.


Revision 563731 - Directory Listing
Modified Tue Jul 18 10:45:06 2006 UTC (17 years, 4 months ago) by suutari
Make it possible to use Viewer::Draw objects without QDomElements.

- Add Viewer::Draw::setCoordinates() method.
- Add getStartPoint() and getEndPoint() methods.


Revision 563716 - Directory Listing
Modified Tue Jul 18 09:57:38 2006 UTC (17 years, 4 months ago) by suutari
Mark ImageInfo dirty when changing md5sum or type and do not mark dirty if empty drawlist is overwritten by another empty list.


Revision 563712 - Directory Listing
Modified Tue Jul 18 09:54:31 2006 UTC (17 years, 4 months ago) by suutari
Remove SQLFolderCategory::readItems(), _items and _isSpecial.


Revision 563394 - Directory Listing
Modified Mon Jul 17 13:41:41 2006 UTC (17 years, 4 months ago) by suutari
Handle NULL width and height. New method QueryHelper::imageInfoToBindings().


Revision 563382 - Directory Listing
Modified Mon Jul 17 12:44:12 2006 UTC (17 years, 4 months ago) by suutari
Change fieldTypeFor signature to use const QVariant&.


Revision 563367 - Directory Listing
Modified Mon Jul 17 12:14:14 2006 UTC (17 years, 4 months ago) by suutari
Clean-up QueryHelper::idListForTag().


Revision 563186 - Directory Listing
Modified Sun Jul 16 22:06:37 2006 UTC (17 years, 4 months ago) by suutari
Ported changes 560100:563137 from trunk

Revision 563176 - Directory Listing
Modified Sun Jul 16 21:32:36 2006 UTC (17 years, 4 months ago) by suutari
Implement ordering of the tags and SQLCategory::renameItem().


Revision 562597 - Directory Listing
Modified Sat Jul 15 11:05:04 2006 UTC (17 years, 4 months ago) by suutari
Move category renaming code from SQLCategoryCollection to SQLCategory.


Revision 562594 - Directory Listing
Modified Sat Jul 15 10:51:30 2006 UTC (17 years, 4 months ago) by suutari
Replace qstring == "" with qstring.isEmpty().


Revision 561922 - Directory Listing
Modified Thu Jul 13 16:20:04 2006 UTC (17 years, 4 months ago) by suutari
Delete also rows from media_tag table when removing media item from media table.


Revision 561906 - Directory Listing
Modified Thu Jul 13 15:45:51 2006 UTC (17 years, 4 months ago) by suutari
New method QueryHelper::getMediaIdTagPairs().


Revision 561845 - Directory Listing
Modified Thu Jul 13 12:59:44 2006 UTC (17 years, 4 months ago) by suutari
Remove QueryHelper::Result::cursor() method and uses of it in SQLDB::Database::classify().


Revision 561831 - Directory Listing
Modified Thu Jul 13 12:25:12 2006 UTC (17 years, 4 months ago) by suutari
Change some functions to not use QueryHelper::Result::cursor anymore and other clean-ups.


Revision 561591 - Directory Listing
Modified Wed Jul 12 16:20:41 2006 UTC (17 years, 4 months ago) by suutari
Insert default categories too after creating the db.


Revision 561558 - Directory Listing
Modified Wed Jul 12 13:51:44 2006 UTC (17 years, 4 months ago) by suutari
Use transaction in create db, if available. Workaround for KexiDB PostgreSQL DateTime bug.


Revision 561549 - Directory Listing
Modified Wed Jul 12 13:20:49 2006 UTC (17 years, 4 months ago) by suutari
Fix SQLDB::Database::addToBlockList to call addBlockItems with relative paths.


Revision 561513 - Directory Listing
Modified Wed Jul 12 10:20:02 2006 UTC (17 years, 4 months ago) by suutari
Null-implement SQLDB::Database clipboard methods.


Revision 561353 - Directory Listing
Modified Tue Jul 11 22:39:46 2006 UTC (17 years, 4 months ago) by suutari
Optimize counting of any type media items by using simpler query.


Revision 561350 - Directory Listing
Modified Tue Jul 11 22:30:43 2006 UTC (17 years, 4 months ago) by suutari
Optimize searches of all media types by leaving media.type field out of the query.


Revision 561348 - Directory Listing
Modified Tue Jul 11 22:25:13 2006 UTC (17 years, 4 months ago) by suutari
Clean-up Query.h and Query.cpp.


Revision 561307 - Directory Listing
Modified Tue Jul 11 20:12:01 2006 UTC (17 years, 4 months ago) by suutari
Allow media type to specified as a mask.

So these functions can search Image, Movie or Both now.


Revision 561304 - Directory Listing
Modified Tue Jul 11 20:08:25 2006 UTC (17 years, 4 months ago) by suutari
Change DB::Movie from 16 to 2 (0x10 to 0x02). And add DB::anyMediaType to match all types.


Revision 560784 - Directory Listing
Modified Tue Jul 11 08:32:12 2006 UTC (17 years, 4 months ago) by suutari
Ported changes 553919:560100 from trunk

Revision 560706 - Directory Listing
Modified Mon Jul 10 22:59:07 2006 UTC (17 years, 4 months ago) by suutari
New class SQLMD5Map.


Revision 560699 - Directory Listing
Modified Mon Jul 10 22:36:31 2006 UTC (17 years, 4 months ago) by suutari
QueryHelper::Result: Delete cursor only in destructor.


Revision 560189 - Directory Listing
Modified Sun Jul 9 13:56:40 2006 UTC (17 years, 4 months ago) by suutari
Move database creating and such to own class -- DatabaseHandler.


Revision 560080 - Directory Listing
Modified Sun Jul 9 08:33:13 2006 UTC (17 years, 4 months ago) by suutari
Fix template parameter N to be same type as in for-loop.


Revision 560079 - Directory Listing
Modified Sun Jul 9 08:31:55 2006 UTC (17 years, 4 months ago) by suutari
Remove unused class: QueryUtil.


Revision 560076 - Directory Listing
Modified Sun Jul 9 08:24:16 2006 UTC (17 years, 4 months ago) by suutari
Remove #ifdef HASKEXIDB lines.


Revision 559973 - Directory Listing
Modified Sat Jul 8 18:36:13 2006 UTC (17 years, 4 months ago) by suutari
Make SQLImageInfo to save only if changed and save after configuring multiple images too.


Revision 559971 - Directory Listing
Modified Sat Jul 8 18:24:41 2006 UTC (17 years, 4 months ago) by suutari
Make QueryHelper::idForFilename to throw an error if file is not found.


Revision 559968 - Directory Listing
Modified Sat Jul 8 18:20:10 2006 UTC (17 years, 4 months ago) by suutari
Add classes for error handling.


Revision 559945 - Directory Listing
Modified Sat Jul 8 17:33:26 2006 UTC (17 years, 4 months ago) by suutari
Make ImageDate::operator!= const.


Revision 558489 - Directory Listing
Modified Wed Jul 5 13:34:04 2006 UTC (17 years, 5 months ago) by suutari
Optimize SQLDB::Database::imageList() to run only one query.

Makes startup faster.


Revision 558446 - Directory Listing
Modified Wed Jul 5 12:33:40 2006 UTC (17 years, 5 months ago) by suutari
Reimplement mergeUniqly so it can handle empty lists too.


Revision 558198 - Directory Listing
Modified Tue Jul 4 21:28:29 2006 UTC (17 years, 5 months ago) by suutari
Change some method signatures to use "const Class&".

Even though Qt shares most of its objects implicitly, passing objects
as a copy could add some overhead, so made this change just to be sure.


Revision 558192 - Directory Listing
Modified Tue Jul 4 21:07:24 2006 UTC (17 years, 5 months ago) by suutari
Implement SQLCategory::removeItem()


Revision 557946 - Directory Listing
Modified Tue Jul 4 12:52:21 2006 UTC (17 years, 5 months ago) by suutari
Remove unused method imageInfoList() from ImageDB.


Revision 557927 - Directory Listing
Modified Tue Jul 4 12:23:19 2006 UTC (17 years, 5 months ago) by suutari
Change table names (blockItem) to lowercase to avoid some problems.


Revision 557924 - Directory Listing
Modified Tue Jul 4 12:18:54 2006 UTC (17 years, 5 months ago) by suutari
Don't emit totalChanged or dirty if XMLDB::Database::addImages is called with empty list.


Revision 557922 - Directory Listing
Modified Tue Jul 4 12:10:26 2006 UTC (17 years, 5 months ago) by suutari
Change filename to relativePath in function bodys too. (Forgot that in r557917)


Revision 557919 - Directory Listing
Modified Tue Jul 4 12:04:07 2006 UTC (17 years, 5 months ago) by suutari
Add comment to remind about foreign key constraint.


Revision 557918 - Directory Listing
Modified Tue Jul 4 12:01:47 2006 UTC (17 years, 5 months ago) by suutari
Implement SQLDB::Database::deleteList() and call it from addToBlockList().


Revision 557917 - Directory Listing
Modified Tue Jul 4 11:57:27 2006 UTC (17 years, 5 months ago) by suutari
Change parameter filename to relativePath to make API more clear.


Revision 557916 - Directory Listing
Modified Tue Jul 4 11:54:22 2006 UTC (17 years, 5 months ago) by suutari
Add method QueryHelper::removeMediaItem()


Revision 556524 - Directory Listing
Modified Fri Jun 30 14:38:38 2006 UTC (17 years, 5 months ago) by suutari
Make browsing faster by providing optimized version of count() method for SQL database.


Revision 556436 - Directory Listing
Modified Fri Jun 30 08:58:03 2006 UTC (17 years, 5 months ago) by suutari
Don't do anything in ensureCurrentVisiblePart2() if _currentItem is null.

This prevents
ASSERT: "!fileName.isNull()" in ThumbnailWidget.cpp (535)
to show up when scrolling thumbnail view "too fast" with the scrollbar.


Revision 556435 - Directory Listing
Modified Fri Jun 30 08:30:25 2006 UTC (17 years, 5 months ago) by suutari
Handle type parameter of SQLDB::Database::classify().


Revision 556432 - Directory Listing
Modified Fri Jun 30 08:15:14 2006 UTC (17 years, 5 months ago) by suutari
Fix copy+paste error.


Revision 556183 - Directory Listing
Modified Thu Jun 29 14:19:27 2006 UTC (17 years, 5 months ago) by suutari
Save block items to database.


Revision 556120 - Directory Listing
Modified Thu Jun 29 10:03:59 2006 UTC (17 years, 5 months ago) by suutari
Add folders() method to QueryHelper.


Revision 556119 - Directory Listing
Modified Thu Jun 29 10:02:55 2006 UTC (17 years, 5 months ago) by suutari
Don't complain about special category NYI.


Revision 556105 - Directory Listing
Modified Thu Jun 29 09:36:32 2006 UTC (17 years, 5 months ago) by suutari
Use QFileInfo instead of QFile.


Revision 556102 - Directory Listing
Modified Thu Jun 29 09:24:26 2006 UTC (17 years, 5 months ago) by suutari
Handle requireOnDisk in SQLDB::Database::search().


Revision 556101 - Directory Listing
Modified Thu Jun 29 09:13:34 2006 UTC (17 years, 5 months ago) by suutari
Handle Folders category specially.


Revision 555863 - Directory Listing
Modified Wed Jun 28 16:02:32 2006 UTC (17 years, 5 months ago) by suutari
Add some comments to remind about needed contstraints


Revision 555771 - Directory Listing
Modified Wed Jun 28 14:31:21 2006 UTC (17 years, 5 months ago) by suutari
Database schema change: Split filename to dirId and filename

Revision 555730 - Directory Listing
Modified Wed Jun 28 12:35:44 2006 UTC (17 years, 5 months ago) by suutari
Set mediatype to 'video' for XML attribute "movie".


Revision 555707 - Directory Listing
Modified Wed Jun 28 11:32:44 2006 UTC (17 years, 5 months ago) by suutari
Make SQLImageInfo objects to return isNull() == false

Revision 555705 - Directory Listing
Modified Wed Jun 28 11:31:17 2006 UTC (17 years, 5 months ago) by suutari
Implement filesMatchingQuery()

Revision 553919 - Directory Listing
Modified Thu Jun 22 13:54:58 2006 UTC (17 years, 5 months ago) by suutari
Ported changes from trunk

Revision 553914 - Directory Listing
Modified Thu Jun 22 13:36:37 2006 UTC (17 years, 5 months ago) by suutari
Added license to script files

Revision 553906 - Directory Listing
Modified Thu Jun 22 13:28:42 2006 UTC (17 years, 5 months ago) by suutari
First step towards new SQL database schema with KexiDB

Revision 553895 - Directory Listing
Modified Thu Jun 22 11:55:08 2006 UTC (17 years, 5 months ago) by suutari
Text file, which lists compatibility issues with digiKam database

Revision 553892 - Directory Listing
Modified Thu Jun 22 11:42:34 2006 UTC (17 years, 5 months ago) by suutari
Check is KexiDB installed

Revision 553890 - Directory Listing
Modified Thu Jun 22 11:35:12 2006 UTC (17 years, 5 months ago) by suutari
Exit if setupSQLDB is called with no SQLDB support

Revision 553889 - Directory Listing
Modified Thu Jun 22 11:33:25 2006 UTC (17 years, 5 months ago) by suutari
Add comments

Revision 553888 - Directory Listing
Modified Thu Jun 22 11:32:03 2006 UTC (17 years, 5 months ago) by suutari
Add setter for mediaType

Revision 553887 - Directory Listing
Modified Thu Jun 22 11:27:25 2006 UTC (17 years, 5 months ago) by suutari
Add script which finds media items with some tag

Revision 553886 - Directory Listing
Modified Thu Jun 22 11:25:15 2006 UTC (17 years, 5 months ago) by suutari
Add hash and eq to Tag class

Revision 553885 - Directory Listing
Modified Thu Jun 22 11:23:37 2006 UTC (17 years, 5 months ago) by suutari
Fix typo

Revision 553884 - Directory Listing
Modified Thu Jun 22 11:22:55 2006 UTC (17 years, 5 months ago) by suutari
Use simplified schema

Revision 553881 - Directory Listing
Modified Thu Jun 22 11:18:29 2006 UTC (17 years, 5 months ago) by suutari
Simplified schema.


Revision 549173 - Directory Listing
Modified Wed Jun 7 17:11:34 2006 UTC (17 years, 5 months ago) by suutari
SQLDB_DATABSE typo fix

Revision 549171 - Directory Listing
Modified Wed Jun 7 17:04:16 2006 UTC (17 years, 5 months ago) by suutari
Ported changes (548215 to 548866) from trunk

Revision 549105 - Directory Listing
Modified Wed Jun 7 13:32:55 2006 UTC (17 years, 5 months ago) by suutari
Parse compressed member groups from XML

Revision 548871 - Directory Listing
Modified Tue Jun 6 18:02:04 2006 UTC (17 years, 6 months ago) by suutari
Added place and media type attributes to SQL db schema and changed script to handle them.

Revision 548669 - Directory Listing
Modified Tue Jun 6 08:46:56 2006 UTC (17 years, 6 months ago) by suutari
Updated ER-diagram

Revision 548578 - Directory Listing
Modified Mon Jun 5 22:43:58 2006 UTC (17 years, 6 months ago) by suutari
Adding ER diagram for documentation purposes

Revision 548571 - Directory Listing
Modified Mon Jun 5 22:13:23 2006 UTC (17 years, 6 months ago) by suutari
startDate->startTime, endDate->endTime

Revision 548414 - Directory Listing
Modified Mon Jun 5 14:21:34 2006 UTC (17 years, 6 months ago) by suutari
Changed Image to MediaItem everywhere.

datatypes.py:
Added classes Tag, MemberGroup and BlockItem.
Added __hash__ and __eq__ methods to Drawing class.

db.py:
Added isEmpty method.

mysqldb.py:
Added support for saving drawings and member groups.
Changed ItemNumMap to support holes in its integer range.

xmldb.py:
Chech version of XML file.
Parse member groups and block list.


Revision 548215 - Directory Listing
Modified Sun Jun 4 21:33:02 2006 UTC (17 years, 6 months ago) by blackie
renamed SQLDB class to Database to avoid collision with namespace

Revision 548198 - Directory Listing
Modified Sun Jun 4 21:09:10 2006 UTC (17 years, 6 months ago) by blackie
renamed XMLDB class to Database to avoid collision with namespace

Revision 548180 - Directory Listing
Modified Sun Jun 4 20:37:21 2006 UTC (17 years, 6 months ago) by blackie
renamed Settings class to SettingsData to avoid collision with namespace

Revision 548174 - Directory Listing
Modified Sun Jun 4 20:12:26 2006 UTC (17 years, 6 months ago) by blackie
renamed AnnotationDialog class to Dialog to avoid collision with namespace

Revision 548168 - Directory Listing
Modified Sun Jun 4 19:39:34 2006 UTC (17 years, 6 months ago) by blackie
renamed Viewer class to ViewerWidget to avoid collision with namespace

Revision 548165 - Directory Listing
Modified Sun Jun 4 19:29:11 2006 UTC (17 years, 6 months ago) by blackie
renamed ThumbnailView class to ThumbnailWidget to avoid collision with namespace

Revision 548160 - Directory Listing
Modified Sun Jun 4 19:13:47 2006 UTC (17 years, 6 months ago) by blackie
renamed MainWindow class to Window to avoid collision with namespace

Revision 548154 - Directory Listing
Modified Sun Jun 4 18:46:49 2006 UTC (17 years, 6 months ago) by blackie
renamed ImageManager class to Manager to avoid collision with namespace

Revision 548145 - Directory Listing
Modified Sun Jun 4 18:21:41 2006 UTC (17 years, 6 months ago) by blackie
renamed DateBar class to DateBarWidget to avoid collision with namespace

Revision 547671 - Directory Listing
Modified Fri Jun 2 22:43:01 2006 UTC (17 years, 6 months ago) by suutari
Support for reading drawings from XML

Revision 547633 - Directory Listing
Modified Fri Jun 2 19:48:47 2006 UTC (17 years, 6 months ago) by suutari
Added missing "("

Revision 547632 - Directory Listing
Modified Fri Jun 2 19:45:36 2006 UTC (17 years, 6 months ago) by suutari
Cleaning up sqldb.py

Revision 547617 - Directory Listing
Modified Fri Jun 2 19:09:58 2006 UTC (17 years, 6 months ago) by suutari
Split Database interface to reader and writer parts

Revision 547405 - Directory Listing
Modified Fri Jun 2 00:04:50 2006 UTC (17 years, 6 months ago) by suutari
Make RawImageDecoder to get linked in

Revision 547206 - Directory Listing
Modified Thu Jun 1 09:09:01 2006 UTC (17 years, 6 months ago) by suutari
Ported from trunk. (exit() definition)


Revision 546898 - Directory Listing
Modified Wed May 31 10:48:27 2006 UTC (17 years, 6 months ago) by suutari
Support for compressed index.xml

Revision 546709 - Directory Listing
Modified Tue May 30 20:27:39 2006 UTC (17 years, 6 months ago) by suutari
added module name to use of Error class (xmldb.Error)


Revision 546690 - Directory Listing
Modified Tue May 30 18:51:04 2006 UTC (17 years, 6 months ago) by suutari
Divided database conversion script to modules

Revision 546403 - Directory Listing
Modified Mon May 29 22:53:36 2006 UTC (17 years, 6 months ago) by suutari
When inserting new tag to db, insert also category, if not already present.


Revision 546395 - Directory Listing
Modified Mon May 29 22:20:35 2006 UTC (17 years, 6 months ago) by suutari
Better error handling. Detect compressed index.xml.


Revision 546295 - Directory Listing
Modified Mon May 29 17:28:26 2006 UTC (17 years, 6 months ago) by suutari
Ported .desktop files from trunk

Revision 546287 - Directory Listing
Modified Mon May 29 17:02:40 2006 UTC (17 years, 6 months ago) by blackie
moved files from the DB directory into a DB namespace.

Revision 546285 - Directory Listing
Modified Mon May 29 16:58:17 2006 UTC (17 years, 6 months ago) by suutari
Changed KPADOMConverter to KPADatabaseReader.
Moved database copying function to module level.


Revision 546241 - Directory Listing
Modified Mon May 29 15:06:06 2006 UTC (17 years, 6 months ago) by suutari
added charset conversion to db read statements


Revision 546225 - Directory Listing
Modified Mon May 29 14:17:22 2006 UTC (17 years, 6 months ago) by suutari
removed debug print command


Revision 546181 - Directory Listing
Modified Mon May 29 12:35:18 2006 UTC (17 years, 6 months ago) by suutari
Adding XML->MySQL conversion script under version control


Revision 546127 - Directory Listing
Modified Mon May 29 08:52:57 2006 UTC (17 years, 6 months ago) by suutari
Fixed typo (f -> if)

Revision 546093 - Directory Listing
Modified Mon May 29 05:34:03 2006 UTC (17 years, 6 months ago) by blackie
Finalized moving files into subdirectories.


Revision 545636 - Directory Listing
Modified Sat May 27 22:20:17 2006 UTC (17 years, 6 months ago) by blackie
Moved Image loading classes into subdirectory / namespace

Revision 545608 - Directory Listing
Modified Sat May 27 21:02:10 2006 UTC (17 years, 6 months ago) by blackie
Created directory/namespace Utilities

Revision 545585 - Directory Listing
Modified Sat May 27 20:05:59 2006 UTC (17 years, 6 months ago) by blackie
renamed Options to Settings, and moved it into a subdirectory / namespace.

Revision 545555 - Directory Listing
Modified Sat May 27 18:59:55 2006 UTC (17 years, 6 months ago) by blackie
ported from trunk

Revision 542767 - Directory Listing
Modified Sat May 20 10:05:27 2006 UTC (17 years, 6 months ago) by suutari
added == KPasswordDialog::Accepted

Revision 542766 - Directory Listing
Modified Sat May 20 09:49:06 2006 UTC (17 years, 6 months ago) by suutari
Two more #ifdef SQLDB_SUPPORT directives

Revision 542297 - Directory Listing
Modified Thu May 18 21:42:15 2006 UTC (17 years, 6 months ago) by suutari
Ask username and password when converting back-end

Revision 542266 - Directory Listing
Modified Thu May 18 19:47:10 2006 UTC (17 years, 6 months ago) by suutari
Read SQL username and password from config file


Revision 542147 - Directory Listing
Modified Thu May 18 12:55:44 2006 UTC (17 years, 6 months ago) by suutari
adding username and password parameters to SQLDB constructor


Revision 541820 - Directory Listing
Modified Wed May 17 12:05:48 2006 UTC (17 years, 6 months ago) by blackie
Branch for the google summer of code development.


Revision 531669 - Directory Listing
Modified Wed Apr 19 19:49:15 2006 UTC (17 years, 7 months ago) by blackie
branch for 2.2.x


Revision 531630 - Directory Listing
Added Wed Apr 19 17:34:43 2006 UTC (17 years, 7 months ago) by dfaure
for kphotoalbum branches