Coder Social home page Coder Social logo

quickstarter's People

Contributors

arnepeschken avatar dqi11uelker avatar nunull avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

quickstarter's Issues

Hidden programm crash

Eclipse went into an error while running the programm, but the programm was still running without any problems.
This leads to the problem, that it's impossible to terminate the programm using eclipse and must be terminated using the Task-Manager.

Exception when typin a dot into the textfield

Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string: "."
at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
at java.lang.Double.parseDouble(Unknown Source)
at org.matheclipse.parser.client.ast.NumberNode.doubleValue(NumberNode.java:54)
at org.matheclipse.parser.client.eval.DoubleEvaluator.evaluateNode(DoubleEvaluator.java:462)
at org.matheclipse.parser.client.eval.DoubleEvaluator.evaluate(DoubleEvaluator.java:415)
at de.dqi11.quickStarter.modules.CalculatorModule.getModuleAction(CalculatorModule.java:68)
at de.dqi11.quickStarter.controller.MainController.invoke(MainController.java:122)
at de.dqi11.quickStarter.controller.MainController.update(MainController.java:203)
at java.util.Observable.notifyObservers(Unknown Source)
at java.util.Observable.notifyObservers(Unknown Source)
at de.dqi11.quickStarter.gui.MainWindow$2.insertUpdate(MainWindow.java:127)
at javax.swing.text.AbstractDocument.fireInsertUpdate(Unknown Source)
at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source)
at javax.swing.text.AbstractDocument.insertString(Unknown Source)
at javax.swing.text.PlainDocument.insertString(Unknown Source)
at javax.swing.text.AbstractDocument.replace(Unknown Source)
at javax.swing.text.JTextComponent.replaceSelection(Unknown Source)
at javax.swing.text.DefaultEditorKit$DefaultKeyTypedAction.actionPerformed(Unknown Source)
at javax.swing.SwingUtilities.notifyAction(Unknown Source)
at javax.swing.JComponent.processKeyBinding(Unknown Source)
at javax.swing.JComponent.processKeyBindings(Unknown Source)
at javax.swing.JComponent.processKeyEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

JDK6 not supported.

Since 7bec8db JDK6 is not supported anymore due to some usage of the new generics-syntax in MainController. (Builds are failing at the moment)

We have to decide if we want or need to support JDK6.

GitHub module

Could provide functionality for searching for repositorys.

ModuleWindow

Implement ModuleWindow and make it usable for Modules.

UML issues

the packagename de.dqi11.quickstarter.modules.os should be de.dqi11.quickstarter.os
Window should be abstract

Preferences pane

@arnepeschken mentioned that we could implement a preferences window. That could include options to restrict access to the internet and the local harddrive. (Modules should be able to use those if and only if opened)

Additionally, it could be a feature to customize the look and feel of the application.

Google bridge

Maybe it is usefull to implement as multiple bridges for different Google-API-endpoints / services.

[DOC] Class descripton

  • I'm not sure how to complete my task, because there are some open questions.. BigSearchModule should replace the google modules and the wiki module, shouldnt it?
  • The class descripton is 💯x ugly

I think there is not much more needed to finish the descripton.. So would you complete it / give me an instruction to complete?

(OpenWeatherMapModule) APIKey missing

We should get and use an ApiKey for openweathermap.
Reason found on openweathermap wiki under restrictions.

Quote:
Please treat with understanding to the limited capabilities of our servers.
We recommend you to use API key in any cases. You can get API key in a very easy way - just register on OpenWeatherMap.org and leave information about your application, then get key in your personal page. In this case we can guarantee availability and accuracy of weather data. Please read more detailed information: http://openweathermap.org/appid get . Its FREE!

GoogleModule "null"

Steps to reproduce:

  1. Open app.
  2. Enter "Hallo". (Or similar)
  3. Select "Google for...".

Expected:

Google-website with "Hallo" in searchbox.

