summaryrefslogtreecommitdiffstats
path: root/kview/ChangeLog
blob: e6d623428b018abe88200e548cb70861a794769b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
2003-10-06  Matthias Kretz <kretz@kde.org>

	* config/plugins/kviewpluginsconfig.cpp:
		Don't show an empty config page in the pluginselector (there are no
		KView plugins with config options, yet).

2003-09-27  Matthias Kretz <kretz@kde.org>

	* config/kviewconfmodules.cpp:
		Call sync() in save() on the TDEConfig object.

2003-08-19  Matthias Kretz <kretz@kde.org>

	* kview.cpp:
		Use boundImageTo instead of ugly hack.
	* kview.{h.cpp}:
		New method loadFromStdin().
	* main.cpp:
		If args is - load image from stdin.
	* Makefile.am:
		remove kviewviewer files from messages target
	* Makefile.am:
		remove kviewcanvas files from messages target

2003-07-11  Matthias Kretz <kretz@kde.org>

	* kviewviewer/kviewviewer.cpp:
		Use KMimeType::findByFileContent if KImageIO::type fails to
		get the type.

2003-06-14  Matthias Kretz <kretz@kde.org>

	* kimageviewer/canvas.h:
		New method boundImageTo( QSize ). Makes fit image to widget
		size a lot nicer.
	* kview.cpp, kviewviewer/kviewviewer.cpp:
		Use the new boundImageTo() method.

2003-05-01  Matthias Kretz <kretz@kde.org>

	* kview.cpp:
		New method loadFromStdin() that reads the image from stdin
		into a QByteArray constructs a QImage and passes that to
		KImageViewer::Viewer::newImage().
	* main.cpp:
		Check for args-url(0) being "-" and open image from stdin
		then.

2003-04-10  Matthias Kretz <kretz@kde.org>

	* modules/presenter/kviewpresenter.cpp:
		Allow drops of KURLDrags on the main view, too. This is done
		by the KViewPresenter installing an event filter on the
		m_pViewer->widget() and handling them just like the drops on
		the image list.

2003-04-03  Matthias Kretz <kretz@kde.org>

	* modules/presenter/kviewpresenter.cpp:
		s/QUriDrag/KURLDrag/

2003-03-09  Matthias Kretz <kretz@kde.org>

	* modules/effects/kvieweffects.cpp:
		Initialize m_intensity and m_lastintensity.

2003-03-07  Matthias Kretz <kretz@kde.org>

	* modules/effects/kvieweffects.{cpp,h,rc}:
		New effect: "Change Intensity". Uses KImageEffect::intensity()
		with configurable, guess what, intensity.
		Added helper function workImage() to copy the canvas' image
		into m_image and create a detached QImage to apply the effect
		on.
	* modules/effects/kvieweffects.cpp:
		Call setModified( true ) on the Viewer so that saving the
		image will work correctly
	* modules/effects/kvieweffects.{cpp,h,rc}:
		New effect: "Blend Color". Uses KImageEffect::blend() with
		configurable color and opacity.

2003-03-06  Matthias Kretz <kretz@kde.org>

	* modules/effects/*:
		New module: KViewEffects. I implemented a simple gamma
                correction filter using TDEIconEffect::toGamma().
	* kview.desktop:
		Changed MimeType field to support pbm, pnm, ppm and pgm.
		Is the image/x-png still needed?

2003-03-04  Matthias Kretz <kretz@kde.org>

	* TODO:
		added the architectural thoughts I had today
	* ChangeLog:
		started a ChangeLog (like you can see)