forked from xlab/matchbox-keyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-keyboard@1131 b067294f-1dea-0310-9683-c47a78595994
- Loading branch information
mallum
committed
Apr 26, 2005
1 parent
552080e
commit 07591f4
Showing
8 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2005-04-26 mallum,,, <[email protected]> | ||
|
||
* configure.ac: | ||
* data/Makefile.am: | ||
* data/keyboard-extended.xml: | ||
* data/keyboard.xml: | ||
Rename data -> layouts | ||
* Makefile.am: | ||
* matchbox-keyboard.desktop: | ||
* matchbox-keyboard.png | ||
Add a icon and .desktop file | ||
|
||
2005-04-26 mallum,,, <[email protected]> | ||
|
||
* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
SUBDIRS = src data | ||
SUBDIRS = src layouts | ||
|
||
EXTRA_DIST = matchbox-keyboard.desktop matchbox-keyboard.png | ||
|
||
desktopdir = $(datadir)/applications/inputmethods | ||
desktop_DATA = matchbox-keyboard.desktop | ||
|
||
pixmapsdir = $(datadir)/pixmaps/ | ||
pixmaps_DATA = matchbox-keyboard.png | ||
|
||
|
||
snapshot: | ||
$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[Desktop Entry] | ||
Name=Keyboard | ||
Comment=Virtual Keyboard | ||
Exec=matchbox-keyboard | ||
Type=Application | ||
Icon=matchbox-keyboard.png | ||
Categories=Panel;Utility;MB | ||
X-MB-INPUT-MECHANSIM=True |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.