Changeset 832
- Timestamp:
- 08/17/08 19:29:53 (3 months ago)
- Location:
- mchelper/branches/v25/include
- Files:
-
- 11 modified
-
About.h (modified) (1 diff)
-
Board.h (modified) (1 diff)
-
BoardType.h (modified) (1 diff)
-
Inspector.h (modified) (1 diff)
-
MainWindow.h (modified) (1 diff)
-
MsgType.h (modified) (1 diff)
-
PacketUdp.h (modified) (1 diff)
-
PacketUsbSerial.h (modified) (1 diff)
-
Preferences.h (modified) (1 diff)
-
Uploader.h (modified) (1 diff)
-
carbon_cocoa.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mchelper/branches/v25/include/About.h
r587 r832 23 23 24 24 #endif // ABOUT_H 25 26 -
mchelper/branches/v25/include/Board.h
r591 r832 81 81 82 82 #endif /*BOARD_H_*/ 83 84 85 -
mchelper/branches/v25/include/BoardType.h
r587 r832 24 24 }; 25 25 #endif //BOARD_TYPE_H 26 27 28 -
mchelper/branches/v25/include/Inspector.h
r587 r832 34 34 35 35 #endif // INSPECTOR_H 36 37 -
mchelper/branches/v25/include/MainWindow.h
r591 r832 50 50 QAction* uploadAction() { return actionUpload; } 51 51 QAction* inspectorAction() { return actionInspector; } 52 void statusMsg(QString msg, int duration = 0); 52 53 53 54 public slots: -
mchelper/branches/v25/include/MsgType.h
r587 r832 24 24 }; 25 25 #endif //MSG_TYPE_H 26 27 28 -
mchelper/branches/v25/include/PacketUdp.h
r591 r832 60 60 61 61 #endif 62 63 64 -
mchelper/branches/v25/include/PacketUsbSerial.h
r587 r832 54 54 #endif // PACKET_USB_SERIAL_H 55 55 56 57 -
mchelper/branches/v25/include/Preferences.h
r587 r832 42 42 43 43 #endif // PREFERENCES_H 44 45 46 -
mchelper/branches/v25/include/Uploader.h
r587 r832 21 21 22 22 private slots: 23 void readOutput();24 void readError();23 void filterOutput(); 24 void filterError(); 25 25 void uploadStarted(); 26 26 void uploadFinished(int exitCode, QProcess::ExitStatus exitStatus); 27 void onError(QProcess::ProcessError error); 28 void onProgressDialogFinished(int result); 27 29 }; 28 30 29 31 #endif // UPLOADER_H 32 33 -
mchelper/branches/v25/include/carbon_cocoa.h
r570 r832 42 42 43 43 #endif // CARBON_COCOAH 44 45 46
