Skip to content

Commit b99a42f

Browse files
committed
- Converted OMNotebook to UTF-8
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11532 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 63f6e97 commit b99a42f

File tree

91 files changed

+716
-716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+716
-716
lines changed

OMNotebook/OMNotebookGUI/application.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* This file is part of OpenModelica.
33
*
4-
* Copyright (c) 1998-2010, Linköpings University,
4+
* Copyright (c) 1998-2010, Linköpings University,
55
* Department of Computer and Information Science,
6-
* SE-58183 Linköping, Sweden.
6+
* SE-58183 Linköping, Sweden.
77
*
88
* All rights reserved.
99
*
@@ -14,7 +14,7 @@
1414
*
1515
* The OpenModelica software and the Open Source Modelica
1616
* Consortium (OSMC) Public License (OSMC-PL) are obtained
17-
* from Linköpings University, either from the above address,
17+
* from Linköpings University, either from the above address,
1818
* from the URL: http://www.ida.liu.se/projects/OpenModelica
1919
* and in the OpenModelica distribution.
2020
*

OMNotebook/OMNotebookGUI/cell.cpp

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* This file is part of OpenModelica.
33
*
4-
* Copyright (c) 1998-2010, Linköpings University,
4+
* Copyright (c) 1998-2010, Linköpings University,
55
* Department of Computer and Information Science,
6-
* SE-58183 Linköping, Sweden.
6+
* SE-58183 Linköping, Sweden.
77
*
88
* All rights reserved.
99
*
@@ -14,7 +14,7 @@
1414
*
1515
* The OpenModelica software and the Open Source Modelica
1616
* Consortium (OSMC) Public License (OSMC-PL) are obtained
17-
* from Linköpings University, either from the above address,
17+
* from Linköpings University, either from the above address,
1818
* from the URL: http://www.ida.liu.se/projects/OpenModelica
1919
* and in the OpenModelica distribution.
2020
*
@@ -55,7 +55,7 @@ namespace IAEX
5555
{
5656
/*!
5757
* \class Cell
58-
* \author Ingemar Axelsson and Anders Ferström
58+
* \author Ingemar Axelsson and Anders Ferström
5959
*
6060
* \brief Cellinterface contains all functionality required to be a cell.
6161
*
@@ -158,7 +158,7 @@ namespace IAEX
158158
}
159159

160160
/*!
161-
* \author Anders Fernström
161+
* \author Anders Fernström
162162
* \date 2005-10-28
163163
*
164164
* \brief Set cell style
@@ -180,7 +180,7 @@ namespace IAEX
180180
}
181181

182182
/*!
183-
* \author Anders Fernström
183+
* \author Anders Fernström
184184
* \date 2005-10-27
185185
*
186186
* \brief Set the current cell style.
@@ -195,7 +195,7 @@ namespace IAEX
195195
}
196196

197197
/*!
198-
* \author Anders Fernström
198+
* \author Anders Fernström
199199
* \date 2005-10-27
200200
*
201201
* \brief Get the current cell style.
@@ -208,7 +208,7 @@ namespace IAEX
208208
}
209209

210210
/*!
211-
* \author Anders Fernström
211+
* \author Anders Fernström
212212
* \date 2006-01-16
213213
*
214214
* \brief Set cells tag name
@@ -219,7 +219,7 @@ namespace IAEX
219219
}
220220

221221
/*!
222-
* \author Anders Fernström
222+
* \author Anders Fernström
223223
* \date 2006-01-16
224224
*
225225
* \brief Get the cell tag name
@@ -232,7 +232,7 @@ namespace IAEX
232232
}
233233

234234
/*!
235-
* \author Anders Fernström
235+
* \author Anders Fernström
236236
* \date 2005-11-02
237237
*
238238
* \brief Function for telling if the function viewExpression is
@@ -246,7 +246,7 @@ namespace IAEX
246246
}
247247

248248
/*!
249-
* \author Ingemar Axelsson and Anders Fernström
249+
* \author Ingemar Axelsson and Anders Fernström
250250
* \date 2006-02-09 (update)
251251
*
252252
* \brief Adds a rule to the cell
@@ -261,7 +261,7 @@ namespace IAEX
261261
*
262262
* \todo Implement functionality for 'InitializationCell':
263263
* inputcells should be evaled from the start if the value is true.
264-
* (Anders Fernström)
264+
* (Anders Fernström)
265265
*/
266266
void Cell::addRule(Rule *r)
267267
{
@@ -334,7 +334,7 @@ namespace IAEX
334334

335335

336336
/*!
337-
* \author Anders Fernström
337+
* \author Anders Fernström
338338
* \date 2005-10-27
339339
*
340340
* \brief Apply any rules to the current cellstyle
@@ -434,7 +434,7 @@ namespace IAEX
434434
}
435435

436436
/*!
437-
* \author Anders Fernström
437+
* \author Anders Fernström
438438
* \date 2005-10-27
439439
*
440440
* \brief return the cells text cursor. if the cell don't have
@@ -466,7 +466,7 @@ namespace IAEX
466466
}
467467

468468
/*!
469-
* \author Anders Fernström
469+
* \author Anders Fernström
470470
* \date 2006-03-02
471471
*
472472
* \brief Update the cell layout with a chapter counter

OMNotebook/OMNotebookGUI/cell.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* This file is part of OpenModelica.
33
*
4-
* Copyright (c) 1998-2010, Linköpings University,
4+
* Copyright (c) 1998-2010, Linköpings University,
55
* Department of Computer and Information Science,
6-
* SE-58183 Linköping, Sweden.
6+
* SE-58183 Linköping, Sweden.
77
*
88
* All rights reserved.
99
*
@@ -14,7 +14,7 @@
1414
*
1515
* The OpenModelica software and the Open Source Modelica
1616
* Consortium (OSMC) Public License (OSMC-PL) are obtained
17-
* from Linköpings University, either from the above address,
17+
* from Linköpings University, either from the above address,
1818
* from the URL: http://www.ida.liu.se/projects/OpenModelica
1919
* and in the OpenModelica distribution.
2020
*
@@ -32,7 +32,7 @@
3232

3333
/*!
3434
* \file cell.h
35-
* \author Ingemar Axelsson and Anders Fernström
35+
* \author Ingemar Axelsson and Anders Fernström
3636
* \brief Definition of the cellinterface.
3737
*
3838
* This file contains the definition of the cellinterface.
@@ -174,7 +174,7 @@ namespace IAEX
174174
void changedWidth(const int);
175175
void selected(const bool);
176176

177-
// 2005-10-06 AF, bytt från Qt::ButtonState till
177+
// 2005-10-06 AF, bytt från Qt::ButtonState till
178178
// Qt::KeyboardModifiers p.g.a. portning
179179
void cellselected(Cell *, Qt::KeyboardModifiers);
180180

OMNotebook/OMNotebookGUI/cellapplication.cpp

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* This file is part of OpenModelica.
33
*
4-
* Copyright (c) 1998-2010, Linköpings University,
4+
* Copyright (c) 1998-2010, Linköpings University,
55
* Department of Computer and Information Science,
6-
* SE-58183 Linköping, Sweden.
6+
* SE-58183 Linköping, Sweden.
77
*
88
* All rights reserved.
99
*
@@ -14,7 +14,7 @@
1414
*
1515
* The OpenModelica software and the Open Source Modelica
1616
* Consortium (OSMC) Public License (OSMC-PL) are obtained
17-
* from Linköpings University, either from the above address,
17+
* from Linköpings University, either from the above address,
1818
* from the URL: http://www.ida.liu.se/projects/OpenModelica
1919
* and in the OpenModelica distribution.
2020
*
@@ -59,7 +59,7 @@ namespace IAEX
5959
{
6060
/*!
6161
* \class CellApplication
62-
* \author Ingemar Axelsson and Anders Fernström
62+
* \author Ingemar Axelsson and Anders Fernström
6363
* \date 2006-04-10 (update)
6464
*
6565
* \brief Implements the application interface. This class is the
@@ -292,7 +292,7 @@ namespace IAEX
292292
}
293293

294294
/*!
295-
* \author Anders Fernström and Ingemar Axelsson
295+
* \author Anders Fernström and Ingemar Axelsson
296296
* \date 2006-05-03 (update)
297297
*
298298
* \brief Class destructor
@@ -345,7 +345,7 @@ namespace IAEX
345345
}
346346

347347
/*!
348-
* \author Anders Fernström and Ingemar Axelsson
348+
* \author Anders Fernström and Ingemar Axelsson
349349
* \date 2006-01-12 (update)
350350
*
351351
* 2006-01-12 AF, added so any images in the cell are copied.
@@ -406,7 +406,7 @@ namespace IAEX
406406
}
407407

408408
/*!
409-
* \author Ingemar Axelsson and Anders Fernström
409+
* \author Ingemar Axelsson and Anders Fernström
410410
* \date 2006-05-03 (update)
411411
*
412412
* \brief Open an file, and display the content of hte file
@@ -474,7 +474,7 @@ namespace IAEX
474474
}
475475

476476
/*!
477-
* \author Anders Fernström
477+
* \author Anders Fernström
478478
* \date 2006-01-16
479479
*
480480
* \brief Add filename to a list of temporary files that should
@@ -486,7 +486,7 @@ namespace IAEX
486486
}
487487

488488
/*!
489-
* \author Anders Fernström
489+
* \author Anders Fernström
490490
* \date 2006-01-27
491491
*
492492
* \brief returns list of all current doucment views
@@ -497,7 +497,7 @@ namespace IAEX
497497
}
498498

499499
/*!
500-
* \author Anders Fernström
500+
* \author Anders Fernström
501501
* \date 2006-01-27
502502
*
503503
* \brief remove document view from internal list, also remove
@@ -531,7 +531,7 @@ namespace IAEX
531531
}
532532

533533
/*!
534-
* \author Anders Fernström
534+
* \author Anders Fernström
535535
* \date 2006-03-21
536536
*
537537
* \brief convert DrModelica documentation into OMNotebook format

OMNotebook/OMNotebookGUI/cellapplication.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* This file is part of OpenModelica.
33
*
4-
* Copyright (c) 1998-2010, Linköpings University,
4+
* Copyright (c) 1998-2010, Linköpings University,
55
* Department of Computer and Information Science,
6-
* SE-58183 Linköping, Sweden.
6+
* SE-58183 Linköping, Sweden.
77
*
88
* All rights reserved.
99
*
@@ -14,7 +14,7 @@
1414
*
1515
* The OpenModelica software and the Open Source Modelica
1616
* Consortium (OSMC) Public License (OSMC-PL) are obtained
17-
* from Linköpings University, either from the above address,
17+
* from Linköpings University, either from the above address,
1818
* from the URL: http://www.ida.liu.se/projects/OpenModelica
1919
* and in the OpenModelica distribution.
2020
*

OMNotebook/OMNotebookGUI/cellcommandcenter.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* This file is part of OpenModelica.
33
*
4-
* Copyright (c) 1998-2010, Linköpings University,
4+
* Copyright (c) 1998-2010, Linköpings University,
55
* Department of Computer and Information Science,
6-
* SE-58183 Linköping, Sweden.
6+
* SE-58183 Linköping, Sweden.
77
*
88
* All rights reserved.
99
*
@@ -14,7 +14,7 @@
1414
*
1515
* The OpenModelica software and the Open Source Modelica
1616
* Consortium (OSMC) Public License (OSMC-PL) are obtained
17-
* from Linköpings University, either from the above address,
17+
* from Linköpings University, either from the above address,
1818
* from the URL: http://www.ida.liu.se/projects/OpenModelica
1919
* and in the OpenModelica distribution.
2020
*

OMNotebook/OMNotebookGUI/cellcommandcenter.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* This file is part of OpenModelica.
33
*
4-
* Copyright (c) 1998-2010, Linköpings University,
4+
* Copyright (c) 1998-2010, Linköpings University,
55
* Department of Computer and Information Science,
6-
* SE-58183 Linköping, Sweden.
6+
* SE-58183 Linköping, Sweden.
77
*
88
* All rights reserved.
99
*
@@ -14,7 +14,7 @@
1414
*
1515
* The OpenModelica software and the Open Source Modelica
1616
* Consortium (OSMC) Public License (OSMC-PL) are obtained
17-
* from Linköpings University, either from the above address,
17+
* from Linköpings University, either from the above address,
1818
* from the URL: http://www.ida.liu.se/projects/OpenModelica
1919
* and in the OpenModelica distribution.
2020
*

0 commit comments

Comments
 (0)