-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
129 lines (100 loc) · 3.95 KB
/
ChangeLog
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
2008-11-06 Quentin Mathe <qmathe@club-internet.fr>
Bumped framework version from 0.1 to 0.2 for Etoile 0.4 release.
* GNUmakefile: Introduced framework versioning.
* README:
* INSTALL:
Tweaked the content and the formatting a bit. Bumped version and documented
license in README.
* NEWS:
* TODO:
Added.
2008-03-23 Quentin Mathe <qmathe@club-internet.fr>
Necessary changes to compile and link with ACPI support. ACPI is still
turned off by default. Made this choice, mostly because libacpi package
isn't yet available on Ubuntu (next Ubuntu release Hardy Heron will include
it though).
* GNUmakefile: Modified to link libacpi if ACPI support is enabled.
* Source/GNUmakefile.preamble: Modified to pass the flag -DLIBACPI if
ACPI support is turned on.
* INSTALL: Updated.
* README: Listed all authors.
2008-03-23 Lennart Melzer <l.melzer at tu-bs dot de>
Applied a patch by Lennart Melzer that implements ACPI support by relying
on libacpi. The formatting and the code organization of the patch have been
reworked a bit. ACPI support is turned off by default.
* Source/SCPower_Linux.m
(-checkACPIStatus, -ACPIStatus, -APMStatus, -statusFromPercentage): New
private methods.
(-status): Modularized to support both ACPI and APM, mostly done by moving
APM code into new method -APMStatus.
2008-02-23 Quentin Mathe <qmathe@club-internet.fr>
* Source/SCPower_Linux.m: Fixed a compiler warning by replacing
multiple return points with a single one and using the unused variable
status to store the returned value. Also tidied the formatting a bit.
2008-02-23 N.H. Koh <nyaphong at gmail dot com>
Initial support for keyboard in X11 environment.
* Headers/SCConfig+Private.h: Modified to import Foundation.h.
* Headers/SCConfig.h: Declared enum values for keyboard failures.
* Headers/X11Keyboard.h:
* Sources/X11Keyboard.m:
Added.
* GNUmakefile:
* Source/GNUmakefile
Updated.
2007-12-07 Quentin Mathe <qmathe@club-internet.fr>
Note: Patch submitted by Eric Wasylishen, related to bug #10463 initially
reported on etoile-dev.
* Source/GNUmakefile: Fixed header search path to be /usr/include instead
of /usr/include/sys which contain architecture dependent headers.
* Source/SCSound.m: Modified to take in account the makefile modification.
2007-07-06 Quentin Mathe <qmathe@club-internet.fr>
* GNUmakefile:
* Source/GNUmakefile:
Fixed linking to link X11 as expected (was broken by library to
framework conversion). Normally that should eliminate repository
compilation error in Hardware which links SystemConfig.
2007-05-03 Yen-Ju Chen <yjchenx at gmail>
* Toplevel GNUmakefile make the frameworks
while Source/GNUmakefile make the subproject
2007-04-14 Yen-Ju Chen <yjchenx at gmail>
* Initial sound support.
* Keep volume between 0 and 100.
2007-02-18 Yen-Ju Chen <yjchenx at gmail>
* Format README in reStructuredText
2007-02-16 Guenther Noack <guenther@unix-ag.uni-kl.de>
* Source/X11Mouse.m:
Fixed error checking. (Does not apply to these functions.)
2007-02-12 Guenther Noack <guenther@unix-ag.uni-kl.de>
* Headers/X11Mouse.h:
* Source/X11Mouse.m:
X11 mouse configuration code (untested)
* Headers/SCConfig.h:
* Headers/SCConfig+Private.h:
* Source/SCConfig.m:
Added helper method for implementing classes
* Headers/SCMonitor.h:
* Headers/SCMouse.h:
* Source/SCMonitor.m:
* Source/SCMouse.m:
Documented methods and implemented default methods
2006-11-10 Quentin Mathe <qmathe@club-internet.fr>
* Headers/SCConfig.h:
* Source/SCConfig.m:
Modified to have a delegate object for error reporting.
2006-11-08 Quentin Mathe <qmathe@club-internet.fr>
* COPYING:
* INSTALL:
* README:
* GNUmakefile:
* Headers/SCConfig.h:
* Headers/SCKeyboard.h:
* Headers/SCMonitor.h:
* Headers/SCMouse.h:
* Headers/SCSound.h:
* Source/SCConfig.m:
* Source/SCKeyboard.m:
* Source/SCMonitor.m:
* Source/SCMouse.m:
* Source/SCSound.m:
* Source/GNUmakefile:
Initial import (API draft without implementation code).