Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Idfc5d697506b78d8fa4c05d2e28d709e4665cf45
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
|
|
Let's explicitly state that we need awk in post script.
Change-Id: I0f786cc5bce13ead2dffcc4face1595647e48e30
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
|
|
Change-Id: Ia0921a20cca9cf9f12a1c0bfeb3cff036fa83036
|
|
- This is for Tizen 4.0 Configurability and Building Blocks
- xkb-tizen-data differs per profile & device. Thus, depending on
xkb-tizen-data (BuildRequires) makes this pacakge fragmented.
This patch allows xkeyboard-config to configure itself at install-time
for each profile. So you can keep the per-profile/device optimization
without sacrificing the generality of code & binary.
(This requires commits on xkb-tizen-data merged before this)
- When you SR this, you need to create a JIRA-TRE issue of :
: Add xkb-tizen-data-profile_mobile for mobile profile
: Add xkb-tizen-data-profile_wearable for wearable profile
: Add xkb-tizen-data-profile_tv for tv profile
: Add xkb-tizen-data-profile_ivi for ivi profile
: Add xkb-tizen-data-profile_common for common profile
Change-Id: Iaab9e9c0ab1942fa6526ffedd938d190fdc156c4
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
|
|
The previous macro incurred a few hundreads (if not thousands) of:
...
[ 18s] Warning: spec file parser line 109: macro too deeply nested
[ 18s] Warning: spec file parser line 109: macro too deeply nested
[ 18s] Warning: spec file parser line 109: macro too deeply nested
[ 18s] Warning: spec file parser line 109: macro too deeply nested
[ 18s] Warning: spec file parser line 109: macro too deeply nested
[ 18s] Warning: spec file parser line 109: macro too deeply nested
...
Change-Id: If91c8ef4c3259a2aed7e907b32a9f705b859114f
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
|
|
Change-Id: I9f4d8ecb7276513fdcd7f8c7d6c1dd3eed8b7e44
|
|
Change-Id: I6f1fb02fa110bc2e730e89a9964e14b8cc96ea29
|
|
- Modify strtok to strtok_r to gurantee threads safety
- Prevent a memory overflow during read a file using fscanf
Change-Id: Ic58da413dc3e8973a747a19e30dcd1208a42b49b
|
|
Change-Id: If80c074760b5f0c6825620f7445f313d96bde68f
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: Iaac8dfa5700772c839f323b81b31c70fbbebf23a
|
|
|
|
and x86_64
Change-Id: I49e6cf4679549e0cb44cd362e36a337a475e08c2
|
|
Change-Id: Ic0ebc8c48c8fd9c7f2068d660bc775289a4cb6a6
|
|
Change-Id: I18a96d0999c92eab6ec4f5b89b08a3cadcfe5efc
|
|
|
|
Change-Id: I7d864b38a9febbe5b30bab37a0443aed60c0961d
|
|
|
|
|
|
Change-Id: I0a0ec2385b15c1eaf2cb36e392b3f5ada9b10df8
|
|
keylayout file
|
|
This reverts commit def287cb9ef979d291066742bcddeb35680f7575.
|
|
This reverts commit c237b8e527bf5380cd7b6cb0bc28938464dbc669.
|
|
Change-Id: I93e79ff0cf646078f74078ac56b4d34efa7f01f6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use upstream git repo instead of pristin-tar.
Also clean spec file.
Bug-Tizen: TC-1879
Change-Id: Ia6a374deb20f711e0970d2d331837ba4b44637c4
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
|
|
|
|
The display server based on X or Wayland, is now a choice of different profile in Tizen 3.0.
Basically and consistently, two macros were used "with wayland" and "with x".
Below summarize the combination of the macros:
| wayland | x | meaning
|---------------------------
| 0 | 1 | pure X11 platform(no wayland)
| 1 | 0 | pure wayland platform (no X11)
| 1 | 1 | wayland but X compatibility
| 0 | 0 | no X and no wayland
This method unifies the meaning and usage. Deploy this method to xkeyboard-config package.
bug:https://bugs.tizen.org/jira/browse/PTREL-568
Signed-off-by: Li,Limin <liminx.li@intel.com>
Change-Id: Iddb487f7521779a7a927cda729e9e0b820dc5925
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=75393
|
|
For consistensy
|
|
A bit of cleanup
|
|
Mixup of grab:debug vs grab:debug_actions.
Introduced in f26d143cfdb5c69fef33cddffe6c2e0b8b1debd8
Reported-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Neo 2 layout, and only adjusts the letters, period and comma.
Signed-off-by: Andreas Wettstein <wettstae@gmail.com>
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=78076
|