- Timestamp:
- 06/23/11 17:36:05 (12 years ago)
- Branches:
- master, qt5
- Children:
- 68b2df2
- Parents:
- 83f0ba7
- Location:
- src/mvc
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.