Commit Graph
40 Commits
Author SHA1 Message Date
kplaczek 081aa0f7a4 Print status after printing single note. 2018-08-16 22:07:59 +02:00
kplaczek 41b7d5778d Added information about available traficars in a given area to printed info. 2018-08-15 19:12:53 +02:00
kplaczek cee945f561 Merge branch 'master' of https://git.pi.techtube.pl/krzysiej/paper-pi 2018-08-12 12:36:06 +02:00
kplaczek 76ae18e82a Merge remote-tracking branch 'origin/master' 2018-08-12 12:24:55 +02:00
kplaczek 23220819d5 Fixed printing informations about nearest traficar car. Increased size of printed image from 300 to 370px. 2018-08-12 12:21:16 +02:00
kplaczek 7a5e7a5d9d Breaking up text to 32 character length on space. 2018-07-29 17:05:26 +02:00
kplaczek 4fdd43dc4e Bug where everytime before printing paper would gram word from vocabulary, not just when there is a shortcode in a content. 2018-07-16 18:11:46 +02:00
kplaczek 9187702634 Removed duplicate favicon line. 2018-07-08 12:52:44 +02:00
kplaczek 4b2dedc8f2 Added favicons, manifest,json and bunch of various size icons. 2018-07-08 12:10:16 +02:00
kplaczek 178853874f Added route phpdoc 2018-07-05 08:39:19 +02:00
kplaczek 0b3d25d013 Clicking on icon next to note title will filter list to notes that has been assigned with clicked icon. 2018-07-05 08:37:52 +02:00
kplaczek b4aa26ee17 Nearest traficar inforations. 2018-07-04 20:57:28 +02:00
kplaczek 5d75992372 Proper form reseting after printing. 2018-06-21 22:23:49 +02:00
kplaczek db3f7772a6 Added tests to vocabulary and ability to print by key press 2018-05-18 21:47:43 +02:00
kplaczek e5f44b92e4 Printing data on numpad key press, first version. Settings page for mapping key to actions. 2018-05-06 21:03:42 +02:00
kplaczek 283c5b905e Fixed issue with selecting iocns by clicking icon next to saved note title. 2018-04-28 00:03:54 +02:00
kplaczek 2f55d8491a Fixed bug with displaying icon for the notes without one set. 2018-04-22 18:45:19 +02:00
kplaczek 817479415f fixed issue with wrong array indexes 2018-04-21 13:27:58 +02:00
kplaczek 9f3c5a1487 Fixed regex 2018-04-19 23:30:27 +02:00
kplaczek f82fbd0e5a replaced random function with mt_random 2018-04-19 23:09:34 +02:00
kplaczek ec776f837e Merge remote-tracking branch 'origin/master'
# Conflicts:
#	app/Paper/HtmlToPos.php
2018-04-19 23:04:55 +02:00
kplaczek 2a242ff7ed Removes before printing lines with ! or # as a leading characer even after some space characters in front. 2018-04-19 23:01:12 +02:00
kplaczek 501a64e0c7 Removes before printing lines with ! or # as a leading characer even after some space characters in front. 2018-04-19 22:59:47 +02:00
kplaczek 680e52e2b4 Added a way to check if there is a [ number, number2 ] in a text and then replace that with a random number from that range. 2018-04-17 18:00:06 +02:00
kplaczek 7be360c01d Fixed typo. 2018-04-16 17:22:21 +02:00
kplaczek 8e181ec4c6 Added a paper config file with airly settings, fixed some minor issues with airly data not being printed. 2018-04-15 20:09:08 +02:00
kplaczek 31802d2290 Added flash messages about printing notes, quick notes and cinemas repertoire. Fixed some minor issues about cinema repertoires. 2018-04-15 15:42:00 +02:00
kplaczek 9167740fa5 Merge remote-tracking branch 'origin/master' into issue-7 2018-04-15 14:35:46 +02:00
kplaczek 56b656d1e7 Added Gdynskie centrum filmowe to cinemas. 2018-04-14 12:40:56 +02:00
kplaczek 42801c93e9 Refactored CinemaCity repertoire fetcher. 2018-04-09 22:56:51 +02:00
kplaczek 162a736f12 Flash message. 2018-04-09 07:20:27 +02:00
kplaczek 60611015e5 Cinema City class added. Need some extra work though. 2018-04-07 20:30:18 +02:00
kplaczek d68020d056 Updated helios and multikino classes and interface they are implementing. 2018-04-05 22:38:20 +02:00
kplaczek 45058a01dc #2 Removed unnecessary js and css files 2018-04-04 22:33:44 +02:00
kplaczek 46d32b2cec Merge branch 'issue-1'
# Conflicts:
#	public/js/printer.js
2018-04-04 22:10:28 +02:00
kplaczek 5e33b072d6 Merge branch 'issue-1' of http://pi.techtube.pl:3000/krzysiej/paper-pi into issue-1
# Conflicts:
#	public/js/printer.js
2018-04-04 19:59:28 +02:00
kplaczek bcc445f75a issue #1 reset form resets selected icon to empty 2018-04-04 19:57:07 +02:00
kplaczek bdf5f88c94 Merge branch 'issue-1'
# Conflicts:
#	.env.example
#	.gitattributes
#	.gitignore
#	app/Console/Kernel.php
#	app/Exceptions/Handler.php
#	app/Http/Controllers/Auth/ForgotPasswordController.php
#	app/Http/Controllers/Auth/LoginController.php
#	app/Http/Controllers/Auth/RegisterController.php
#	app/Http/Controllers/Auth/ResetPasswordController.php
#	app/Http/Controllers/Controller.php
#	app/Http/Controllers/Main.php
#	app/Http/Kernel.php
#	app/Http/Middleware/EncryptCookies.php
#	app/Http/Middleware/RedirectIfAuthenticated.php
#	app/Http/Middleware/TrimStrings.php
#	app/Http/Middleware/VerifyCsrfToken.php
#	app/Paper/Paper.php
#	app/Providers/AppServiceProvider.php
#	app/Providers/AuthServiceProvider.php
#	app/Providers/BroadcastServiceProvider.php
#	app/Providers/EventServiceProvider.php
#	app/Providers/RouteServiceProvider.php
#	app/User.php
#	artisan
#	bootstrap/app.php
#	bootstrap/autoload.php
#	bootstrap/cache/.gitignore
#	composer.json
#	composer.lock
#	config/app.php
#	config/auth.php
#	config/broadcasting.php
#	config/cache.php
#	config/database.php
#	config/filesystems.php
#	config/mail.php
#	config/queue.php
#	config/services.php
#	config/session.php
#	config/view.php
#	database/.gitignore
#	database/factories/ModelFactory.php
#	database/migrations/2014_10_12_000000_create_users_table.php
#	database/migrations/2014_10_12_100000_create_password_resets_table.php
#	database/seeds/DatabaseSeeder.php
#	package.json
#	phpunit.xml
#	public/.htaccess
#	public/css/accordion.css
#	public/css/accordion.min.css
#	public/css/ad.css
#	public/css/ad.min.css
#	public/css/app.css
#	public/css/breadcrumb.css
#	public/css/breadcrumb.min.css
#	public/css/button.css
#	public/css/button.min.css
#	public/css/card.css
#	public/css/card.min.css
#	public/css/checkbox.css
#	public/css/checkbox.min.css
#	public/css/comment.css
#	public/css/comment.min.css
#	public/css/container.css
#	public/css/container.min.css
#	public/css/dimmer.css
#	public/css/dimmer.min.css
#	public/css/divider.css
#	public/css/divider.min.css
#	public/css/dropdown.css
#	public/css/dropdown.min.css
#	public/css/embed.css
#	public/css/embed.min.css
#	public/css/feed.css
#	public/css/feed.min.css
#	public/css/flag.css
#	public/css/flag.min.css
#	public/css/form.css
#	public/css/form.min.css
#	public/css/grid.css
#	public/css/grid.min.css
#	public/css/header.css
#	public/css/header.min.css
#	public/css/icon.css
#	public/css/icon.min.css
#	public/css/image.css
#	public/css/image.min.css
#	public/css/input.css
#	public/css/input.min.css
#	public/css/item.css
#	public/css/item.min.css
#	public/css/label.css
#	public/css/label.min.css
#	public/css/list.css
#	public/css/list.min.css
#	public/css/loader.css
#	public/css/loader.min.css
#	public/css/menu.css
#	public/css/menu.min.css
#	public/css/message.css
#	public/css/message.min.css
#	public/css/modal.css
#	public/css/modal.min.css
#	public/css/nag.css
#	public/css/nag.min.css
#	public/css/popup.css
#	public/css/popup.min.css
#	public/css/progress.css
#	public/css/progress.min.css
#	public/css/rail.css
#	public/css/rail.min.css
#	public/css/rating.css
#	public/css/rating.min.css
#	public/css/reset.css
#	public/css/reset.min.css
#	public/css/reveal.css
#	public/css/reveal.min.css
#	public/css/search.css
#	public/css/search.min.css
#	public/css/segment.css
#	public/css/segment.min.css
#	public/css/semantic.min.css
#	public/css/shape.css
#	public/css/shape.min.css
#	public/css/sidebar.css
#	public/css/sidebar.min.css
#	public/css/site.css
#	public/css/site.min.css
#	public/css/statistic.css
#	public/css/statistic.min.css
#	public/css/step.css
#	public/css/step.min.css
#	public/css/sticky.css
#	public/css/sticky.min.css
#	public/css/tab.css
#	public/css/tab.min.css
#	public/css/table.css
#	public/css/table.min.css
#	public/css/transition.css
#	public/css/transition.min.css
#	public/css/video.css
#	public/css/video.min.css
#	public/favicon.ico
#	public/index.php
#	public/js/printer.js
#	public/js/semantic.min.js
#	public/robots.txt
#	public/web.config
#	resources/assets/js/app.js
#	resources/assets/js/bootstrap.js
#	resources/assets/js/components/Example.vue
#	resources/assets/sass/_variables.scss
#	resources/assets/sass/app.scss
#	resources/lang/en/auth.php
#	resources/lang/en/pagination.php
#	resources/lang/en/passwords.php
#	resources/lang/en/validation.php
#	resources/views/create.blade.php
#	resources/views/layouts/base.blade.php
#	resources/views/list.blade.php
#	routes/api.php
#	routes/channels.php
#	routes/console.php
#	routes/web.php
#	server.php
#	storage/app/.gitignore
#	storage/app/public/.gitignore
#	storage/framework/.gitignore
#	storage/framework/cache/.gitignore
#	storage/framework/sessions/.gitignore
#	storage/framework/views/.gitignore
#	storage/logs/.gitignore
#	tests/CreatesApplication.php
#	tests/Feature/ExampleTest.php
#	tests/TestCase.php
#	tests/Unit/ExampleTest.php
#	webpack.mix.js
#	yarn.lock
2018-04-04 19:55:05 +02:00
kplaczek 20c8d2f763 issue #1 reset form resets selected icon to empty 2018-04-04 19:44:11 +02:00
kplaczek ad53e0c861 Merged older paper pi with the newer, with some recent updates. 2018-04-02 22:34:15 +02:00