Changeset 6503 in vbox for trunk/src/VBox
- Timestamp:
- Jan 25, 2008 9:53:43 AM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/linux
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-layouts.h
r5999 r6503 7 7 8 8 /* 9 * Copyright (C) 200 7innotek GmbH9 * Copyright (C) 2008 innotek GmbH 10 10 * 11 * This fileis part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This fileis free software;11 * This library is part of VirtualBox Open Source Edition (OSE), as 12 * available from http://www.virtualbox.org. This library is free software; 13 13 * you can redistribute it and/or modify it under the terms of the GNU 14 * General Public License (GPL) as published by the Free Software 15 * Foundation, in version 2 as it comes in the "COPYING" file of the 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 * available from http://www.virtualbox.org. 19 * 20 * This library is free software; you can redistribute it and/or 21 * modify it under the terms of the GNU Lesser General Public 22 * License as published by the Free Software Foundation; either 23 * version 2.1 of the License, or (at your option) any later version. 14 * Lesser General Public License as published by the Free Software 15 * Foundation, in version 2.1 as it comes in the "COPYING.LIB" file of the 16 * VirtualBox OSE distribution. 24 17 * 25 18 * This library is distributed in the hope that it will be useful, … … 27 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 28 21 * Lesser General Public License for more details. 29 *30 * You should have received a copy of the GNU Lesser General Public31 * License along with this library; if not, write to the Free Software32 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-130733 USA34 22 */ 35 23 -
trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-list.h
r5999 r6503 7 7 8 8 /* 9 * Copyright (C) 200 7innotek GmbH10 * 11 * This fileis part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This fileis free software;9 * Copyright (C) 2008 innotek GmbH 10 * 11 * This library is part of VirtualBox Open Source Edition (OSE), as 12 * available from http://www.virtualbox.org. This library is free software; 13 13 * you can redistribute it and/or modify it under the terms of the GNU 14 * General Public License (GPL) as published by the Free Software 15 * Foundation, in version 2 as it comes in the "COPYING" file of the 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 * available from http://www.virtualbox.org. 19 * 20 * This library is free software; you can redistribute it and/or 21 * modify it under the terms of the GNU Lesser General Public 22 * License as published by the Free Software Foundation; either 23 * version 2.1 of the License, or (at your option) any later version. 14 * Lesser General Public License as published by the Free Software 15 * Foundation, in version 2.1 as it comes in the "COPYING.LIB" file of the 16 * VirtualBox OSE distribution. 24 17 * 25 18 * This library is distributed in the hope that it will be useful, … … 27 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 28 21 * Lesser General Public License for more details. 29 *30 * You should have received a copy of the GNU Lesser General Public31 * License along with this library; if not, write to the Free Software32 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-130733 USA34 22 */ 35 23 -
trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-new.c
r6460 r6503 1 /** @file 2 * 3 * VBox frontends: Qt GUI ("VirtualBox"): 4 * X11 keyboard handler library 5 */ 6 1 7 /* 2 8 * Copyright (C) 2008 innotek GmbH 3 9 * 4 10 * This library is part of VirtualBox Open Source Edition (OSE), as 5 * available from http://www.virtualbox.org. 11 * available from http://www.virtualbox.org. This library is free software; 12 * you can redistribute it and/or modify it under the terms of the GNU 13 * Lesser General Public License as published by the Free Software 14 * Foundation, in version 2.1 as it comes in the "COPYING.LIB" file of the 15 * VirtualBox OSE distribution. 16 * 17 * This library is distributed in the hope that it will be useful, 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 * Lesser General Public License for more details. 6 21 */ 7 22 -
trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-tables.h
r5999 r6503 7 7 8 8 /* 9 * Copyright (C) 200 7innotek GmbH9 * Copyright (C) 2008 innotek GmbH 10 10 * 11 * This fileis part of VirtualBox Open Source Edition (OSE), as12 * available from http://www.virtualbox.org. This fileis free software;11 * This library is part of VirtualBox Open Source Edition (OSE), as 12 * available from http://www.virtualbox.org. This library is free software; 13 13 * you can redistribute it and/or modify it under the terms of the GNU 14 * General Public License (GPL) as published by the Free Software 15 * Foundation, in version 2 as it comes in the "COPYING" file of the 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 * available from http://www.virtualbox.org. 19 * 20 * This library is free software; you can redistribute it and/or 21 * modify it under the terms of the GNU Lesser General Public 22 * License as published by the Free Software Foundation; either 23 * version 2.1 of the License, or (at your option) any later version. 14 * Lesser General Public License as published by the Free Software 15 * Foundation, in version 2.1 as it comes in the "COPYING.LIB" file of the 16 * VirtualBox OSE distribution. 24 17 * 25 18 * This library is distributed in the hope that it will be useful, … … 27 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 28 21 * Lesser General Public License for more details. 29 *30 * You should have received a copy of the GNU Lesser General Public31 * License along with this library; if not, write to the Free Software32 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA33 22 */ 34 23 -
trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard.h
r5507 r6503 1 /* 1 /** @file 2 * 3 * VBox frontends: Qt GUI ("VirtualBox"): 2 4 * X11 keyboard driver interface 3 5 * 4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2.1 of the License, or (at your option) any later version. 6 */ 7 8 /* 9 * Copyright (C) 2008 innotek GmbH 10 * 11 * This library is part of VirtualBox Open Source Edition (OSE), as 12 * available from http://www.virtualbox.org. This library is free software; 13 * you can redistribute it and/or modify it under the terms of the GNU 14 * Lesser General Public License as published by the Free Software 15 * Foundation, in version 2.1 as it comes in the "COPYING.LIB" file of the 16 * VirtualBox OSE distribution. 8 17 * 9 18 * This library is distributed in the hope that it will be useful, … … 11 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 21 * Lesser General Public License for more details. 13 *14 * You should have received a copy of the GNU Lesser General Public15 * License along with this library; if not, write to the Free Software16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17 22 */ 18 23 … … 38 43 39 44 /* debug macros */ 40 #if 0&& defined(DEBUG)45 #if 1 && defined(DEBUG) 41 46 # include <stdio.h> 42 47 # define noop printf
Note:
See TracChangeset
for help on using the changeset viewer.