Changeset 6df32f2
- Timestamp:
- 06/23/11 17:36:05 (12 years ago)
- Branches:
- master, qt5
- Children:
- 68b2df2
- Parents:
- 83f0ba7
- Location:
- src
- Files:
-
- 75 edited
Legend:
- Unmodified
- Added
- Removed
-
src/alarm/alarm.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "alarm.h" -
src/alarm/alarm.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef ALARM_H -
src/alarm/calendar.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "calendar.h" -
src/alarm/calendar.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef CALENDAR_H -
src/app/alarmdbus.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/app/alarmdbus.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef ALARM_DBUS_H -
src/app/alarmdbusadaptor.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/app/alarmdbusadaptorp.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef ALARM_DBUS_ADAPTOR_P_H -
src/app/application.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "application.h" -
src/app/application.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef APPLICATION_H -
src/app/appsettings.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "appsettings.h" -
src/app/appsettings.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/app/main.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include <mainwindow.h> -
src/gui/alarmdialog.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "alarmdialog.h" -
src/gui/alarmdialog.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef ALARMDIALOG_H -
src/gui/conferenceeditor.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it4 * This file is part of ConfClerk. 5 * 6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "conferenceeditor.h" -
src/gui/conferenceeditor.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef CONFERENCE_EDITOR_H -
src/gui/conflictdialogcontainer.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/conflictdialogcontainer.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/conflictsdialog.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "conflictsdialog.h" -
src/gui/conflictsdialog.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef CONFLICTSDIALOG_H -
src/gui/daynavigatorwidget.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "daynavigatorwidget.h" -
src/gui/daynavigatorwidget.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef DAYNAVIGATORWIDGET_H -
src/gui/dayviewtabcontainer.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/dayviewtabcontainer.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/errormessage.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "errormessage.h" -
src/gui/errormessage.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef ERRORMESSAGE_H -
src/gui/eventdialog.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "eventdialog.h" -
src/gui/eventdialog.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef EVENTDIALOG_H -
src/gui/favtabcontainer.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/favtabcontainer.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/mainwindow.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "mainwindow.h" -
src/gui/mainwindow.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef MAINWINDOW_H -
src/gui/mapwindow.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "mapwindow.h" -
src/gui/mapwindow.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef MAPWINDOW_H -
src/gui/nowtabcontainer.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/nowtabcontainer.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/roomstabcontainer.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/roomstabcontainer.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/searchhead.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/searchhead.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef SEARCHHEAD_H -
src/gui/searchtabcontainer.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/searchtabcontainer.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/settingsdialog.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "settingsdialog.h" -
src/gui/settingsdialog.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef SETTINGSDIALOG_H -
src/gui/tabcontainer.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "tabcontainer.h" -
src/gui/tabcontainer.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef TABCONTAINER_H -
src/gui/trackstabcontainer.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/trackstabcontainer.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/gui/urlinputdialog.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "urlinputdialog.h" -
src/gui/urlinputdialog.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef URL_INPUT_DIALOG_H -
src/mvc/conference.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "conference.h" -
src/mvc/conference.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef CONFERENCE_H -
src/mvc/conferencemodel.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/mvc/conferencemodel.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef CONFERENCE_MODEL_H -
src/mvc/delegate.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "delegate.h" -
src/mvc/delegate.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef DELEGATE_H -
src/mvc/event.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it4 * This file is part of ConfClerk. 5 * 6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "event.h" -
src/mvc/event.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef EVENT_H -
src/mvc/eventmodel.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "eventmodel.h" -
src/mvc/eventmodel.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef EVENTMODEL_H -
src/mvc/room.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/mvc/room.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/mvc/track.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/mvc/track.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/mvc/treeview.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include <QMouseEvent> -
src/mvc/treeview.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef TREEVIEW_H -
src/orm/ormrecord.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it4 * This file is part of ConfClerk. 5 * 6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef ORMRECORD_H -
src/sql/schedulexmlparser.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/sql/schedulexmlparser.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef SCHEDULEXMLPARSER_H_ -
src/sql/sqlengine.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 -
src/sql/sqlengine.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef SQLENGINE_H -
src/test/main.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include <QtTest> -
src/test/mvc/eventtest.cpp
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #include "eventtest.h" -
src/test/mvc/eventtest.h
r83f0ba7 r6df32f2 2 2 * Copyright (C) 2010 Ixonos Plc. 3 3 * 4 * This file is part of fosdem-schedule.4 * This file is part of ConfClerk. 5 5 * 6 * fosdem-scheduleis free software: you can redistribute it and/or modify it6 * ConfClerk is free software: you can redistribute it and/or modify it 7 7 * under the terms of the GNU General Public License as published by the Free 8 8 * Software Foundation, either version 2 of the License, or (at your option) 9 9 * any later version. 10 10 * 11 * fosdem-scheduleis distributed in the hope that it will be useful, but11 * ConfClerk is distributed in the hope that it will be useful, but 12 12 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 13 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for … … 15 15 * 16 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/>.17 * ConfClerk. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 19 #ifndef EVENTTEST_H
Note: See TracChangeset
for help on using the changeset viewer.