Actual result:

Google-website with "Hallonull" in searchbox.

Tick-Icon in Taskbar

The MenuItem DeActive should be renamed (maybe to Shortcut active) and include a tick-icon.

(OpenWeatherMapModule) java.net.SocketTimeoutException

Since 556e0d3 we got a SocketTimeoutException. Console log:

java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:150) at java.net.SocketInputStream.read(SocketInputStream.java:121) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:579) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1322) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at de.dqi11.quickStarter.modules.bridges.OpenWeatherMapBridge.getJSON(OpenWeatherMapBridge.java:24) at de.dqi11.quickStarter.modules.OpenWeatherMapModule.getModuleAction(OpenWeatherMapModule.java:13) at de.dqi11.quickStarter.controller.MainController.invoke(MainController.java:85) at de.dqi11.quickStarter.controller.MainController.update(MainController.java:110) at java.util.Observable.notifyObservers(Observable.java:159) at java.util.Observable.notifyObservers(Observable.java:115) at de.dqi11.quickStarter.gui.MainWindow$2.insertUpdate(MainWindow.java:103) at javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:202) at javax.swing.text.AbstractDocument.handleInsertString(AbstractDocument.java:749) at javax.swing.text.AbstractDocument.insertString(AbstractDocument.java:708) at javax.swing.text.PlainDocument.insertString(PlainDocument.java:130) at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:670) at javax.swing.text.JTextComponent.replaceSelection(JTextComponent.java:1379) at javax.swing.text.DefaultEditorKit$DefaultKeyTypedAction.actionPerformed(DefaultEditorKit.java:884) at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1664) at javax.swing.JComponent.processKeyBinding(JComponent.java:2879) at javax.swing.JComponent.processKeyBindings(JComponent.java:2926) at javax.swing.JComponent.processKeyEvent(JComponent.java:2842) at java.awt.Component.processEvent(Component.java:6282) at java.awt.Container.processEvent(Container.java:2229) at java.awt.Component.dispatchEventImpl(Component.java:4861) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1895) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:762) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1027) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:899) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:727) at java.awt.Component.dispatchEventImpl(Component.java:4731) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Window.dispatchEventImpl(Window.java:2719) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:723) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:682) at java.awt.EventQueue$3.run(EventQueue.java:680) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) at java.awt.EventQueue$4.run(EventQueue.java:696) at java.awt.EventQueue$4.run(EventQueue.java:694) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:693) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139) at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)

Facebook bridge

We could provide functionality for searching the own facebook-timeline.

export list of used modules

every model which is added via MainController should be read from an xml-file, so that (developer) can add or remove (own) models.

Quit button

We could (or should!) include a quit button in the MainWindow.

Projektantrag schwammig formuliert..

Guten Tag Herr Loos,

wir haben im Rahmen unseres Projektes vor, eine Java-Applikation zu entwickeln, die als “QuickStarter” fungiert.

Es soll ein Betriebssystemweites (unabhängig vom jeweils fokussierten Programm) Tastaturkürzel geben, mit dem ein einzeiliges Textfeld angezeigt werden kann. In dieses Textfeld können Stichworte, bzw. Schlüsselworte eingegeben werden, die dann verschiedene Aktionen auslösen.

Mögliche Aktionen können sein:

1 Selbstgeschriebene Applikationen öffnen, z.B. Applikation zum Zeichnen vom Graphen.

2 Zugriff / öffnen von Webanwendungen, wie z.B. Karten. (Google-Produkte oder Vergleichbare)

Es sollen außerdem während der Texteingabe Vorschläge angezeigt werden.

Das Ganze ist ähnlich zu verstehen wie das Spotlight in Mac OSX oder Alfred (siehe: http://www.alfredapp.com/), soll aber unter Windows und Max OSX funktionieren.

Viel Grüße


selbstegeschrieben ist nicht erfüllt, lediglich integriert.. ist das ein problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.