- Timestamp:
- 02/02/10 17:07:29 (13 years ago)
- Branches:
- master, qt5
- Children:
- e296dc6
- Parents:
- 2104023
- Location:
- src/gui
- Files:
-
- 36 edited
Legend:
- Unmodified
- Added
- Removed
-
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_
Note: See TracChangeset
for help on using the changeset viewer.