blob: d7439e76ede8b4e1eeb7026e6ba97b4088ed17cf (
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
|
2007-11-23 Franz Schmid
* aspellpluginimpl.ui Added proper layouts to the Gui
* aspellpluginimpl.cpp Adjusted the code to really work with Scribus 1.3.5
still needs cleanup of now unused code
Changed the behaviour to only scan the selected Objects.
Moved the menu entry to the "Item" menue.
2007-10-23 Gora Mohanty <gora@srijan.in>
* README.user, README.code: Documentation updated.
2007-10-23 Gora Mohanty <gora@srijan.in>
* CMakeLists.txt: Added FindASPELL in order to use aspell
library/include file definitions from it. There are probably still
problems here.
2007-10-23 Gora Mohanty <gora@srijan.in>
* aspellpluginimpl.cpp: Changed slot function names to match
desired auto-connect names for QT4. These are now named
on_<widget-name>_<action>. See QT4 documentation for details.
2007-10-22 Gora Mohanty <gora@srijan.in>
* aspellpluginimpl.{ui,cpp}: Removed spell-check button, and
associated functionality. Too confusing.
2007-10-22 Gora Mohanty <gora@srijan.in>
* aspellpluginimpl.cpp: Switched to use QT4 GUI
2007-10-21 Gora Mohanty <gora@srijan.in>
* aspellpluginimpl.cpp: Replaced instances of std::string with
QString, except when interacting with the Suggest class.
2007-10-19 Gora Mohanty <gora@srijan.in>
* aspellpluginimpl.ui: Switched to QT4 designer
2007-10-18 Gora Mohanty <gora@srijan.in>
* donedlgbase.ui: Switched to QT4 designer
2007-10-18 Gora Mohanty <gora@srijan.in>
* Started a ChangeLog on moving to Scribus 1.3.5
|