csikosjanos
8458b20573
backup/export subjects
2006-05-25 12:02:48 +00:00
fgerlits
ff825461e2
re-enabling boost and icu check
2006-05-24 18:05:53 +00:00
fgerlits
c36ac1ba96
Unifying the mess of window construction;
...
now windows show their children, but not themselves, when constructed.
This fixes #1640 , and the "windows show a white rectangle in the upper left
corner of the screen while being opened" bug, too.
2006-05-23 15:15:25 +00:00
csikosjanos
e92f5b3d34
Restore part of #1608
2006-05-23 14:15:28 +00:00
fgerlits
79e5acb683
fixing #1626
2006-05-22 18:22:58 +00:00
csikosjanos
80fd64e013
Restore backend
2006-05-22 15:20:25 +00:00
fberckel
1e3006ced2
moving from startMakeRecompile to setupDevelopmentEnvironmentAndLog
2006-05-20 14:56:59 +00:00
fgerlits
02aded087e
correction to [2069]
2006-05-19 16:33:39 +00:00
fgerlits
c1b1b7abf4
eliminated some uncaught exceptions;
...
I hope this fixed #1630
2006-05-19 16:30:03 +00:00
fgerlits
21e94fe1ab
added some clarification
2006-05-19 12:12:12 +00:00
fgerlits
f35f964d1e
fixing #1682
2006-05-19 11:54:15 +00:00
fgerlits
b78bb640ee
adding -ltar to the Makefiles to make sure everything compiles
2006-05-17 20:56:02 +00:00
fgerlits
65741fa260
added dummy methods for restoring backups (see #1641 )
2006-05-17 19:59:33 +00:00
fgerlits
047ef2d923
added a SearchCriteria constructor from an XmlRpcValue;
...
this closes #1679
2006-05-17 14:57:38 +00:00
csikosjanos
68a85e5946
XML-RPC and PHP dummy functions for Restore
2006-05-17 14:46:17 +00:00
maroy
6ebfe47076
added function to ScheduleEntry
...
added tarball handling functions to FileUtils
related to issue #1680
2006-05-17 13:07:52 +00:00
maroy
d96dc235dc
added libtar for tarball support
...
related to issue #1680
2006-05-17 13:04:27 +00:00
tomash
db448c71ad
minor change related to chngeset [2059]
2006-05-17 11:53:29 +00:00
tomash
2933ef52c2
replaceFile method added ro GreenBox (for Janos)
2006-05-17 11:50:43 +00:00
tomash
513e353e2b
#1678 attempt to fix bug in getid3 module
2006-05-16 16:40:21 +00:00
fgerlits
c990c1ca6a
ubuntu breezy has boost 1.33.0, which is probably OK
...
(we'll find out when we try to make the packages)
2006-05-16 16:06:15 +00:00
fgerlits
88bf09661f
aaargh... more stuff for [2050], #1666
2006-05-16 16:02:12 +00:00
fgerlits
0a7e694f04
correction to [2050] (ticket #1666 )
2006-05-16 15:18:20 +00:00
csikosjanos
f93a16823b
chmod 666 for backup access file
2006-05-16 13:58:54 +00:00
csikosjanos
deaefa37f8
writeable backup file for everybody
2006-05-16 13:31:56 +00:00
fgerlits
e34abdc608
fixing the broken binary in [2050]
2006-05-15 17:45:35 +00:00
fgerlits
37361748e9
exported the COMPILE_X variables from the configure script
...
(related to #1666 )
2006-05-15 17:34:20 +00:00
fgerlits
0298c13221
upgraded the boost library to version 1.33.1 (see #1666 )
2006-05-15 16:37:19 +00:00
fgerlits
6d7405aff9
minor correction to [2048]
2006-05-15 13:27:37 +00:00
fgerlits
33df7ebe75
changed the signature of StorageClientInterface::createBackupCheck();
...
this closes #1671
2006-05-15 10:59:20 +00:00
fgerlits
f4baa94c10
renamed namespace as per #1670
2006-05-12 21:49:03 +00:00
fgerlits
62d4276521
added a test case for importPlaylist();
...
this finishes #1664 , and illustrates #1672
2006-05-12 16:52:47 +00:00
fgerlits
65854d7073
refactored the curl methods (read/write URL) into a separate utility class
2006-05-12 12:15:31 +00:00
fgerlits
c82210fbc6
more or less fixed #1664
2006-05-10 18:44:06 +00:00
maroy
8d8b5c51e9
set executable property on shell script
2006-05-09 13:49:33 +00:00
fgerlits
7b4c7f97a4
fixed ticket #1668 :
...
added a missing reset() method to the authentication client;
now using this reset() method in the unit test to avoid dependence on earlier events
2006-05-09 13:41:46 +00:00
csikosjanos
d83086efa8
backup changes
2006-05-09 13:31:03 +00:00
maroy
147100823e
fix for ticket #1667
2006-05-09 12:24:55 +00:00
fgerlits
be4e91b6a4
merging the temporary-2033 branch back to the trunk;
...
(there was not much point in creating this branch)
2006-05-08 17:00:18 +00:00
fgerlits
b0153a06af
got rid of a gcc warning
2006-05-08 12:12:38 +00:00
fgerlits
8a825b1fc1
fixed a typo
2006-05-04 13:30:38 +00:00
csikosjanos
9adf909815
#1610 (File Transfer) and #1611 (Network Search/Browse)
2006-05-04 12:15:37 +00:00
tomash
f1b9b0172c
Two exception catching added.
2006-05-03 00:24:41 +00:00
fgerlits
06e190c27d
progress towards #1595 ([2027] and [2029] were that, too)
2006-05-02 17:38:31 +00:00
fgerlits
a577df91bd
added the cancelTransport() method
2006-04-28 16:06:49 +00:00
tomash
c12f102b7b
#1661 dummy return value fixed
2006-04-28 12:15:05 +00:00
fgerlits
d80fc758ba
storage client methods for searching on a remote network hub
2006-04-28 09:49:09 +00:00
tomash
8d99269862
#1660 behavior of getSearchResults method for non finished state
2006-04-27 01:02:41 +00:00
fgerlits
6dbcd5b72c
replaced the duplicated listing of tools & libraries with a link
2006-04-24 10:15:51 +00:00
fgerlits
0f4922fb2b
Fixed #1650 , sort of.
2006-04-20 18:15:18 +00:00
tomash
90647d059d
#1530 dummy method for pause,resume and cancel transport added
2006-04-20 00:54:00 +00:00
fgerlits
41fbc53944
UI for #1650 ; doesn't do anything yet
2006-04-19 20:03:43 +00:00
fgerlits
e41fc29eb6
fixed #1653
2006-04-19 14:37:04 +00:00
tomash
c0cffd4953
#1530 networking XML-RPC dummy methods added
2006-04-19 00:55:46 +00:00
fgerlits
40fa38627c
fixed the time display when the scheduler is not running (+ typos)
2006-04-14 17:11:18 +00:00
tomash
97a0144a66
#1651
...
- extra line outside php tag in Backup.php removed
- catching exception from Backup::openBackup added
2006-04-14 13:02:05 +00:00
fgerlits
5c5deefb7e
this fixes #1648
2006-04-14 07:56:37 +00:00
fgerlits
c4a4053d17
progress towards #1648
2006-04-12 17:51:39 +00:00
fgerlits
255cb4ba06
first version of playlist export (does not do anything yet)
2006-04-11 19:07:40 +00:00
fgerlits
676a7dd080
refactored checking the return parameter
2006-04-11 17:09:10 +00:00
sebastian
d7c9af4199
tiny fixes
2006-04-08 06:50:08 +00:00
csikosjanos
e5eb7f69e8
#1647
2006-04-07 17:06:10 +00:00
fgerlits
50436d2c24
hm... using a pointer which did not point to anything may have been a bad idea
...
this fixes the bug in [2009], and completes #1641
2006-04-05 09:57:58 +00:00
tomash
42b4bae413
minor changes
2006-04-04 23:14:22 +00:00
fgerlits
85d66b8c3a
added the GUI for incremental backups (don't use it yet, it crashes)
2006-04-04 18:15:12 +00:00
csikosjanos
2546341d70
2006-04-04 15:50:35 +00:00
csikosjanos
75f9440cf6
( #1642 , part of #1579 ) backup XML-RPC and PHP backend
2006-04-04 15:26:20 +00:00
tomash
2d699645dd
#1530 dummy networking methods - forgotten commit
2006-04-04 13:10:13 +00:00
fgerlits
e04f313474
updated the keyboard shortcut test to reflect the new config file format
2006-03-31 19:39:09 +00:00
fgerlits
462f8aa936
changed static consts (meaning local linkage) to anonymous namespaces
...
(because Bjarne Stroustrup told me that I'm a bad, bad boy if I don't)
2006-03-31 18:25:03 +00:00
fgerlits
0274a51be9
(part of #1641 )
...
added a timer to refresh the status of the pending backup;
renamed/reorganized some stuff
2006-03-31 18:00:39 +00:00
fgerlits
fdefeb6561
progress towards #1641 (added entry field for the title of the backup)
2006-03-31 12:40:19 +00:00
fgerlits
4cb51880b8
fixed #1646
2006-03-31 12:09:28 +00:00
fgerlits
588e7ed031
progress towards #1641
2006-03-30 18:16:52 +00:00
fgerlits
1ab0a6bddd
progress towards #1641
2006-03-29 18:40:52 +00:00
tomash
51e3aa1162
#1645 fix - missing function in PHP4
2006-03-29 13:53:24 +00:00
fgerlits
ca0b89bd6e
pulled the notebook tab buttons closer to the tab they belong to
2006-03-29 10:32:12 +00:00
fgerlits
8895a3ae4d
added error checking to the backup window
2006-03-29 10:26:55 +00:00
fgerlits
30ae7df047
progress towards #1641
2006-03-29 09:37:23 +00:00
fgerlits
1f3673e635
progress towards #1641
2006-03-24 18:09:57 +00:00
tomash
b356fdf6d1
typos fixed
2006-03-24 11:02:57 +00:00
tomash
c446ffc092
#1579 createBackupCheck: faultString return field description fixed
2006-03-24 01:15:36 +00:00
fgerlits
23aa046283
added boost_date_time dependence for the storageClient module;
...
added diagnostic message in the configure scripts for BOOST_DATE_TIME_LIB
2006-03-23 21:36:58 +00:00
fgerlits
397fea7c87
first usable version of the createBackup methods in the storageClient
2006-03-23 21:35:16 +00:00
sebastian
7db2f26cb6
working on #1608
2006-03-23 15:27:54 +00:00
tomash
e11a781740
#1599 fake renderer caller
2006-03-23 13:38:19 +00:00
tomash
eff78db833
#1599 forgotten file added
2006-03-23 13:36:31 +00:00
tomash
9da79c937e
#1582 minor fixes
2006-03-23 13:35:19 +00:00
csikosjanos
7ad687cae7
2006-03-23 12:14:17 +00:00
fgerlits
ee56e0aa8e
progress towards #1641
2006-03-22 20:26:43 +00:00
sebastian
e1b2614878
typo in docu
2006-03-22 16:57:19 +00:00
tomash
d381976633
#1604 some exceptions catching added
2006-03-22 15:20:27 +00:00
fgerlits
3a939c1e0f
added some classes for the backup GUI
2006-03-22 12:49:00 +00:00
tomash
e31baab434
#1599 render playlist to file or storage with fake renderer
2006-03-21 14:00:20 +00:00
tomash
5d462e4c82
minor changes
2006-03-21 01:33:41 +00:00
sebastian
74b9d3784a
working on #1608
2006-03-20 17:54:35 +00:00
sebastian
388a9fcf37
working on #1608
2006-03-20 17:17:25 +00:00
csikosjanos
50af857cda
2006-03-20 17:01:55 +00:00
fgerlits
0723557ef9
a first, rather primitive, implementation of #1627
2006-03-20 17:00:04 +00:00
tomash
2c7630c800
Backup and playlist render dummy methods fixed.
2006-03-20 13:54:19 +00:00
fgerlits
588de8d2ac
upgraded file_find pear module to 1.2.1;
...
fixed mime-types in the src directory;
related to #1633
2006-03-20 13:43:39 +00:00
tomash
eca221f37c
RenderPlaylist open/check/close dummy methods fixed
2006-03-20 12:38:37 +00:00
tomash
8ce6d73142
Backup open/check/close dummy methods fixed.
2006-03-20 12:17:01 +00:00
fgerlits
b5272dffeb
fixed push buttons (now they don't have a selected state);
...
TODO: make them selected while the mouse button is down (PRIORITY: very low)
2006-03-16 16:08:32 +00:00
fgerlits
47a2c44063
minor edit: got rid of some gcc warnings
2006-03-16 11:36:34 +00:00
fgerlits
3fa5f28259
fixed toggle button behavior related to selected state;
...
cleaned up window position storage and retrieval
2006-03-15 20:13:04 +00:00
sebastian
82a509eed2
working on #1608
2006-03-14 21:34:14 +00:00
sebastian
d956b14acb
working on #1608
2006-03-14 13:23:39 +00:00
sebastian
8eabcd086c
working on #1608
2006-03-14 13:22:21 +00:00
sebastian
0e8d92db9e
fixing redirect to htmlUI in DevelopmentEnviroment
2006-03-14 13:08:39 +00:00
sebastian
3422c3c038
nomsg
2006-03-10 16:08:37 +00:00
fgerlits
62cfa1f62d
fixed a missing update in Notebook;
...
fixed the venerable 'notebook tabs don't get redrawn properly' bug #969
2006-03-10 13:16:55 +00:00
sebastian
dd06dac03a
fixed redirect to htmlUI
2006-03-10 12:35:21 +00:00
sebastian
1d95f0b7d0
working on #1608
2006-03-09 21:47:18 +00:00
sebastian
c1a7d1196a
Working on #1608
2006-03-09 21:44:59 +00:00
fgerlits
d6c39a1f62
added a disabled state for buttons;
...
activated the previously hidden selected state;
(but there is still the old problem of the button not getting redrawn when it should)
2006-03-09 18:10:35 +00:00
fgerlits
58bd0d3fb5
more placeholder graphics
2006-03-09 17:11:29 +00:00
fgerlits
dc6b9e809b
more placeholder graphics
2006-03-09 17:10:55 +00:00
sebastian
68cf035ae8
nomsg
2006-03-09 15:07:48 +00:00
fgerlits
920cf155b2
added insensitive button images (placeholders);
...
fixed the mime-types of the png files
2006-03-09 12:39:37 +00:00
tomash
c7ca61f5c3
#1582 support for multiple playlist export added
2006-03-09 02:08:33 +00:00
tomash
c590b92db0
#1582 implementation:
...
playlist export/import
formats: lspl, smil, m3u
+ forced delete (without trash use)
+ minor fixes
2006-03-09 01:21:46 +00:00
tomash
0e3e20e1df
minor typo fixed
2006-03-09 01:17:31 +00:00
tomash
8fb0062868
#1582 1sr step, minor changes
2006-03-09 01:04:55 +00:00
sebastian
7b9dbbb679
new masterpanel design from Charles
2006-03-08 19:42:08 +00:00
sebastian
8f87bb6b8e
new masterpanel design from Charles
2006-03-08 19:33:57 +00:00
sebastian
e99e972bf6
new masterpanel design from Charles
2006-03-08 17:39:48 +00:00
fgerlits
bbd88e67f8
removed manual row numbering from everywhere; this is now handled inside the ZebraTreeView class
2006-03-06 16:33:58 +00:00
tomash
3c2aa6c71f
#1599 , #1582 dummy XML-RPC interfaces added
2006-03-06 04:46:24 +00:00
tomash
0f77a912ea
#1599 , #1582 dummy XML-RPC interfaces added
2006-03-06 04:37:28 +00:00
fgerlits
bf448e90e1
renamed the 'changed' variable in the OptionsContainer to the more descriptive 'touched';
...
removed the unused variable 'isChanged' from the OptionsWindow
2006-03-02 18:59:31 +00:00
fgerlits
29c3c2b045
made the text in the (error) message windows centered
2006-03-02 18:39:58 +00:00
fgerlits
59bcec4df2
made the striping of the ZebraTreeView handle the expanding/collapsing of TreeStore model rows correctly
2006-03-02 18:36:54 +00:00
fgerlits
f21ed80b01
minor improvements on #1617
2006-03-02 17:08:47 +00:00
fgerlits
815928ba24
fixed #1617
2006-03-01 19:54:12 +00:00
tomash
12712d6adf
#1625 try to suppress unwanted PHP notices
2006-03-01 14:44:22 +00:00
fgerlits
399afd9544
more progress towards #1617
2006-02-28 20:31:03 +00:00
sebastian
61a024130f
adding doc/index.html
2006-02-28 14:28:11 +00:00
sebastian
9fad095234
link corrected
2006-02-28 14:27:18 +00:00
fgerlits
c4bffa277f
removed BaseTestMethod from the xml-rpc docs
2006-02-28 13:37:23 +00:00
sebastian
6b0e0773d2
2006-02-28 11:46:43 +00:00
sebastian
ebfce06747
working on #1606
2006-02-27 17:54:19 +00:00
fgerlits
d7c103d6f0
changed Gtk::TreeView to ZebraTreeView
2006-02-27 16:59:16 +00:00
sebastian
99778330e3
Adding preferences.html
2006-02-27 14:51:36 +00:00
fgerlits
8c2c13faf2
progress towards #1617 (displays keyboard shortcuts, can't be edited yet)
2006-02-24 17:12:25 +00:00
sebastian
1e1842ab95
display scheduler error just once
2006-02-24 13:44:23 +00:00
fgerlits
6bd994f434
added "get key from inside a bundle contained in this bundle" functions
2006-02-23 17:22:12 +00:00
sebastian
1106dff23c
login error corrected
2006-02-23 17:03:19 +00:00
sebastian
b73c09effe
disabled webstream (will not be in 1.1)
2006-02-23 16:59:43 +00:00
sebastian
54c24115a8
fixed redirect to htmlUI
2006-02-23 14:29:32 +00:00