mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Removed L10N define. It served its purpose.
This commit is contained in:
parent
af079bb5b0
commit
773b55d374
225 changed files with 0 additions and 341 deletions
|
@ -1,7 +1,5 @@
|
||||||
/* cmake.h.in. Creates cmake.h during a cmake run */
|
/* cmake.h.in. Creates cmake.h during a cmake run */
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
/* Package information */
|
/* Package information */
|
||||||
#define PACKAGE "${PACKAGE}"
|
#define PACKAGE "${PACKAGE}"
|
||||||
#define VERSION "${VERSION}"
|
#define VERSION "${VERSION}"
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* commit.h.in. Creates commit.h during a cmake run */
|
/* commit.h.in. Creates commit.h during a cmake run */
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
/* git information */
|
/* git information */
|
||||||
#define COMMIT "${COMMIT}"
|
#define COMMIT "${COMMIT}"
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
1
src/A3.h
1
src/A3.h
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_A3
|
#ifndef INCLUDED_A3
|
||||||
#define INCLUDED_A3
|
#define INCLUDED_A3
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <Arg.h>
|
#include <Arg.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_ARG
|
#ifndef INCLUDED_ARG
|
||||||
#define INCLUDED_ARG
|
#define INCLUDED_ARG
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLOR
|
#ifndef INCLUDED_COLOR
|
||||||
#define INCLUDED_COLOR
|
#define INCLUDED_COLOR
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_CONFIG
|
#ifndef INCLUDED_CONFIG
|
||||||
#define INCLUDED_CONFIG
|
#define INCLUDED_CONFIG
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_CONTEXT
|
#ifndef INCLUDED_CONTEXT
|
||||||
#define INCLUDED_CONTEXT
|
#define INCLUDED_CONTEXT
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <Command.h>
|
#include <Command.h>
|
||||||
#include <Column.h>
|
#include <Column.h>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <Nibbler.h>
|
#include <Nibbler.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_DOM
|
#ifndef INCLUDED_DOM
|
||||||
#define INCLUDED_DOM
|
#define INCLUDED_DOM
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <Task.h>
|
#include <Task.h>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_DATE
|
#ifndef INCLUDED_DATE
|
||||||
#define INCLUDED_DATE
|
#define INCLUDED_DATE
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_DIRECTORY
|
#ifndef INCLUDED_DIRECTORY
|
||||||
#define INCLUDED_DIRECTORY
|
#define INCLUDED_DIRECTORY
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <File.h>
|
#include <File.h>
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_DURATION
|
#ifndef INCLUDED_DURATION
|
||||||
#define INCLUDED_DURATION
|
#define INCLUDED_DURATION
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <Date.h>
|
#include <Date.h>
|
||||||
|
|
1
src/E9.h
1
src/E9.h
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_E9
|
#ifndef INCLUDED_E9
|
||||||
#define INCLUDED_E9
|
#define INCLUDED_E9
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <A3.h>
|
#include <A3.h>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
|
|
|
@ -25,10 +25,8 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#ifndef INCLUDED_FILE
|
#ifndef INCLUDED_FILE
|
||||||
#define INCLUDED_FILE
|
#define INCLUDED_FILE
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_HOOKS
|
#ifndef INCLUDED_HOOKS
|
||||||
#define INCLUDED_HOOKS
|
#define INCLUDED_HOOKS
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
#include <utf8.h>
|
#include <utf8.h>
|
||||||
|
|
|
@ -25,10 +25,8 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#ifndef INCLUDED_JSON
|
#ifndef INCLUDED_JSON
|
||||||
#define INCLUDED_JSON
|
#define INCLUDED_JSON
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_NIBBLER
|
#ifndef INCLUDED_NIBBLER
|
||||||
#define INCLUDED_NIBBLER
|
#define INCLUDED_NIBBLER
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#define NIBBLER_FEATURE_DATE
|
#define NIBBLER_FEATURE_DATE
|
||||||
//#undef NIBBLER_FEATURE_DATE
|
//#undef NIBBLER_FEATURE_DATE
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <glob.h>
|
#include <glob.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_PATH
|
#ifndef INCLUDED_PATH
|
||||||
#define INCLUDED_PATH
|
#define INCLUDED_PATH
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <RX.h>
|
#include <RX.h>
|
||||||
|
|
2
src/RX.h
2
src/RX.h
|
@ -25,10 +25,8 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#ifndef INCLUDED_RX
|
#ifndef INCLUDED_RX
|
||||||
#define INCLUDED_RX
|
#define INCLUDED_RX
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_TDB2
|
#ifndef INCLUDED_TDB2
|
||||||
#define INCLUDED_TDB2
|
#define INCLUDED_TDB2
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_TASK
|
#ifndef INCLUDED_TASK
|
||||||
#define INCLUDED_TASK
|
#define INCLUDED_TASK
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_TASKMOD
|
#ifndef INCLUDED_TASKMOD
|
||||||
#define INCLUDED_TASKMOD
|
#define INCLUDED_TASKMOD
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <Task.h>
|
#include <Task.h>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_TIMER
|
#ifndef INCLUDED_TIMER
|
||||||
#define INCLUDED_TIMER
|
#define INCLUDED_TIMER
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <util.h>
|
#include <util.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_TRANSPORT
|
#ifndef INCLUDED_TRANSPORT
|
||||||
#define INCLUDED_TRANSPORT
|
#define INCLUDED_TRANSPORT
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <TransportCurl.h>
|
#include <TransportCurl.h>
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_TRANSPORTCURL
|
#ifndef INCLUDED_TRANSPORTCURL
|
||||||
#define INCLUDED_TRANSPORTCURL
|
#define INCLUDED_TRANSPORTCURL
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <Transport.h>
|
#include <Transport.h>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
#include <TransportRSYNC.h>
|
#include <TransportRSYNC.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_TRANSPORTRSYNC
|
#ifndef INCLUDED_TRANSPORTRSYNC
|
||||||
#define INCLUDED_TRANSPORTRSYNC
|
#define INCLUDED_TRANSPORTRSYNC
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <Transport.h>
|
#include <Transport.h>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
#include <TransportSSH.h>
|
#include <TransportSSH.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_TRANSPORTSSH
|
#ifndef INCLUDED_TRANSPORTSSH
|
||||||
#define INCLUDED_TRANSPORTSSH
|
#define INCLUDED_TRANSPORTSSH
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <Transport.h>
|
#include <Transport.h>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
#include <TransportShell.h>
|
#include <TransportShell.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_TRANSPORTSHELL
|
#ifndef INCLUDED_TRANSPORTSHELL
|
||||||
#define INCLUDED_TRANSPORTSHELL
|
#define INCLUDED_TRANSPORTSHELL
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <Transport.h>
|
#include <Transport.h>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_URI
|
#ifndef INCLUDED_URI
|
||||||
#define INCLUDED_URI
|
#define INCLUDED_URI
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <numeric>
|
#include <numeric>
|
||||||
#include <ViewTask.h>
|
#include <ViewTask.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_VIEWTASK
|
#ifndef INCLUDED_VIEWTASK
|
||||||
#define INCLUDED_VIEWTASK
|
#define INCLUDED_VIEWTASK
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <ViewText.h>
|
#include <ViewText.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_VIEWTEXT
|
#ifndef INCLUDED_VIEWTEXT
|
||||||
#define INCLUDED_VIEWTEXT
|
#define INCLUDED_VIEWTEXT
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLDATE
|
#ifndef INCLUDED_COLDATE
|
||||||
#define INCLUDED_COLDATE
|
#define INCLUDED_COLDATE
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColDepends.h>
|
#include <ColDepends.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLDEPENDS
|
#ifndef INCLUDED_COLDEPENDS
|
||||||
#define INCLUDED_COLDEPENDS
|
#define INCLUDED_COLDEPENDS
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <Date.h>
|
#include <Date.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLDESCRIPTION
|
#ifndef INCLUDED_COLDESCRIPTION
|
||||||
#define INCLUDED_COLDESCRIPTION
|
#define INCLUDED_COLDESCRIPTION
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColDue.h>
|
#include <ColDue.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLDUE
|
#ifndef INCLUDED_COLDUE
|
||||||
#define INCLUDED_COLDUE
|
#define INCLUDED_COLDUE
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <ColDate.h>
|
#include <ColDate.h>
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <ColEnd.h>
|
#include <ColEnd.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLEND
|
#ifndef INCLUDED_COLEND
|
||||||
#define INCLUDED_COLEND
|
#define INCLUDED_COLEND
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <ColDate.h>
|
#include <ColDate.h>
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <ColEntry.h>
|
#include <ColEntry.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLENTRY
|
#ifndef INCLUDED_COLENTRY
|
||||||
#define INCLUDED_COLENTRY
|
#define INCLUDED_COLENTRY
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <ColDate.h>
|
#include <ColDate.h>
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColID.h>
|
#include <ColID.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLID
|
#ifndef INCLUDED_COLID
|
||||||
#define INCLUDED_COLID
|
#define INCLUDED_COLID
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColIMask.h>
|
#include <ColIMask.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLIMASK
|
#ifndef INCLUDED_COLIMASK
|
||||||
#define INCLUDED_COLIMASK
|
#define INCLUDED_COLIMASK
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColMask.h>
|
#include <ColMask.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLMASK
|
#ifndef INCLUDED_COLMASK
|
||||||
#define INCLUDED_COLMASK
|
#define INCLUDED_COLMASK
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <ColModified.h>
|
#include <ColModified.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLMODIFIED
|
#ifndef INCLUDED_COLMODIFIED
|
||||||
#define INCLUDED_COLMODIFIED
|
#define INCLUDED_COLMODIFIED
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <ColDate.h>
|
#include <ColDate.h>
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColParent.h>
|
#include <ColParent.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLPARENT
|
#ifndef INCLUDED_COLPARENT
|
||||||
#define INCLUDED_COLPARENT
|
#define INCLUDED_COLPARENT
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColPriority.h>
|
#include <ColPriority.h>
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLPRIORITY
|
#ifndef INCLUDED_COLPRIORITY
|
||||||
#define INCLUDED_COLPRIORITY
|
#define INCLUDED_COLPRIORITY
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColProject.h>
|
#include <ColProject.h>
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLPROJECT
|
#ifndef INCLUDED_COLPROJECT
|
||||||
#define INCLUDED_COLPROJECT
|
#define INCLUDED_COLPROJECT
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <Duration.h>
|
#include <Duration.h>
|
||||||
#include <ColRecur.h>
|
#include <ColRecur.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLRECUR
|
#ifndef INCLUDED_COLRECUR
|
||||||
#define INCLUDED_COLRECUR
|
#define INCLUDED_COLRECUR
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColScheduled.h>
|
#include <ColScheduled.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLSCHED
|
#ifndef INCLUDED_COLSCHED
|
||||||
#define INCLUDED_COLSCHED
|
#define INCLUDED_COLSCHED
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <ColDate.h>
|
#include <ColDate.h>
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColStart.h>
|
#include <ColStart.h>
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLSTART
|
#ifndef INCLUDED_COLSTART
|
||||||
#define INCLUDED_COLSTART
|
#define INCLUDED_COLSTART
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <ColDate.h>
|
#include <ColDate.h>
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColStatus.h>
|
#include <ColStatus.h>
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLSTATUS
|
#ifndef INCLUDED_COLSTATUS
|
||||||
#define INCLUDED_COLSTATUS
|
#define INCLUDED_COLSTATUS
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColString.h>
|
#include <ColString.h>
|
||||||
#include <text.h>
|
#include <text.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLSTRING
|
#ifndef INCLUDED_COLSTRING
|
||||||
#define INCLUDED_COLSTRING
|
#define INCLUDED_COLSTRING
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColTags.h>
|
#include <ColTags.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLTAGS
|
#ifndef INCLUDED_COLTAGS
|
||||||
#define INCLUDED_COLTAGS
|
#define INCLUDED_COLTAGS
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <Duration.h>
|
#include <Duration.h>
|
||||||
#include <Date.h>
|
#include <Date.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLUDA
|
#ifndef INCLUDED_COLUDA
|
||||||
#define INCLUDED_COLUDA
|
#define INCLUDED_COLUDA
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
#include <ColUUID.h>
|
#include <ColUUID.h>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
|
|
||||||
#ifndef INCLUDED_COLUUID
|
#ifndef INCLUDED_COLUUID
|
||||||
#define INCLUDED_COLUUID
|
#define INCLUDED_COLUUID
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
|
||||||
|
|
||||||
#include <ColUntil.h>
|
#include <ColUntil.h>
|
||||||
#include <i18n.h>
|
#include <i18n.h>
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue