Older
-
-
-
-
r195
(add release 1.1.0 files) committed by charlie137
- add release 1.1.0 files
-
r194
(tests: fix some tests) committed by charlie137
- tests: fix some tests
-
r193
(contact: find_by_name raises KeyError if the contact can't b...) committed by charlie137
- contact: find_by_name raises KeyError if the contact can't be found
contact: find_by_name raises KeyError if the contact can't be found
-
r192
(persistance: don't fail if one item can't be loaded
We just...) committed by charlie137
- persistance: don't fail if one item can't be loaded
We just print a warning instead.
persistance: don't fail if one item can't be loaded
We just print a warning instead.
-
r191
(Makefile: update buildipkg rule) committed by charlie137
- Makefile: update buildipkg rule
Makefile: update buildipkg rule
-
r190
(guic: update the Makefile) committed by charlie137
- guic: update the Makefile
guic: update the Makefile
-
r189
(debian: add python-xlib dependency) committed by charlie137
- debian: add python-xlib dependency
debian: add python-xlib dependency
-
r188
(Makefile: update buildipk rule) committed by charlie137
- Makefile: update buildipk rule
Makefile: update buildipk rule
-
r187
(gui.xwindow: don't fail if xlib is not supported) committed by charlie137
- gui.xwindow: don't fail if xlib is not supported
gui.xwindow: don't fail if xlib is not supported
-
r186
(Makefile: add sdist rule) committed by charlie137
- Makefile: add sdist rule
-
r185
(gui.screen: minor change) committed by charlie137
- gui.screen: minor change
-
r184
(gui: rename `style_sheet` argument of Widget to `style`) committed by charlie137
- gui: rename `style_sheet` argument of Widget to `style`
gui: rename `style_sheet` argument of Widget to `style`
-
r183
(app.conf: allow to change the style) committed by charlie137
- app.conf: allow to change the style
app.conf: allow to change the style
-
r182
(gui: allow to dynamically set widget style) committed by charlie137
- gui: allow to dynamically set widget style
gui: allow to dynamically set widget style
-
r181
(guic: don't set attribute in pxd files
This doesn't work wi...) committed by charlie137
- guic: don't set attribute in pxd files
This doesn't work with some version of cython, and we don't use it a
lot anyway.
guic: don't set attribute in pxd files
This doesn't work with some version of cython, and we don't use it a
lot anyway.
-
r180
(app.dict: limit number of results to 20) committed by charlie137
- app.dict: limit number of results to 20
app.dict: limit number of results to 20
-
r179
(app.reader: fix bugs) committed by charlie137
- app.reader: fix bugs
-
r178
(app.drawing: fix various bugs) committed by charlie137
- app.drawing: fix various bugs
app.drawing: fix various bugs
-
r177
(set version to 1.1.0) committed by charlie137
- set version to 1.1.0
-
r176
(fix toggle full-screen bug.
There also was a spelling error...) committed by charlie137
- fix toggle full-screen bug.
There also was a spelling error.
fix toggle full-screen bug.
There also was a spelling error.
-
-
r174
(contact: better support for SIM contacts) committed by charlie137
- contact: better support for SIM contacts
contact: better support for SIM contacts
-
r173
(app.notification: check inital notification on startup) committed by charlie137
- app.notification: check inital notification on startup
app.notification: check inital notification on startup
-
r172
(message: fix notification bug) committed by charlie137
- message: fix notification bug
message: fix notification bug
-
r171
(struct: add the "view" action) committed by charlie137
- struct: add the "view" action
struct: add the "view" action
-
r170
(Make the code pep8 compliant.
This is a big commit of cours...) committed by charlie137
- Make the code pep8 compliant.
This is a big commit of course.
Make the code pep8 compliant.
This is a big commit of course.
-
r169
(gui.surf_widget: minor change) committed by charlie137
- gui.surf_widget: minor change
gui.surf_widget: minor change
-
r168
(gui.scrollable: remove 'scrolled' signal) committed by charlie137
- gui.scrollable: remove 'scrolled' signal
gui.scrollable: remove 'scrolled' signal
-
r167
(phone.call: use automatic persistance if the data) committed by charlie137
- phone.call: use automatic persistance if the data
phone.call: use automatic persistance if the data
-
r166
(app.conf: fix bug in sound conf) committed by charlie137
- app.conf: fix bug in sound conf
app.conf: fix bug in sound conf
-
r165
(gui.wrap: fix bug
This wrap module is very inefficient and ...) committed by charlie137
- gui.wrap: fix bug
This wrap module is very inefficient and ugly. I should replace it
with something else.
gui.wrap: fix bug
This wrap module is very inefficient and ugly. I should replace it
with something else.
-
r164
(app.conf: fix bug in screenlock conf) committed by charlie137
- app.conf: fix bug in screenlock conf
app.conf: fix bug in screenlock conf
-
r163
(app.conf: fix bug in phone conf) committed by charlie137
- app.conf: fix bug in phone conf
app.conf: fix bug in phone conf
-
r162
(app.dict: fix ui bugs) committed by charlie137
- app.dict: fix ui bugs
-
r161
(text: minor change) committed by charlie137
- text: minor change
-
r160
(message: use default struct view for message.
This simplify...) committed by charlie137
- message: use default struct view for message.
This simplify things a lot, we don't need special code for the message
application.
message: use default struct view for message.
This simplify things a lot, we don't need special code for the message
application.
-
r159
(actor: allow to create action without actor.
This is a hack...) committed by charlie137
- actor: allow to create action without actor.
This is a hack, I need to do that for the new struct field system. We
need to clean this later.
actor: allow to create action without actor.
This is a hack, I need to do that for the new struct field system. We
need to clean this later.
-
r158
(struct: allow to have any object as field.
This allow to us...) committed by charlie137
- struct: allow to have any object as field.
This allow to use Action as field to show buttons in the structure
view.
struct: allow to have any object as field.
This allow to use Action as field to show buttons in the structure
view.
-
r157
(attribute: little hack to show text attributes as text entry...) committed by charlie137
- attribute: little hack to show text attributes as text entry without
the attribute name.
attribute: little hack to show text attributes as text entry without
the attribute name.
-
r156
(attribute: allow to get the attribute from the class object) committed by charlie137
- attribute: allow to get the attribute from the class object
attribute: allow to get the attribute from the class object
-
r155
(app.drawing: fix bug) committed by charlie137
- app.drawing: fix bug
-
r154
(app.file_browser: fix bug) committed by charlie137
- app.file_browser: fix bug
app.file_browser: fix bug
-
r153
(app.learn: improve style) committed by charlie137
- app.learn: improve style
-
r152
(app.terminal: terminal app is not experimental anymore) committed by charlie137
- app.terminal: terminal app is not experimental anymore
app.terminal: terminal app is not experimental anymore
-
r151
(gui.xwindow: add backspace key support) committed by charlie137
- gui.xwindow: add backspace key support
gui.xwindow: add backspace key support
-
r150
(app.teminal: add icon) committed by charlie137
- app.teminal: add icon
-
r149
(app.terminal: set correct size for xterm) committed by charlie137
- app.terminal: set correct size for xterm
app.terminal: set correct size for xterm
|