Changeset ca90cb1
- Timestamp:
- 02/02/10 17:07:29 (13 years ago)
- Branches:
- master, qt5
- Children:
- e296dc6
- Parents:
- 2104023
- Location:
- src
- Files:
-
- 69 edited
Legend:
- Unmodified
- Added
- Removed
-
src/alarm/alarm.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "alarm.h" 2 20 -
src/alarm/alarm.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef ALARM_H 2 20 #define ALARM_H -
src/alarm/calendar.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "calendar.h" 2 20 #include <qdebug.h> -
src/alarm/calendar.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef CALENDAR_H 2 20 #define CALENDAR_H -
src/app/alarmdbus.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include "alarmdbus.h" -
src/app/alarmdbus.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef ALARM_DBUS_H 2 20 #define ALARM_DBUS_H -
src/app/alarmdbusadaptor.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include "alarmdbusadaptorp.h" -
src/app/alarmdbusadaptorp.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef ALARM_DBUS_ADAPTOR_P_H 2 20 #define ALARM_DBUS_ADAPTOR_P_H -
src/app/appsettings.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "appsettings.h" 2 20 -
src/app/appsettings.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #ifndef APPSETTINGS_H -
src/app/main.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include <mainwindow.h> 2 20 -
src/gui/alarmdialog.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "alarmdialog.h" 2 20 #include <conference.h> -
src/gui/alarmdialog.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef ALARMDIALOG_H 2 20 #define ALARMDIALOG_H -
src/gui/conflictdialogcontainer.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include "conflictdialogcontainer.h" -
src/gui/conflictdialogcontainer.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #ifndef CONFLICTDIALOGCONTAINER_H -
src/gui/conflictsdialog.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "conflictsdialog.h" 2 20 -
src/gui/conflictsdialog.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef CONFLICTSDIALOG_H 2 20 #define CONFLICTSDIALOG_H -
src/gui/daynavigatorwidget.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "daynavigatorwidget.h" 2 20 -
src/gui/daynavigatorwidget.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef DAYNAVIGATORWIDGET_H 2 20 #define DAYNAVIGATORWIDGET_H -
src/gui/dayviewtabcontainer.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include "dayviewtabcontainer.h" -
src/gui/dayviewtabcontainer.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #ifndef DAYVIEWTABCONTAINER_H_ -
src/gui/eventdialog.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "eventdialog.h" 2 20 #include <conference.h> -
src/gui/eventdialog.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef EVENTDIALOG_H 2 20 #define EVENTDIALOG_H -
src/gui/favtabcontainer.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include "favtabcontainer.h" -
src/gui/favtabcontainer.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #ifndef FAVTABCONTAINER_H_ -
src/gui/importschedulewidget.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "importschedulewidget.h" 2 20 -
src/gui/importschedulewidget.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef IMPORTSCHEDULEWIDGET_H 2 20 #define IMPORTSCHEDULEWIDGET_H -
src/gui/mainwindow.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "mainwindow.h" 2 20 -
src/gui/mainwindow.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef MAINWINDOW_H 2 20 #define MAINWINDOW_H -
src/gui/mapwindow.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "mapwindow.h" 2 20 -
src/gui/mapwindow.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef MAPWINDOW_H 2 20 #define MAPWINDOW_H -
src/gui/nowtabcontainer.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include <QTimer> -
src/gui/nowtabcontainer.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #ifndef NOWTABCONTAINER_H_ -
src/gui/proxysettingsdialog.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "proxysettingsdialog.h" 2 20 -
src/gui/proxysettingsdialog.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef PROXYSETTINGSDIALOG_H 2 20 #define PROXYSETTINGSDIALOG_H -
src/gui/roomstabcontainer.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include "roomstabcontainer.h" -
src/gui/roomstabcontainer.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #ifndef ROOMSTABCONTAINER_H_ -
src/gui/searchhead.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include "searchhead.h" -
src/gui/searchhead.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef SEARCHHEAD_H 2 20 #define SEARCHHEAD_H -
src/gui/searchtabcontainer.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include "searchtabcontainer.h" -
src/gui/searchtabcontainer.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #ifndef SEARCHTAB_H_ -
src/gui/tabcontainer.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "tabcontainer.h" 2 20 -
src/gui/tabcontainer.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef TABCONTAINER_H 2 20 #define TABCONTAINER_H -
src/gui/tabwidget.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "tabwidget.h" 2 20 -
src/gui/tabwidget.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef TABWIDGET_H 2 20 #define TABWIDGET_H -
src/gui/trackstabcontainer.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include "trackstabcontainer.h" -
src/gui/trackstabcontainer.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #ifndef TRACKSTABCONTAINER_H_ -
src/mvc/conference.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "conference.h" 2 20 -
src/mvc/conference.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef CONFERENCE_H 2 20 #define CONFERENCE_H -
src/mvc/delegate.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "delegate.h" 2 20 #include "eventmodel.h" -
src/mvc/delegate.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef DELEGATE_H 2 20 #define DELEGATE_H -
src/mvc/event.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "event.h" 2 20 #include "room.h" -
src/mvc/event.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef EVENT_H 2 20 #define EVENT_H -
src/mvc/eventmodel.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "eventmodel.h" 2 20 #include <conference.h> -
src/mvc/eventmodel.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef EVENTMODEL_H 2 20 #define EVENTMODEL_H -
src/mvc/room.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include "room.h" -
src/mvc/room.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #ifndef ROOM_H_ -
src/mvc/track.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include "track.h" -
src/mvc/track.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #ifndef TRACK_H_ -
src/mvc/treeview.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include <QMouseEvent> 2 20 -
src/mvc/treeview.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef TREEVIEW_H 2 20 #define TREEVIEW_H -
src/orm/ormrecord.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef ORMRECORD_H 2 20 #define ORMRECORD_H -
src/sql/schedulexmlparser.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include <QDomDocument> -
src/sql/schedulexmlparser.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef SCHEDULEXMLPARSER_H_ 2 20 #define SCHEDULEXMLPARSER_H_ -
src/sql/sqlengine.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 2 20 #include <QSqlError> -
src/sql/sqlengine.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef SQLENGINE_H 2 20 #define SQLENGINE_H -
src/test/main.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include <QtTest> 2 20 -
src/test/mvc/eventtest.cpp
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #include "eventtest.h" 2 20 -
src/test/mvc/eventtest.h
r2104023 rca90cb1 1 /* 2 * Copyright (C) 2010 Ixonos Plc. 3 * 4 * This file is part of fosdem-schedule. 5 * 6 * fosdem-schedule is free software: you can redistribute it and/or modify it 7 * under the terms of the GNU General Public License as published by the Free 8 * Software Foundation, either version 2 of the License, or (at your option) 9 * any later version. 10 * 11 * fosdem-schedule is distributed in the hope that it will be useful, but 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 * more details. 15 * 16 * You should have received a copy of the GNU General Public License along with 17 * fosdem-schedule. If not, see <http://www.gnu.org/licenses/>. 18 */ 1 19 #ifndef EVENTTEST_H 2 20 #define EVENTTEST_H
Note: See TracChangeset
for help on using the changeset viewer.