mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
License
- moving from GPL to MIT license src/columns directory
This commit is contained in:
parent
6fde8438d1
commit
198cf16837
48 changed files with 865 additions and 817 deletions
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLBG
|
#ifndef INCLUDED_COLBG
|
||||||
#define INCLUDED_COLBG
|
#define INCLUDED_COLBG
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLDATE
|
#ifndef INCLUDED_COLDATE
|
||||||
#define INCLUDED_COLDATE
|
#define INCLUDED_COLDATE
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLDEPENDS
|
#ifndef INCLUDED_COLDEPENDS
|
||||||
#define INCLUDED_COLDEPENDS
|
#define INCLUDED_COLDEPENDS
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLDESCRIPTION
|
#ifndef INCLUDED_COLDESCRIPTION
|
||||||
#define INCLUDED_COLDESCRIPTION
|
#define INCLUDED_COLDESCRIPTION
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLDUE
|
#ifndef INCLUDED_COLDUE
|
||||||
#define INCLUDED_COLDUE
|
#define INCLUDED_COLDUE
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <ColEnd.h>
|
#include <ColEnd.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLEND
|
#ifndef INCLUDED_COLEND
|
||||||
#define INCLUDED_COLEND
|
#define INCLUDED_COLEND
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <ColEntry.h>
|
#include <ColEntry.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLENTRY
|
#ifndef INCLUDED_COLENTRY
|
||||||
#define INCLUDED_COLENTRY
|
#define INCLUDED_COLENTRY
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLFG
|
#ifndef INCLUDED_COLFG
|
||||||
#define INCLUDED_COLFG
|
#define INCLUDED_COLFG
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLID
|
#ifndef INCLUDED_COLID
|
||||||
#define INCLUDED_COLID
|
#define INCLUDED_COLID
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLIMASK
|
#ifndef INCLUDED_COLIMASK
|
||||||
#define INCLUDED_COLIMASK
|
#define INCLUDED_COLIMASK
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLMASK
|
#ifndef INCLUDED_COLMASK
|
||||||
#define INCLUDED_COLMASK
|
#define INCLUDED_COLMASK
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLPARENT
|
#ifndef INCLUDED_COLPARENT
|
||||||
#define INCLUDED_COLPARENT
|
#define INCLUDED_COLPARENT
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLPRIORITY
|
#ifndef INCLUDED_COLPRIORITY
|
||||||
#define INCLUDED_COLPRIORITY
|
#define INCLUDED_COLPRIORITY
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLPROJECT
|
#ifndef INCLUDED_COLPROJECT
|
||||||
#define INCLUDED_COLPROJECT
|
#define INCLUDED_COLPROJECT
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLRECUR
|
#ifndef INCLUDED_COLRECUR
|
||||||
#define INCLUDED_COLRECUR
|
#define INCLUDED_COLRECUR
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLSTART
|
#ifndef INCLUDED_COLSTART
|
||||||
#define INCLUDED_COLSTART
|
#define INCLUDED_COLSTART
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLSTATUS
|
#ifndef INCLUDED_COLSTATUS
|
||||||
#define INCLUDED_COLSTATUS
|
#define INCLUDED_COLSTATUS
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLSTRING
|
#ifndef INCLUDED_COLSTRING
|
||||||
#define INCLUDED_COLSTRING
|
#define INCLUDED_COLSTRING
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLTAGS
|
#ifndef INCLUDED_COLTAGS
|
||||||
#define INCLUDED_COLTAGS
|
#define INCLUDED_COLTAGS
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLUUID
|
#ifndef INCLUDED_COLUUID
|
||||||
#define INCLUDED_COLUUID
|
#define INCLUDED_COLUUID
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <ColUntil.h>
|
#include <ColUntil.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLUNTIL
|
#ifndef INCLUDED_COLUNTIL
|
||||||
#define INCLUDED_COLUNTIL
|
#define INCLUDED_COLUNTIL
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLURGENCY
|
#ifndef INCLUDED_COLURGENCY
|
||||||
#define INCLUDED_COLURGENCY
|
#define INCLUDED_COLURGENCY
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <ColWait.h>
|
#include <ColWait.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLWAIT
|
#ifndef INCLUDED_COLWAIT
|
||||||
#define INCLUDED_COLWAIT
|
#define INCLUDED_COLWAIT
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
|
@ -1,30 +1,31 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
||||||
#include <Context.h>
|
#include <Context.h>
|
||||||
|
|
|
@ -1,29 +1,30 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// taskwarrior - a command line task list manager.
|
// taskwarrior - a command line task list manager.
|
||||||
//
|
//
|
||||||
// Copyright 2006 - 2011, Paul Beckingham, Federico Hernandez.
|
// Copyright 2006-2011, Paul Beckingham, Federico Hernandez.
|
||||||
// All rights reserved.
|
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify it under
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
// the terms of the GNU General Public License as published by the Free Software
|
// of this software and associated documentation files (the "Software"), to deal
|
||||||
// Foundation; either version 2 of the License, or (at your option) any later
|
// in the Software without restriction, including without limitation the rights
|
||||||
// version.
|
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
// copies of the Software, and to permit persons to whom the Software is
|
||||||
|
// furnished to do so, subject to the following conditions:
|
||||||
//
|
//
|
||||||
// This program is distributed in the hope that it will be useful, but WITHOUT
|
// The above copyright notice and this permission notice shall be included
|
||||||
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
// in all copies or substantial portions of the Software.
|
||||||
// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
||||||
// details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
// this program; if not, write to the
|
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
// SOFTWARE.
|
||||||
//
|
//
|
||||||
// Free Software Foundation, Inc.,
|
// http://www.opensource.org/licenses/mit-license.php
|
||||||
// 51 Franklin Street, Fifth Floor,
|
|
||||||
// Boston, MA
|
|
||||||
// 02110-1301
|
|
||||||
// USA
|
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef INCLUDED_COLUMN
|
#ifndef INCLUDED_COLUMN
|
||||||
#define INCLUDED_COLUMN
|
#define INCLUDED_COLUMN
|
||||||
#define L10N // Localization complete.
|
#define L10N // Localization complete.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue