BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Oëzbekcha - Uzbek
Subversion Repositories
Scribus
(root)
/
branches
/
Version13x
/
Scribus
/
scribus
/
filewatcher.cpp
@ 2702
- Rev 7539
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
7539
5668d 05h
fschmid
/branches/Version13x/Scribus/scribus/filewatcher.cpp
Added forgotten initialisation of some member variables in the Filewatcher.
7415
5675d 06h
fschmid
/branches/Version13x/Scribus/scribus/filewatcher.cpp
Collect for Output + Filewatcher: don't make the filewatcher active during the collection of files.
7254
5689d 06h
fschmid
/branches/Version13x/Scribus/scribus/filewatcher.cpp
Introduced a "Pending" state for files that are watched. Also added a signal for that to the FileWatcher. We should uses that somewhere in the GUI to disable exporting when a file is in pending state.
5243
5920d 18h
cbradney
/branches/Version13x/Scribus/scribus/filewatcher.cpp
Make a new ScribusCore class to hold non main window variables and code and eventually allow SDI mode and non GUI mode. Rewrite the startup procedure to allow a different order to occur. Lots more to come :).
4589
5985d 17h
cbradney
/branches/Version13x/Scribus/scribus/filewatcher.cpp
#3217: Patch from jghali
4430
6004d 16h
cbradney
/branches/Version13x/Scribus/scribus/filewatcher.cpp
#2661: Prepend GPL+exception->see COPYING file notice to all CPP/H files.
3385
6125d 02h
cbradney
/branches/Version13x/Scribus/scribus/filewatcher.cpp
Add option to (re)start the timer when setting the timeout.
3359
6128d 17h
cbradney
/branches/Version13x/Scribus/scribus/filewatcher.cpp
Move the filewatcher's main functions to slots to make it more independent of "calling" code. Add some simple comments.
2730
6202d 21h
cbradney
/branches/Version13x/Scribus/scribus/filewatcher.cpp
#2206: Apply some more Windows patches and some int/bool cleanups
2702
6205d 22h
craig
/branches/Version13x/Scribus/scribus/filewatcher.cpp
Fix #2194 (Use unistd header only if available) from Jean Ghali
1172
6378d 16h
fschmid
/branches/Version13x/Scribus/scribus/filewatcher.cpp
Improved the filewatcher class
1155
6381d 15h
fschmid
/branches/Version13x/Scribus/scribus/filewatcher.cpp
Calling the external Image Processing App doesn't block Scribus anymore
1151
6382d 17h
fschmid
/branches/Version13x/Scribus/scribus/filewatcher.cpp
Added a filewatcher class for automatic update of changed pictures.